Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'sidebar'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Kadence Slider mobile resize
In forum: Virtue ThemeIn reply to: Missing Sidebar IDs
That second plugin didn’t seem to do anything. I tried all the options and didn’t get a sticky sidebar. Oh well!
To be clear: I do NOT expect you to investigate. I’m sure it has nothing to do with Virtue. Not your problem, not worth your time. I just wanted to update you that I gave it a try. I will probably just use a custom JavaScript (not wordpress-specific) to accomplish the goal. If I write a useful hunk of code I will let you know! The custom JavaScript can theoretically hook into the class instead of ID to do its work, which is also a good maintenance benefit as I won’t have to remember to re-implement each time Virtue is updated.
Cheers
In forum: Virtue ThemeIn reply to: Missing Sidebar IDs
December 3, 2014 at 7:18 pm #24255One thing you can do with the second plugin. Add this
id="ktsidebar"to line 31 of the base.php file in the theme.Then make your content id
contentand your sidebar idktsidebarBen
In forum: Virtue ThemeIn reply to: Missing Sidebar IDs
December 3, 2014 at 6:47 pm #24248Your first plugin does completely kill the carousel. Has to do with a line of js in there js file:
jQuery(window).off('load scroll.' + options.sidebar);I don’t know why they need it. But even if you edit that line it’s still creates bad flicking issues in chrome (which is the most popular browser).
The second plugin gives errors if you have wp debug on, not horrible but still a warning sign. And it’s coded in a way that will only work with id. It would actually work assuming this theme used id tags for the sidebar and content area. Since it doesn’t use ids the plugin won’t work. I supposed I can add it to a list of updates to add a id tag for the content areas.
Ben
In forum: Virtue ThemeIn reply to: Custom Post Types and Page Templates
December 3, 2014 at 5:24 pm #24233You can remove the sidebar then with this function:
add_filter('kadence_display_sidebar', 'kad_sidebar_on_teachings_post'); function kad_sidebar_on_teachings_post($sidebar) { if (is_singular('teachings')) { return false; } return $sidebar; }You can create a template called archive-teachings.php and that will be used for your custom post type archive pages.
Ben
In forum: Virtue ThemeIn reply to: Custom Post Types and Page Templates
The post type slug is “teachings”. How can I code the function to remove the sidebar? Also is there a way to to create a different template for the archives/blog list for the items in the CPT?
Thank you
Joshua Wieczorek
[email protected]In forum: Virtue ThemeIn reply to: Move sidebar to left of body content
December 3, 2014 at 5:14 pm #24226Hey,
You can see the answer here: https://www.kadencewp.com/frequently-asked-questions/Click on “Can I have my sidebar on the left”
Ben
In forum: Virtue ThemeIn reply to: Custom Post Types and Page Templates
December 3, 2014 at 5:12 pm #24225Hey,
You can use a function to determine if the post type would have a sidebar our not. Just need to know what the slug is for you custom post type.Ben
In forum: Virtue ThemeIn reply to: Grid Pages don't like Sidebars
December 3, 2014 at 5:11 pm #24224Hey,
The page templates are set to be full width. But you can use the staff shortcode or testimonial shortcode and add theme to any page template like the sidebar page template.[staff_posts columns="3" items="10"][testimonial_posts columns="3" items="10"]Ben
In forum: Virtue ThemeHello Kadence Themes Community,
I just purchased the premium version of Virtue – very nice product! I’m using it for my company’s blog – *Login to see link
I’m not positive I’m using the correct terminology… I want to move the sidebar from the right of the home page content to the left. Or accomplish the same thing via another mechanism (widget area?). By sidebar, I mean the right hand column of my blog, currently has Do Your Taxes, Recent Posts, and Follow Us.
Thanks in advance!
BillIn forum: Virtue ThemeHi again,
I have a Virtue website taking advantage of both your Testimonial Grid page and your Staff Grid page. My clients LOVE sidebars, so have requested a right sidebar on every single page.
This is fine, however, the Testimonial Grid page and Staff Grid page don’t take sidebars, EVEN THOUGH there is an option to designate one in the Edit function of the Page. They just refuse to show it.
So, I’ve redesigned the pages myself, using a Default option, selecting not to use the grid. However, if there is a fix for this, I would be MOST enthusiastic, because I love to use what is out there…
Best,
MeaganIn forum: Virtue ThemeDecember 3, 2014 at 12:39 pm #24197Hi Ben, I believe you, just I didn’t know how to use the rel=”lightbox” option, now I know how to use it (I just have to type lightbox in the [link rel] field, or type rel=lightbox in the html view) and it works in the sidebar.
But even I have a visual editor for the map images, the lightbox does not show. If you check the code behind the thumbnail in the map, as I wrote in a message above, you will find the rel=”lightbox” tag but still the image is oppened in a _self target:
<a href="http://acolombiantraveler.com/wp-content/uploads/2bycountry_vilnius2.jpg" rel="lightbox"><img class="alignnone wp-image-2035 size-thumbnail" src="http://acolombiantraveler.com/wp-content/uploads/2bycountry_vilnius2-150x150.jpg" alt="2bycountry_vilnius2" width="150" height="150"></a> <img class="alignnone wp-image-2035 size-thumbnail" src="http://acolombiantraveler.com/wp-content/uploads/2bycountry_vilnius2-150x150.jpg" alt="2bycountry_vilnius2" width="150" height="150">So either the lightbox only works in widgets or there is something missing in my map’s code.
Do you see something missing to make a lightbox happen in the code I just posted?
In forum: Virtue ThemeIn reply to: Missing Sidebar IDs
Ben, the ideal plugin for me is actually this one:
https://wordpress.org/plugins/q2w3-fixed-widget/
But I discovered that it causes the carousels to not work. I actually think the plugin is to blame rather than the theme, but be that as it may there is not a match. 🙂
The only other plugin I could find to do the job was this one, which is the one in question:
https://wordpress.org/plugins/standard-widget-extensions/screenshots/
I pulled the screenshots link for you so that you can see the form in question. It’s preconfigured for the bundled themes (Twenty-Twelve etc) and is prepopulated with their IDs (in this case, “secondary”). I would need to provide an ID for what is considered my sidebar area. If I’m being totally honest, I don’t even know if the plugin will do what I want or in the way I want, but until I can meet its configuration requirement I won’t know.
—
Alternatively, that first one I linked to is perfect if we can figure out how to get it to play nice with Virtue.
In forum: Virtue ThemeDecember 3, 2014 at 11:49 am #24188It does matter if this is in a sidebar.
You can simply add
rel="lightbox"to the link if your in a sidebar using the visual editor.Since you don’t seem to believe me here is an example: http://themes.kadencethemes.com/virtue-premium/blog/
Click on the image at the bottom of the sidebar.
Ben
In forum: Virtue ThemeDecember 3, 2014 at 11:40 am #24186Hi Ben, either in the sidebar or in the map plugin, i can use the visual editor, and in both places i want to use the lightbix so let let me clarify my question:
How to enable the lightbox when clickling to open a picture from a thumbnail created in the visual editor through the button ‘ADD MEDIA’?
In forum: Virtue ThemeIn reply to: Missing Sidebar IDs
December 3, 2014 at 10:48 am #24176The sidebars don’t have an id tag. But that shouldn’t make a difference, using a class is fine… what plugin?
Ben
In forum: Virtue ThemeIn reply to: Missing Sidebar IDs
In forum: Virtue ThemeTopic: Missing Sidebar IDs
I have a plugin I would like to use for sticky/floating sidebar; however, it relies on knowing the ID attribute of the sidebar.
Most of my pages (for example, *Login to see link use the “Primary” sidebar. The code in widgets.php seems to be passing around various ID strings for the widget creation… but somehow these don’t make it to the widgets? I didn’t follow through the code to the end, but the rendered result seems to indicate a “quasi”-ID being rendered as classes. I do see some IDs on individual widgets, but no IDs on sidebar areas.
In forum: Virtue ThemeDecember 2, 2014 at 9:56 pm #24113ok this was about your sidebar… Read your very first sentence.
When did this become about working with a map plugin? The javascript can’t work in that. No wonder we are not on the same page.
You can’t do what your trying to do, The map plugin would have to add the lightbox option. The theme can’t read into the hidden code of the map plugin.
Ben
In forum: Virtue ThemeIn reply to: Specific sidebar for each category
-
AuthorSearch Results


