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,821 through 1,840 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Disable Cart link

    #176142

    Hi Nathalie,
    Try using this css:

    .sidebar ul.cart_list li a, ul.product_list_widget li a {
        display: none;
    }

    Hope it helps!

    Hannah

    #176097

    I think this is the css your looking for:

    #ktsidebar {
        padding-right: 0;
    }
    .sidebar .widget-first {
        margin-top: 0;
    }
    .wrap.contentclass{
        padding-top: 0;
    }

    Ben

    #176023

    Hi Hannah,

    I mean the white padding around the sidebar. You can see on mijn website that the value of the cryptocurrency goes until the end/right.
    Also on mobile the sidebar is not about the entire page width

    it is also possible to remove the white space under the banner so that both the photo and the sidebar are against the banner?

    Thanx,
    Rina

    #175999

    Hi Rina,
    I’m not sure of the white section you’re referencing. Do you mean the padding around the sidebar? Or the border lines within it?

    Hannah

    #175980

    On my site you see the sidebar on the right side with a white section on the right. How do I also get the white part black? Like the cryptocurrency that goes through?
    My website is

    #175695

    Hi there, I hope you can help.

    I was wondering if it is possible for the mobile menu to active a sidebar menu instead of a drop down?

    I like the mobile menu for Ascend, but I have a large website that is already using a lot of virtue shortcodes and virtue galleries. It would be a lot of work to switch themes just so I can have a mobile side menu instead of drop down.

    Hoping you can help 🙂 I will share a link privately

    Darren

    #175644

    1. In your mobile header settings increase your logo width setting.

    2a) you need to set the image menu to use the image ratio and not a fixed height. (setting in the widget) Then make sure to upload a square image.

    2b) See above ^^

    3. Please be more specific, I’m not sure what you are asking when you say “main margins”

    4. you can use css like this:

    @media (min-width: 992px) and (max-width:1200px) {
        .kt-sidebar-container {width:25%;}
        .main.kt-sidebar {width:75%;}
    }

    5. In your theme options > product settings, you can change the Product Content Layout to make the image larger and have the thumbnails beside the image. If you just want to keep the thumbnails as they are you can adjust with css like this:

    @media (min-width: 992px){
        .product-img-case {
            width: 50%;
        }
        .product-summary-case {
            width:50%;
        }
    }

    Ben

    #175634

    Since it was your 5th created sidebar sidebar5 was the id. here is what I added, seems to be working:

    add_filter('kadence_sidebar_id', 'custom_testimonial_sidebar_id');
    function custom_testimonial_sidebar_id($sidebar) {
    if(is_singular('testimonial') ) {
     $sidebar = 'sidebar5';
    }
    return $sidebar;
    }

    I pushed out an update 2.1.2 that will fix the issue and styling of the testimonial group archive.

    Ben

    #175631

    Hello again,

    A few questions regarding mobile and tablet view. Site:

    1. Is there a way to enlarge the logo on tablet and still maintain current size on mobile?

    2A) The front side is built with page-builder and ascend image menu, I have set the first image menu to not collapse meaning that the images gets very elongated on both mobile and tablet while the devices are held both vertical and horizontal. Is there a way to adjust this so they maintain their original square shape?

    2B) The second image menu are set to collapse, collapse behaviour standard and looks good on mobile but on tablet the images are very elongated and not square, again: Is there a way to adjust this so they maintain their original square shape?

    3. Where/How can I increase the site main margins on mobile?

    4. Where/how can decrease the sidebar width on tablet, horizontal view.

    5. Where/how can I decrease the product text area/increase the product image size on tablet vertical view as well on desktop regular view. So the product image is dominating and not the text area.

    As always, thank you for a great support!

    #175624
    This reply has been marked as private.
    #175611

    Hi again

    1. I am using image menu widgets to link to my subcategories, but the row is always slightly misaligned, ie not perfectly centred on the page. I think it is the image margin that seems to affect the third (right) column? Do you have any CSS to change this for me please?

    https://www.theinspirationcloud.com/food/

    2. Is it possible to change the text title in the image menu to H2? I think it is pulling from H4, which gets a bit lost.

    3. I have made the row backgrounds grey, but there is a small sliver of white background appearing above the footer (and here you can see how the image menus are not centred). Any ideas how I can get rid of this please?

    4. Do you have any CSS I can use to make the text in the sidebar “recent posts” smaller, please? Some of my longer titles cause the white background to overflow under the images.

    Thanks very much for your help!

    Best wishes for a happy and healthy new year!

    Janine

    #175553

    Ben,

    When I try this code it still makes all the sidebars blanks

    add_filter( ‘kadence_sidebar_id’, ‘custom_testimonial_sidebar_id’ );
    function custom_testimonial_sidebar_id($sidebar) {
    if(is_singlular(‘testimonial’) ) {
    $sidebar = ‘sidebar1’;
    }
    return $sidebar;
    }

    #175552

    The name is not the same as the id. If this is the first custom sidebar you have created then use “sidebar1”

    Ben

    #175551

    Ben,

    I have named the custom sidebar “Testimonials”

    I tried the code again and now it does not do anything.

    Jeremy

    #175548

    The update was pushed out less than an hour ago.

    $sidebar = ‘Testimonials’;

    That doesn’t make sense, a sidebar id wouldn’t have capital letters. If you made it through the theme options then it would likely be sidebar1 or sidebar2

    Ben

    #175541

    Ben,

    When i use this code to replace the sidebar all sidebars are now blank

    add_filter(‘kadence_sidebar_id’, ‘custom_testimonial_sidebar_id’);
    function custom_testimonial_sidebar_id($sidebar) {
    if(is_singlular(‘testimonial’) ) {
    $sidebar = ‘Testimonials’;
    }
    return $sidebar;
    }

    In forum: Membership Forums

    In reply to: Member Suggestions

    #175482

    Hi Ben,
    We are long-term fans of Pinnacle (also used Virtue in the past), but have chosen to use LifterLMS for membership/course access and Pinnacle doesn’t support the sibebars and course catalog features for LifterLMS. I have documentation at these two sites and was wondering if you would consider inserting these two codes into the theme so I could continue to use Pinnacle.

    https://lifterlms.com/docs/lifterlms-sidebar-support/

    https://lifterlms.com/docs/lifterlms-catalog-compatibility/

    thank you so much!

    Michael Ruth

    In forum: Pinnacle Theme
    #175448

    I think this is the css you want:

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

    Ben

    In forum: Pinnacle Theme
    #175419

    Hey,

    Can you please post a link so I can see how your site is currently displaying?

    By default, the sidebar goes below main content in mobile. There is not enough room on a mobile screen for the sidebar to display as it does on desktop.

    -Kevin

    In forum: Pinnacle Theme
    #175420

    Hey,

    Can you please post a link so I can see how your site is currently displaying?

    By default, the sidebar goes below main content in mobile. There is not enough room on a mobile screen for the sidebar to display as it does on desktop.

    -Kevin

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