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,721 through 3,740 (of 5,356 total)
  • Author
    Search Results
  • #70467

    I do not know how to add that to my sidebar 🙁

    In forum: Virtue Theme
    #70267

    You can use this to remove the icon since the plugin is layout the message out without space for the icon:

    .sidebar ul.msg.woocommerce-info {
        padding: 10px;
    }
    .sidebar ul.msg.woocommerce-info:before {
        display:none;
    }
    

    Did you want to change the color of the box or the background?
    Ben

    #70158

    Hi Alexander,
    1. For that many addresses I would suggest using a plugin like this- https://wordpress.org/plugins/wp-google-maps/

    2. It looks like you have a blank sidebar enabled? In your edit page make sure you have the sidebar turned off. Or choose a full width page template.

    Hope that helps!

    Hannah

    #70092

    Hi!
    How can I hide certain categories from being displayed in the sidebar category widget?
    Thanks,
    Grace

    #70057

    Yes, I have done that and then the problem happens again. Products do not show up in the categories. Just a white page. It is also happening with clients and they are not going to clear cache 🙁
    Also, the woocommerce categories menu in the sidebar is not working in chrome but in IE and Firefox. Have had a few other problems too, but this one is the more urgent and need it resolved ASAP. I changed back to the Virtue free version for the time being and it is working fine except the sidemenu categories.

    #69875

    Hey,
    You are doing this: I’m posting with SHORTCODE with the VISUAL editor.

    And you should use the “feature sidebar page template. Then add your shortcode into the page settings. that will add the slider above your visual editor content.

    See here: http://docs.kadencethemes.com/virtue/#featuresidebarpage

    Ben

    #69836

    I’m not referring to that page per Se. That page is showing full width. If I put on the sidebar, it can’t be centred . It will still be appearing on the left.

    I have sidebar on homepage and yet the slider is centred. That’s how I want all pages to be .

    Thanks

    #69790

    I am using Cyclone Slider Pro and having having sidebar on my pages. How do I center the slider? because of the sidebar, they are always showing at the left.

    Thanks

    #69707

    Hey,
    The “Pinnacle: Recent Posts widget” is for a sidebar it’s just a widget to show an image and the title with a link.

    If you want to show a blog post with full text you can use this shortcode in a text widget:

    
    [blog_posts items="10" type="full"]

    Just so you know about the front page settings please see this tutorial because the is only referring to the main loop: https://www.kadencewp.com/home-page-pinnacle-premium/

    also this section ” For each article in a feed, show full text.” that is only referring to your feed… which is an xml file for feed readers.

    Ben

    #69648

    I have a sidebar (small column) set-up to display blog posts on my homepage I’m developing. I have the Pinnacle: Recent Posts widget in there. All it displays is the title of the post, without the full text. WP Settings –> Reading: Front page displays a static page, posts page is the home page, For each article in a feed, show full text.

    Is there a way to display full text?

    In forum: Virtue Theme

    In reply to: VIRTUE & SENSEI HELP

    #69488

    I added this for you:

    
    .single-lesson .main.col-lg-9 {width: 100%;}
    
    .single-lesson #ktsidebar {display: none;}
    
    .single-course .main.col-lg-9 {width: 100%;}
    
    .single-course #ktsidebar {display: none;}

    into your theme options.

    Your all set now.
    Ben

    In forum: Virtue Theme

    In reply to: Received Fatal Error

    #69386

    You can adjust with css like this:

    @media (min-width: 1200px) {
    .main.col-lg-9 {
        width: 66.66%;
    }
    .kad-sidebar.col-lg-3 {
        width: 33.33%;
    }
    }

    Ben

    In forum: Virtue Theme

    In reply to: Received Fatal Error

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

    In reply to: Received Fatal Error

    #69233

    You can use this css:

    .sidebar .wpt_widget_content .entry-title a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
    }

    Ben

    #69216

    1. Just need to change this:

    @media (max-width: 991px), (device-width: 768px) {
    #mobile-nav-trigger {display:none;}
    
    #nav-main ul.sf-menu, .nav-main ul.sf-menu {
        display: block;
        float: none;
        text-align: center;
    }
    
    #nav-main ul.sf-menu li {
        float:none;
        display:inline-block;
    }
    }
    @media (max-width: 768px) {
    #mobile-nav-trigger {display:block}
    
    #nav-main ul.sf-menu, .nav-main ul.sf-menu {
        display: none;
    }
    }

    To this:

    
    @media (max-width: 991px), (device-width: 768px) {
    #mobile-nav-trigger {display:none;}
    
    #nav-main ul.sf-menu, .nav-main ul.sf-menu {
        display: block;
        float: none;
        text-align: center;
    }
    
    #nav-main ul.sf-menu li {
        float:none;
        display:inline-block;
    }
    }
    @media (max-width: 767px) {
    #mobile-nav-trigger {display:block}
    
    #nav-main ul.sf-menu, .nav-main ul.sf-menu {
        display: none;
    }
    }

    3. You need to add a link to the two that are currently missing a link. Yes they should all have the same ratio of image if you want them to match. because you have a sidebar on tablet is pushing them really small so you will need to shrink the text for that size.. here is the css:

    @media (min-width: 760px) and (max-width: 991px){
        .image_menu_message h4 {
        font-size: 12px;
    }
    
    .image_menu_message h5 {
        font-size: 10px;
    }
    }
    @media (max-width: 767px){
    .image-menu-image-size {
        padding-top: 10px;
    }
    }

    4. No it’s a carousel, you can’t show as a list. You can use a plugin to show your related posts. For example jetpack has an related posts option.

    Ben

    #69214

    Hey,

    No problem for the categories. I just assign images to them.

    “You can add in the home page content or in the home page widget area through a text widget.” –> But I don’t see where to add the shortcode ? I looked in the Theme Options Admin Page. There in the “Home Page” I can see (the last item) “Content Home Page Options” (or something like that / it is a translation for me) but there is no mean to add a shortcode ; it seems that this item is for posts ! I can’t no more see the home page widget area. Is it in a sidebar ? I have chosen not to use a sidebar. And anyway I want to create a grid of products category in the center of the main page.

    “If your wanting to find the link just got to products > categories in your admin and click view. Then copy the url in your browser.”–> If I go in the category page and click on a specific category I can’t see any url link ! What do I do with this link then ?

    Sorry I just begin and some (many !) points are not so clear for me still 🙁

    Thank you very much for your help…and patience.

    Gerard

    In forum: Virtue Theme

    In reply to: Received Fatal Error

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

    In reply to: Received Fatal Error

    #69160
    This reply has been marked as private.
    #69138

    Hmmmm….

    1. The menu moving under the header looks fine on Android and when resizing any computer browser on my Mac, but on the iPads it is still giving me the small drop-down on the right….

    Also, can the menu move under the header sooner? If you resize the window, you can see that on the first transition the menu doesn’t fit on the right anymore and takes up two lines.

    What are the actual values that are being used for the screen size changes? It looks like there are four different sizes?

    2. That’s great, thanks!

    3. Hmmm…. I’ve changed the image sizes, and I think I have to make the originals equally proportioned, but aside from that, when it goes to two rows, there is no padding… the images are stuck together. Also, I don’t know what to do with the labels. Can you have a look and see what you recommend to make these display better as the screen size changes?

    4. Hmmm… Not great. I want to try two different options:

    Can they be displayed horizontally, like I have on the home page? And possibly with link-colored text (red)?

    Or Horizontally with a small image, similar to the recent posts in the sidebar….

    5. I suppose I only know very limited css. I’ve only picked it up in bits and pieces, whenever I needed something.

    I appreciate all this help, Ben!

    #69106

    ok, If you want the title above the sidebar on the woocommerce archives you will need to use a child theme: https://www.kadencewp.com/child-themes/

    Then you will need to copy the file woocommerce/archive-product.php
    into the child theme also in a woocommerce folder.

    Then on line 40 – 74 you would need to move that up in-between lines 35 and 36.

    Ben

Viewing 20 results - 3,721 through 3,740 (of 5,356 total)