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 - 5,161 through 5,180 (of 5,356 total)
  • Author
    Search Results
  • #9036

    I would like to change the post name H3 heading color, but I do not wish to change the rest of the H3 heading colors (such as in the sidebar widget titles).

    #8997

    Hey so you have css that is making the sidebar on the left.

    But just need to make that css apply only to larger screens. Like this:

    @media (min-width: 992px) {
    body .main {float:right;}
    }

    this will allow the .main content area to not be floating while in mobile which is the issue.

    Ben

    #8983

    If I try to navigate from a woocommerce product category page to a product subcategory on a mobile browser, the mobile browser (safari in my case) just reloads the same product category page you were on and not the correct product subcategory. This behavior only occurs when I click on the (sub)category images. If I navigate by clicking on the subcategory in the sidebar (which is located below the category images on the mobile version of the theme), I get directed to the correct page.

    my site url is .
    An example of a product category page is: Slaapkamer

    It’s all in Dutch, so I hope my description is clear enough. 🙂

    Any ideas?

    #8946

    Hey,
    1. Theme options > menu settings. Secondary menu… you can change the item amount to 7.

    2. So if you create a feature page (using the feature template) then you uploaded an image while editing that page it creates a attachment in wordpress. So if you removed the featured image but didn’t change your page template or replace the image it would show the attachment image because while using a feature template it first looks for a featured image then looks for attached images. So if you can replicate have you tried just switching the page template?

    3. Have you looked at the docs: http://docs.kadencethemes.com/virtue/#featurepage

    A simple rundown.
    Blog template for a blog page.
    Portfolio for a portfolio page.
    Contact for a contact page.
    Feature for a page with a slider, image or video above the title
    Feature – sidebar for the same as above except with a sidebar
    Fullwidth for a normal full width page
    sidebar for a page with a sidebar.

    4. add this css to your custom css box in the theme options:

    .page-header {
    display:none;
    }

    Ben

    #8871

    Kind of, it’s not really how the sidebar was designed but you can get the effect with this css:

    @media (min-width: 992px) {
    #content {
    position: relative;
    }
    aside.col-lg-3 {
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    }
    }

    Ben

    #8836

    How can I change the colour of my sidebar ? thanks in advance to anyone that helps me with this issue

    #8739

    Hey,
    1. What size are you using for category images? The sizes are set by the theme not woocommerce? So the minimum is 240 with by the height that you set in the theme options shop settings. For example if you set the sizes to be wide or square?

    2. The theme also controls image sizes so if you want to have woocommerce handle that you have to turn the theme off in the shop settings of the theme options.
    But you can set which image ratio you would like to use there as well. Note that with virtue it’s all a hard crop so if you wanted to have different ratios for products then you will need to turn the theme settings off.

    3. The sidebar, reason the correct sidebar isn’t showing with the products is because the metaboxes aren’t set for the products. So if you import the products or built them on a separate theme then they default to show the primary sidebar. I am fixing this in the next version, should work once I push the update out tomorrow or monday.

    Ben

    #8733

    I also forgot to mention that I created a custom sidebar called ‘Shop’ which I want to use for browsing the products area.
    It does not load when browsing the individual product page (even though I have set it to), but it loads for the archive and category sections.

    #8689

    Hi there would you be able to take a look at the following page, to advise how I can prevent widgets in the primary sidebar overlapping my blog post please? See link

    Thanks,

    Claire

    #8631

    Hi,

    I’m setting up a website with your theme and get troubles on the blog page.
    I’ve no differences when I change the template blog or blog grid on my page
    Same thing with the sidebar, it always display it even if I select no sidebar in the options.

    Could you help please ?

    Cheers,

    Tom

    #8624

    Hey so you were using the home widget area for you product sidebar. That was the issue. The home widget area outputs a little different then a sidebar widget area. So anyway I create a sidebar in the theme options > misc settings and then made that your product sidebar, and updated your css to work with the right class for the widget.

    Ben

    #8619

    Ok need to back up,

    If you want all your sidebars to have more space like the filters then add this, remove all the filter code, the fitler code is doubling the space for the related products widget.

    .sidebar {
    margin-left: 50px;
    }
    

    1. yeah like I mentioned above there isn’t a class surrounding that widget. Can you send me a login so I can see whats going on?

    [email protected]

    3. The css right above those two styles isn’t closed out correctly the closing bracket is facing the wrong direction: { needs to be }

    Ben

    #8611

    I have inserted all three codes and the widget completely disappeared from the page http://www.shop-my-closet.ca/product/wine-chocolate-satin-evening-gown-by-js-boutique/

    I use the following plugins in addition to woo commerce:

    – product enquiry for woocommerce (right now its not showing, i need to update the license, but its supposed to be under the product short description, not not in the sidebar
    – woo commerce FAQ (its in the tabs)
    – Facebook share (its under product short description)

    The only two items i have in the sidebar are Recently Viewed Products and “Schedule Item Pickup” button which i created myself using the Text widget

    #8549

    Hey,
    So this can’t really be done like that. Atleast it’s not a built in option. If you mark a sidebar on the home page then it adds it right after the slider.
    What you can do to create the effect is to set the page as full width in the theme options, then use you “page content”. Enable it right after the carousel then disabled your blog posts.

    Then go to edit your pages, edit your home page and use the page builder. Create a two column row, make the right column 30 percent then in the left column add a text widget with this in it: [blog_posts columns=2 items=4]

    And add your sidebar widgets to the right column,

    Ben

    #8546

    1. Add this:

    .single-product .sidebar {
    margin-left:30px;
    }

    2. This will change the color and font:

    ul.product_list_widget li a {
    color:red;
    font-size:12px;
    }

    3.

    ul.product_list_widget del, ul.product_list_widget .amount {
    font-size:12px;
    color:blue;
    }

    4. There isn’t a div surrounding that widget. which is odd. Are you using a plugin that would effect where the widget are show or something along those lines?

    Ben

    #8543

    Hi Ben et al,

    I am trying to figure out (with no success yet) how to align the sidebar with the blog posts and not with the carrousel as it is by default. Could you help me please. I would like to have a full-width slider and carrousel on the front-page plus blog posts and sidebar on the bottom part of it.

    Thanks.


    Ivaylo

    #8540

    Hi Ben,

    Is it possible to change the style of the title “Featured Products” on the homepage without affecting the style of other headings on the site (i suspect this title is an H3 heading which is also used for Filter by and Recently Viewed Products in the sidebar.

    Here is y site

    In forum: Virtue Theme

    In reply to: Icon Colour

    #8486

    Sorry,
    this should work for the sidebar:

    .widget_nav_menu li a i {
    color:#ddd;
    }
    
    .widget_nav_menu li a i.icon-facebook {
     color:#ddd;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Icon Colour

    #8482

    Thank you for the link to the other icons. That code doesn’t seem to work – again, it’s the icons in the custom menu widget in the left sidebar? I tried both the general one and doing them by name…

    In forum: Virtue Theme

    Topic: Icon Colour

    #8478

    Odd question: Is there a way to change the colour of just the icons in a menu and not text? I’m using the custom menu widget in the left sidebar and have twitter and linked in icons and could like to change the colours, but not the colours of the other items.

    Also, do you know that not all of the icons listed at actually work? Only one Twitter and Linkedin icon works, and one label isn’t what is actually on-screen. Just an fyi.

    Thanks!

Viewing 20 results - 5,161 through 5,180 (of 5,356 total)