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,021 through 2,040 (of 5,356 total)
  • Author
    Search Results
  • #160451

    Hello.

    All the posts published after the latest update of the Virtue theme have no more sidebar. You can see it here:

    I hope you can help me.

    Best regards,

    Nicolae

    In forum: Virtue Theme

    In reply to: Use of Site Origin

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

    In reply to: Some adjustements

    #159862

    So turns out that only works if using the sidebar on your homepage. Sorry, I think I have made this more complicated than it needs to be.
    Ok, try adding the following shortcode into a text widget within your home widget area.
    [blog_grid orderby=date items=3 columns=3]
    Be sure to enable the home widget area in your homepage layout manager.
    Let me know if you have questions with that!

    Hannah

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

    In reply to: random space on iphone

    #159366

    This is my css, maybe it would help finding clue.

    /* Height adjust(Product)*/
    .product_item img{
    max-height: 110px;
    width:auto;
    }
    
    /* not using
    .kad-woo-image-size {
        height: 110px;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        
    }
    .product_item a.product_img_link {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 110px;
    }
    */
    
    /*포트폴리오 높이, 자막*/
    .portfolio_item.grid_item, .portfolio_item a {
    height: 200px;
    }
    .portfolio_item img {
    max-height: 200px;
    width: auto;
    }
    
    .portfolio_item a.kad_portfolio_lightbox_link {
        height: auto;
    }
    .portfolio_item .portfoliolink {
    ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height:auto;
    }
    .portfolio_item .portfoliolink {
        position: static;
    }
    .portfolio_item.grid_item .imghoverclass {
        height: 200px;
    }
    .portfolio_item.grid_item, .portfolio_item a {
        height: auto;
    }
    .portfolio_item .piteminfo {
        min-height: 100px;
    }
    /* Add to Cart 버튼 색 변경 */ 
    .product_item .kad_add_to_cart {
        color: #fff;
        background: #2793e8;
    }
    /*Virtue : Recent Posts - Removing Date*/
    .kadence_recent_posts .recentpost_date, .widget_kadence_recent_posts .recentpost_date {
        display: none;
    }
    /*kboard hide unlike,comment like, unlike*/
    .kboard-button-unlike { display: none; }
    .comments-button-like { display: none; }
    .comments-button-unlike { display: none; }
    
    /*Sizing icon box on home*/
    @media (max-width: 768px) {
    .kad-icon-box {
        margin-bottom: -30px;
        //margin-top: -10px;
    
    }
    /*white background for elements*/
    }
    
    .products div.product {
        background: white;
    }
    
    .single-product .product-summary-case{
    background:white;
    }
    
    #kad-blog-grid .blog_item {
        background: white;
    }
    
    .single-post div#ktmain {
        background: white;
    }
    aside#ktsidebar {
        background: #ffffff;
    }
    
    .image-menu-image-size .homepromolink:hover .image_menu_hover_class {
        background: #E4EBF9;
    }
    
    .kad_caption {
        opacity: 1;
    }
    #159322

    Hey Max,
    Try adding this css:

    .sidebar span.woocommerce-Price-amount.amount {
        display: none;
    }

    Does that work for you?

    If you’re using Virtue Premium you need to post in the Virtue support forums. https://www.kadencewp.com/support-forums/forum/virtue-theme/

    Hannah

    #159305
    .sidebar ul.product_list_widget .amount {
        display: none;
    }

    It’s always best if you can post a link when asking for support.

    Ben

    #159295

    Do you know a CSS clip I can use to remove the price from the Woo Product list widget, so the products will appear in the sidebar without their prices showing?

    In forum: Virtue Theme

    In reply to: Post on the front page

    #159097

    1. A custom post type shouldn’t be showing in your latest blog posts area. If you have a plugin that is trying to insert them into a blog post loop then that would be why you’re having issues. The home blog post shouldn’t show any custom post types. So let’s back up. What are you wanting to show? Posts or a custom post type?

    2. I am finding it odd how the pinterest plugin is pulling images from outside the defined “article”. Seems like it would pull in images from a footer, sidebar and everywhere else through this kind of approach.

    At the moment to add data-pin-nopin=”nopin” to the images in the related posts carousel would just mean editing the templates/simliarblog-carousel.php file. The image tag is on line 112. You can add the code there by copying the file into your child theme.

    Ben

    #159041

    I only see the ‘Visual’ and ‘Text’ tabs for the content options on the staff profile / post pages? To be clear, I’m not referring to the staff grid page (which is setup much like a blog) I’m referring to the layout of the staff profile pages that show up after you click on a staff name on the staff grid.

    There’s an option to use a sidebar, but I’m wondering if it’s possible to use the pagebuilder on these?

    Jeffery Chase

    #159034

    Hi Ulrika,
    You can use this css to remove the sidebar from your search page:

    .search aside.col-lg-3.col-md-4 {
        display: none;
    }
    .search .main.col-lg-9.col-md-8.kt-sidebar.postlist {
        width: 100%;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.
    Hope that helps!

    Hannah

    #158997

    Hi

    I want to remove the Sidebar in the Search Template. When i go to Theme Options > Misc Settings > Search Results i get the following Options

    But i can’t choose the Option “No Sidebar”. How can i remove the Sidebar permanently on the Search-Site. At the Moment it looks like this:

    Thanks anyway

    In forum: Virtue Theme
    #158840

    Hi Emily,
    1. Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 992px) {
    .col-md-6.col-sm-6.kad-topbar-right {
        width: 20%;
        float: right;
    }
    .col-md-6.col-sm-6.kad-topbar-left {
        width: 15%;
    }
    }

    2.

    .search aside#ktsidebar {
        display: none;
    }
    .search div#ktmain {
        width: 100%;
    }

    Hope that’s helpful!

    Hannah

    In forum: Virtue Theme
    #158814

    A related question….

    I have added the search function to my staging site.
    Search results are set to a grid, but there is a large space on the left hand side as if there is room for a side bar. Is there any way of disabling or removing the sidebar to remove the space?

    Thanks Again

    #158805

    Hello!

    I’m using Virtue Premium and at main page I want to make that slider isn’t fullwidth below menu, but I need that primary sidebar with product categories goes next to it – below primary menu in one level there goes sidebar and slider. I can’t find how to do that, I guess with page builder it could be done, but maybe there is some easier option?

    Thank You!

    #158419

    It’s not, but a simple enough workaround is to create a new page for the categories that you want to have a different sidebar than the default for all category pages.

    Once you have that new page created, use the blog template and select for it to only show that category of posts, in that page, you will also be able to set the sidebar you want to show.

    Finally, add this plugin and redirect any traffic from the category archive page to your new custom page: https://wordpress.org/plugins/safe-redirect-manager/

    The only other option would be to add a custom function to a child theme. If you would prefer that route let me know.

    Ben

    #158417

    Is it possible to have different sidebars (widgets) for different blog category pages? I’d like one to have a “share story idea” and the other to just have a list of blog posts categorized as organizational updates. Thanks!

    #158178

    Try checking for Tools> WordPress Reset in your admin sidebar. Let me know if you’re able to find it.

    -Kevin

    #158097

    Hi Park,
    What version of the slider are you using? And how are you adding it to your page?
    Rather than using a sidebar layout, I would suggest creating a right column with several rows of widgets to give it the feel of a sidebar. Then you can add a full width row with your image above that row. If you don’t want to use a slider, just create a row using page builder and set your image as the background of the row. Then you’ll need to add some content to the row to make it show. Even a blank text widget would suffice.
    Hope that’s helpful!

    Hannah

    #158082

    I’m trying the pro slider right now.

    I messed around with a few different widget page builder combinations but I want the banner to span across the blog posts and the sidebar which wasn’t happening.

    So there is no way to do it like this: http://izanami-wheel.com/widecustom/

    Simply with the page builder and the visual editor widget?

    I will let you know how the pro slider comes out, it just feels that the slider is heavy and will bog down the site further.

    -Park

Viewing 20 results - 2,021 through 2,040 (of 5,356 total)