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 - 3,401 through 3,420 (of 5,356 total)
  • Author
    Search Results
  • #85784

    Kevin, just to confirm your last post, I don’t want any sidebar, not even Ben’s portfolio menu code to appear on the home page, tks.

    #85777

    Or if I misunderstood and you want the rest of the sidebar to remain except the menu, use this CSS.

    
    .home .sidebar #nav_menu-4 {
        display:  none;
    }
    #85773

    1. Use this CSS. Just copy and paste into Theme Options> Advanced Settings> Custom CSS. You can change the “14px” to whatever size you want.

    .single-portfolio .widget_nav_menu {
        font-size: 14px;
    }

    2. You can disable the sidebar on the home page via Theme Options> Home Layout. The first selection should be the completely grey box, and that will remove your sidebar on the home page.

    Hope that helps!

    In forum: Virtue Theme

    In reply to: Shop Menu

    #85760

    Hey,
    You can enabled a sidebar in the theme options > shop settings.

    Then in the apperance > widgets you can add a menu to the sidebar widget area.

    Ben

    #85698

    Hey,
    A simple category (no dropdown) can be done with the “woocommerce category” widget. Just add that to your sidebar.

    Ben

    #85643

    Hello, I know portfolio is not designed to have a sidebar menu, but I needed one.

    I used code posted by Ben in the past which works well except I need to modify it a little.

    add_filter(‘kadence_display_sidebar’, ‘kad_sidebar_everywhere’);
    function kad_sidebar_everywhere($sidebar) {
    return true;
    }

    1/ I need to decrease the sidebar menu font size of portfolio articles, smaller than portfolio type menu font size.
    2/ I need to not show the sidebar menu on the home page.

    Could you please help?

    Thank you, John

    #85612

    Hello. I have a woocommerce store and i want to add some information of advantages of buying in mine store, for example: delivery to the whole country, up to 12 installments.
    For that i’ve in my shop a sidebar in the left and the product page. What i want to add is a small static sidebar in the right with that information. There is an easy way to do that?

    Thanks in advance

    #85506

    In case anyone else runs into a similar situation, here’s the code that worked for my site.

    /* Change Main to Sidebar Ratio */
    .container {width: 80%; position: left;}
    .sidebar {width: 20%; position: right;}
    }

    #85490

    Hi Hannah,

    I would like the main to sidebar ratio to stay the same for the entire site. Thank you for any assistance! Once I get over this hurdle I can start cleaning up my site again. When I upgraded from the free version of Virtue to the Premium I lost all of my changes :-).

    Thanks again,
    Doug

    #85481

    I’m guessing from your reply I need more? I tried identifying the pages and the ratios to split the home/sidebar pages, which obviously isn’t enough.

    Thanks,
    Doug

    #85458

    A dropdown menu in a sidebar isn’t really an option? Not unless you use a pluign.

    Does each of your subcategories have products assigned to them?

    I don’t really get what your saying through. Any chance you can explain with more detail maybe with a screen shot?

    Ben

    #85455

    Hello,

    I stepped up and purchased the Virtue Premium Theme and I still cannot find where to adjust the main page to sidebar ratio. The sidebar is too wide, taking up too much of my screen. I’ve tried several variations of the code cited below but the sidebar still remains too large (custom code not changing anything). Here is my site URL:


    @media
    (min-width: 992px) {
    #content .main.col-lg-9 {width: 80%;}
    #content aside.col-lg-3 {width: 20%;}
    }

    Thank you for any assistance!

    In forum: Virtue Theme

    In reply to: Sticky/fixed sidebar?

    #85445

    Hey,
    It’s not really an option, there is more of a framework for this in the theme but it’s still not written out this way would require some javascript.

    What is your link where your wanting the sidebar sticky?

    Ben

    #85388

    Hey guys,

    I was wondering is there was any in-theme magic to make a sidebar sticky, so that when you scroll down a page, it stops moving once it reaches the top of of the page, while the rest of the page carries on scrolling.

    I saw another thread, that said this wasn’t an option, but that was two years ago, so was wondering if there had been any updates.

    I found a plugin, but it hasn’t been updated in 2 years, and broke my sidebar when used, so that wasn’t an option.

    Any thoughts or feedback appreciated.

    #85372

    Hi Hannah,

    I started with 3.5 yesterday and was using that when this started. One of the fixes I tried was updating to 3.5.2 and that’s what I’m using now. WordPress and the two plugins are up to date. I cleared my cache.

    Here’s what happened in case this helps: yesterday I set up the site, including a few lines of code in the custom css box. Everything was working fine. Last night I added the slider to the home page. When I installed that, I lost the styles from the custom css box. From then on, I have not been able to get those styles back. I put the css back in the box, but they don’t show on the website. When I log out and log back in, the styles are gone from the box.

    Deleting the home slider doesn’t help.

    I just replaced the background image I had been using. I had css in the box to add a white background to the content div, hide the page title and give the sidebar a background color. The css is currently in the box, but not showing on the site, and has been disappearing each time I log out.

    I don’t know what to try next besides a different theme.

    Any suggestions would be appreciated.

    Terry

    #85270

    No, its a slider and clearly displays as such. I assume I need to edit the home template php file to reference the featured sidebar template instead of the standard sidebar template but am not sure how to go about this.

    #85261

    Ok, I’ve made a bit of progress here.
    What I want is exactly how the shop works (with sidebar), but there’s fields there I don’t want! so can’t do that.

    I’ve found some code Ben posted about a year ago to give portfolio pages a menu sidebar, works ok!

    Still got a url problem with generic path components like “/portfolio-type/”.
    May have to give up on trying to improve that.

    Tks for the help.

    John

    #85251

    Hello,

    Is there a way to have a featured sidebar template (with an image at the top) as my homepage? I have the Featured – Sidebar template set for the page, but the settings under Home layout overwrite it to either a having a standard sidebar template or none at all.

    I’ve tried using page builder set to set a widget row with an image to Full Width but that doesn’t work. Having a home slider set has the desired effect, but is obviously designed for more than one image.

    Thanks,
    David.

    #85250

    Hi Frankie,
    There isn’t a built in way to do this. If you want to remove the default sorting you could use this css:

    .woocommerce-ordering {
        display: none;
    }

    Just paste that in your custom css box in Theme Options > Custom CSS. Then you can add a search widget to a sidebar and add it to your shop page.

    Hannah

    #85163
    This reply has been marked as private.
Viewing 20 results - 3,401 through 3,420 (of 5,356 total)