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 - 2,661 through 2,680 (of 5,356 total)
  • Author
    Search Results
  • #122239

    My primary sidebar and primary menu have disappeared, I have checked my theme options they are still the same for the sidebar and the primary menu is checked, my website is now displaying only for a mobile. I haven’t been working on website lately it was stable, but it could have been a wordpress update that caused this, because they are installed automatically on Bluehost (my website host). I have updated to the latest versions of WordPress Kadence Virtue theme and Woocommerce plugins today to see if it will fix it- but to no avail. I would be most grateful for your help.
    Kind Regards,
    Joanne.

    In forum: Virtue Theme

    In reply to: Sidebar product help

    #122172

    1. Try pasting this into your custom css box in Theme Options > Advanced Settings:

    aside#ktsidebar {
        border-left: 1px solid #000;
    }

    2. There isn’t a built in option for this, but a workaround would be to create a custom menu from Appearance > Menus and add your product categories as menu items and products as sub menu items. Then you can add a custom menu widget to your sidebar from Appearance > Widgets. Does that work for you?

    Hannah

    In forum: Virtue Theme

    In reply to: Sidebar product help

    #122154
    This reply has been marked as private.
    #122136

    Hello Guys,
    I’ve searched the forum for this, but no luck
    1/ I’ve got the sidebar showing fine with the woocommerce categories widget, but I’d love to be able to expand each category in the sidebar to show its products also. (I don’t have many products in each category).
    2/ On the product page the sidebar is close to the product info, is there an easy way to put a vertical line or similar?

    If you could help with these 2 things that would be great.

    Thank you, John

    In forum: Virtue Theme
    #122051

    Hi Dimitrios,
    You should see a Sidebar Side of page dropdown from Theme Options > Main Settings. Theme Options can be accesses from your admin panel. Make sure you are using the latest version of the theme. You can download from here- https://www.kadencewp.com/my-account/

    Hannah

    #122034

    Thanks! Such an idiot. I search Google and these forums but didn’t scroll down!

    I changed Display Sidebar to No and that worked.

    Thank you!

    In forum: Virtue Theme
    #122032

    In Theme Options> Main Settings, you can set which side of your site the sidebar will default to. If you only want certain pages to have the sidebar on that side, then post a link to those pages and I’ll give you some CSS that will allow this.

    -Kevin

    #122031

    Hey!

    Double check in your blog page edit screen to be sure that you’ve disabled the sidebar under “Blog List Options.”

    Is there a sidebar enabled there?

    -Kevin

    #122030

    Hello

    I am using virtue premium them and i cannot move the sidebar from right to left especially in shop page. Any ideas how?

    #122029

    Hi.

    I have set Setting -> Reading -> Posts Page to Select.

    Created new page with Blog as the template.

    In Theme Options (Virtual Premium) Blog Post Sidebar Default -> No, Do not Show

    The single posts do not have a sidebar but how do I get rid of the sidebar for the “Posts Page”?

    Thanks!

    In forum: Virtue Theme

    In reply to: Sidebar

    #121978

    Hi Jonathan,
    In your edit page select a full width page template. Right now you are still using a sidebar template, there just isn’t content in your sidebar so it’s resulting as blank space.

    Hannah

    In forum: Virtue Theme

    In reply to: Sidebar

    #121970

    Thanks Kevin. That worked.

    I got rid of all that sidebar stuff, but now there’s a blank space on the side. I can’t attach a picture here to show you, but you can look on my website http://jonathanczegledi.com/work-with-me-2-2/ – the content on the page isn’t flush wish the side like it is on the template http://layouts.siteorigin.com/layout/about-adventure/

    In forum: Virtue Theme

    In reply to: Sidebar

    #121916

    Hey,

    the sidebar widgets are controlled via Appearance> widgets. If you’d like to keep this widget in other parts of your site, it’s possible to hide it with CSS if you post a link.

    You could also create a new sidebar for your blog in Theme Options> Misc Settings. Then you’d assign widgets to it in Appearance> Widgets, just like the other sidebar. And within your blog page edit screen, you’d have to assign the new sidebar to the page.

    Does that help?

    -Kevin

    In forum: Virtue Theme

    Topic: Sidebar

    #121909

    How do i get rid of recent comments and posts from showing up on the side of my blog?

    #121873

    Hey Rual,

    One possible way to go about this would be to pull the posts via shortcode into the sidebar, like this:
    [blog_posts orderby=date items=4]

    Try placing that shortcode into a text widget that’s in your sidebar and let me know if that works for you!

    -Kevin

    #121867

    Is it possible to show the Video on Pinnacle Recent Posts widget, instead the thumbnail image (featured image).

    I want to use it on a sidebar, showing the latest video posts. But I prefer to show the youtube video player not the thumbnail featured image.

    Is this possible, or can you integrate this on a future release?

    In forum: Virtue Theme

    In reply to: 2-column

    #121744

    Hey Jonathan,

    I’m not seeing any content on that page. Regardless though, you should be able to control whether or not a sidebar appears on any given page by selecting the correct template.

    Within the page edit screen, you can set the template under Page Attributes. be sure that you’re not using a sidebar template, and you should be set.

    -Kevin

    In forum: Virtue Theme
    #121714

    single-post

    @media (min-width: 992px)  {
    .archive .main, .single-post .main {
        width: 60%;
    }
    
    .archive #ktsidebar, .single-post #ktsidebar {
        width: 40%;
       }
    }

    This should do that! Let me know if it works for you.

    -Kevin

    In forum: Virtue Theme
    #121708

    Hey Karl,

    Try placing this CSS in Theme Options> Advanced Settings:

    @media (min-width: 992px)  {
    .archive .main {
        width: 60%;
    }
    
    .archive #ktsidebar {
        width: 40%;
       }
    }

    This should effect only your blog page. Let me know if it’s what you’re after.

    -Kevin

    #121688

    Hi there,

    How can one decide the width of the blog page template please?

    We want to have the main content in a tighter column and increase the sidebar column for just the blog page template please.

    Regards.

Viewing 20 results - 2,661 through 2,680 (of 5,356 total)