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 - 1,301 through 1,320 (of 5,356 total)
  • Author
    Search Results
  • #210625

    Hi there,

    On my blog archive page, the Primary Sidebar keeps showing, despite my best efforts to change it to a custom sidebar. Did I miss a step here?

    1. Under Virtue Misc Settings, I created a custom sidebar called “blogsidebar”
    2. Under Virtue Blog Options > Blog Category/Archive Defaults:
    Category Display Type: Grid Post, Three Column
    Display the sidebar on blog archives? (Yes)
    Choose a Sidebar: “blogsidebar”

    3. I set the template for the blog page to Blog Grid. On the page’s settings, I set the Display Sidebar to yes, and chose “blogsidebar”.

    I was able to get “blogsidebar” to correctly show on blog posts, just not on the blog archive page.

    Here is the blog archive page, wrong sidebar:
    Here is a blog post with the correct sidebar:

    Thanks in advance!
    Jennifer

    #210288

    Sorry, cancel that. Conflict was caused by Q2W3 Fixed Sidebar not set up properly.
    Thanks,
    Phil.

    #210204

    1. The small change is in the theme so next update will have it as well.

    2. Yes.

    3. You can use this css:

    .single-tribe_events .kt-event-sidebar, .single-tribe_events .kt-event-main {
        width: 100%;
        float: none;
    }
    
    @media (min-width: 767px) {
    .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
        float: left;
        width: 33%;
    }
    }

    Ben

    #210128
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Both Sidebars

    #209824

    Hi Eugene,
    There isn’t a built-in function for this, but a workaround would be to use a sidebar template, then use a page builder plugin to create a long side column with widgets added so it looks like a sidebar. Would that work for you?

    Hannah

    In forum: Virtue Theme

    Topic: Both Sidebars

    #209812

    Is it possible to have both the left and right sidebars? If so, how do I implement?

    In forum: Virtue Theme

    In reply to: Display Issue

    #209796

    You can remove woocommerce ordering dropdown with this css:

    .kt_shop_top_container .woocommerce-ordering {
        display: none;
    }

    I went ahead and added for you.

    Your attributes widget won’t show because it would be empty if it did show. That widget will only show where it can be used. You are setting it to filter by the attribute tags, not the taxonomy tags. See here: https://docs.woocommerce.com/document/managing-product-taxonomies/

    That filter will only filter where you set the attributes to something that your products are assigned to.

    I changed the attribute widget to filter on color so you can see how it works on your shop page.

    hopefully this clears up that it has nothing to do with your sidebar1 not showing only your settings in the widgets you are adding.
    Ben

    In forum: Virtue Theme

    In reply to: Display Issue

    #209792

    Hi Kevin,
    Not all the sidebar1 is showing…above the “category drop down” is there,but there should be a “search by attributes” drop down that I set to “tags”. Also I want the sort by popularity gone but can’t see where to do this. So what I have I done wrong that the full sidebar1 isn’t showing?

    In forum: Virtue Theme

    In reply to: Display Issue

    #209787

    I’m seeing sidebar1 show on your shop and product pages. Try clearing your cache and let me know if the problem persists for you.

    -Kevin

    In forum: Virtue Theme

    Topic: Display Issue

    #209748

    I’m just setting up a website using the virtue theme and bold child them. Having an issue with getting the “sidebar 1” on product page and shop page to show up. I have check through out the theme options and don’t know what I have missed. Also I have “sort by popularity” showing up and don’t want that and can’t find where to turn it off?

    Kindest Regard
    Ted

    #209496

    For pages, you just need to keep the setting “Display Sidebar?” to No, in the page edit screen. For blog posts, go to Theme Options> Blog Options and set “Blog Post Sidebar Default” so No, don’t show.

    Hopefully that helps!

    -Kevin

    #209493

    Hi,

    Yes, I have chosen SiteOrigin PageBuilder to create my site template and so what I have logically deduced through deductive reasoning is this, without any hard coding to be done… I was looking in Theme Options, off hand, is there a universal setting for website design layout to be changed to one column instead of two columns… being that of eliminating the sidebar? I want to eliminate the sidebar from pages and posts.

    Thanks.

    #209484

    Hey,

    The best way to do this would be to use a page builder plugin to build your sidebars. You could setup a template thats used for all posts and pages and then just change out the widgets within your page builder layout.

    Take a look at this post that covers the various plugins out there:
    https://www.kadencewp.com/recommended-page-builders-for-wordpress/

    Let me know if that works for you.

    -Kevin

    #209483

    Hi,

    … Thanks for responding so quickly Hannah. That’s just it I need to create thousands of Customized Sidebars & this would be impractical to manage from the WIDGET AREA because it seems that most of the Customize Sidebars plugins out there do not support a search for the Post and Page area other than a drop down menu… could you imagine me searching through a dropdown menu of thousands of sidebars…hehheh. I should re-word what I’m asking… Is it possible to create/edit customize sidebars directly from posts or pages without using widgets for them?

    Thanks.

    #209479

    Hi Dawn,
    You can create as many custom sidebars as you would like from Theme Options > Misc Settings. Then you can customize each from Apperance > Widgets and asssign them to your pages from your individual edit pages. Would that work for you?

    Hannah

    #209477

    Hi,

    I am building a very large website that I would like to change out the sidebar to each and every posts which would be impractical in the widget area to manage with any basic Customize Sidebar plugin that’s out there. Is it possible to edit/modify each page or posts of the sidebars in the Appearance / Customize area? I notice it is set to modify and change from the homepage, I don’t know if this is by default and can be changed.

    Thanks.

    Dawn

    #209443

    Hi Hannah that didn’t work for whatever reason. It’s still showing in the sidebar on that posts widget. Do you want me to send you the link to my site so you can see?

    #209437

    I really would like to lose that pencil icon that appears in my sidebar by the latest blog posts. I looked in Theme Options / Blog Options and don’t see where I can do that. Am I not seeing it or is it somewhere else or what? I just don’t care for that pencil. Thanks in advance!

    #209239

    Hey Andrew,
    Css like this should work for you:

    @media (min-width: 992px) {
    div#ktmain {
        width: 70%;
    }
    aside#ktsidebar {
        width: 30%;
    }
    }

    Hope it helps!

    Hannah

    #209203

    Hi Hannah –

    a related followup — in addition to the reduced width of the content, I would like to expand the width of the right-hand sidebar. Is there a way to do achieve this in the ‘Advanced Settings’ of the theme options?

Viewing 20 results - 1,301 through 1,320 (of 5,356 total)