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'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 4,821 through 4,840 (of 5,356 total)
  • Author
    Search Results
  • #24318

    Hey Jessica, if you have the kadence slider plugin uploaded and active you should see it in the left sidebar of the admin area.

    Hannah

    In forum: Virtue Theme

    In reply to: Missing Sidebar IDs

    #24274

    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 Theme

    In reply to: Missing Sidebar IDs

    #24255

    One 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 content and your sidebar id ktsidebar

    Ben

    In forum: Virtue Theme

    In reply to: Missing Sidebar IDs

    #24248

    Your 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

    #24233

    You 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

    #24230

    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]

    #24226

    Hey,
    You can see the answer here: https://www.kadencewp.com/frequently-asked-questions/

    Click on “Can I have my sidebar on the left”

    Ben

    #24225

    Hey,
    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

    #24224

    Hey,
    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

    #24218

    Hello Kadence Themes Community,

    I just purchased the premium version of Virtue – very nice product! I’m using it for my company’s blog –

    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!
    Bill

    #24213

    Hi 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,
    Meagan

    #24197

    Hi 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 Theme

    In reply to: Missing Sidebar IDs

    #24193

    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.

    #24188

    It 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

    #24186

    Hi 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 Theme

    In reply to: Missing Sidebar IDs

    #24176

    The 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 Theme

    In reply to: Missing Sidebar IDs

    #24164

    Since there’s no actual question in there:

    How do I add an ID to my sidebars? The ID already seems to be in place! But just not being set as an ID attribute.

    #24155

    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, 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.

    #24113

    ok 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

    #24071

    I have a custom sidebar, created through the Virtue theme options, that I would like to display for a particular post category.
    How do I find out the name of this sidebar to use in the way you described above?
    Andrew

Viewing 20 results - 4,821 through 4,840 (of 5,356 total)