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

    Hey,

    to enable the sidebar on a page, firstly you need to go into the page edit screen and be sure you’re using the Sidebar Template under Page Attributes.

    Then, configure the sidebar settings. See here:
    http://docs.kadencethemes.com/virtue-premium/templates/sidebar/

    Let me know if that answers your question.

    -Kevin

    #184435

    Hello

    I just created a custom sidebar. How do I display my custom sidebar on a page?

    Peter

    In forum: Membership Forums

    In reply to: Primary Sidebar

    #184429

    Hey,

    Are you wanting to do this on your entire site or just a specific page? Here is CSS that will hide the sidebar in mobile on your entire site:

    @media (max-width: 992px) {
    aside#ktsidebar {
        display: none;
        }
    }

    If you want a specific page, please link to it.

    -Kevin

    #184426

    I’m using Constant Contact and I want a sign-up form in my sidebar.

    barnladybuilder.com

    Thanks.

    Deb

    #184425

    Dear
    I am user Accend theme.
    I want hide primary sidebar on mobile.
    Can you help me?
    Thank you.

    #184268

    It’s not an option within the theme. I can’t think of any way you would do that without a lot of custom javascript, css and changing the output of the sidebar in a child theme.

    If you can give me a site example for what you’re going for then perhaps I can offer a better suggestion as I’m not entirely sure how this would work or look.

    Ben

    #184262

    Hello,

    I was wondering, with the Ascend premium theme, is it possible to have the sidebar pop-out from the side on a click/tap of a button?
    Like the functionality of the mobile menu, but I would actually prefer for the sidebar to be activated.

    I hope this makes sense.

    Kind Regards

    #184055

    Hey,
    Sorry if I didn’t make it more clear. You can only choose the gallery type “slider” if you want to set the slider width to 300. If you choose any other gallery type then you would have to use a shortcode and not a widget to set the image size.

    If you are going to use a carousel type gallery then the 300 you have added for the “slider” width will do nothing and you can remove if you want or leave it the effect is the same which is nothing.

    I again strongly advise against galleries of 100 images regardless of your goals or purpose.

    If you want to change image size of the carousel so there is less impact that you must add your gallery through a shortcode and not through the gallery widget. Adding through a shortcode just means you select the “visual editor” widget and click “add media” then in the left sidebar of that popup you would click “create gallery”

    Ben

    In forum: Ascend Theme
    #184036

    If you have customers that will be ordering that many products you should not use the theme extras mini cart as a dropdown. Just the same as you should not have a menu items with dropdown that is 50 long.

    All you need to do it turn off the header extras cart and add a cart menu to your menus. If you want to use the woocommerce mini cart and support an amount of products that would overflow a screen then you can use the woocommerce widget in a sidebar.

    Ben

    #183982

    Hannah, at the moment 40 products/page. I´ve change it, but the category filter (filter on the top of products, not the category links on the sidebar) works the same with everything.

    Br,
    Val

    #183890

    Hi Ben

    I’m not talking about the images that are shown on the actual blog post page, but those that are generated by the theme to be shown on the archive pages, or the all posts page/home page, which are not affected by settings chosen for individual blog posts. Currently, I have no sidebar, so all summary images shown on my home page, which uses landscape summaries are generated as 1140px by 400px – is there a way to change this as I would prefer a less narrow aspect ratio?

    Cheers

    Liam

    #183817

    On my sidebar the post titles and dates all run together….
    example – Welcome to Barn Lady Builder January 23 2018

    Is there any way to add a dash or some space in between the title and the date?

    barnladybuilder.com

    Thank you.

    Deb

    #183658

    Hey,
    There is a landing page template already that removes the header and footer and sidebar.

    The sidebar is controlled through hooks so you would have to unhook the sidebar using a function like this:

    function custom_no_sidebar_on_template($sidebar) {
      if ( is_page_template('custom_template.php') ) {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'custom_no_sidebar_on_template');

    If you are going to use a custom template and you want it to not have a header you will need to build a custom base template for it, take a look at base-page-landing.php

    Ben

    #183604

    Hello,

    I want to create a special full width landing page with header and no sidebar. So I copied the page-fullwidth.php and changed the template name. When I switch the page template to the new one, the page looks like a normal page with sidebar and no full-width. Are there any additional settings which I have to made in theme options, other template files or in the functions.php?

    Kind regards,

    Dominik

    In forum: Virtue Theme

    In reply to: default sidebar size

    #183593

    Hi Hannah,

    Thank you for your reply, sorry for my ignorance, I’ve got your mean, 25% of the page on desktop!
    Well, I have been using another WP theme which sets the sidebar width 336px (responsible). That’s why I asked you.
    Sorry, again it’s all good. I will figure out.

    Thank you for replay!

    Yori

    In forum: Virtue Theme

    In reply to: default sidebar size

    #183589

    Hey,
    Sorry, I’m not sure what you’re asking. The length of the sidebar is determined by the content. And the width is 25% of the page on desktop. Is that what you mean?

    Hannah

    #183576

    Hi,

    I tried to find the default sidebar size but I can’t really find it.
    Can you please tell me the sidebar size?

    cheers,

    #183518

    ok, you want active link not visited link.

    Here is the css:

     .sidebar .product-categories li.current-cat > a {
         background:black;
         color: #dd3333;
     }
     .sidebar .product-categories li a {
         padding:5px;
     }
     .sidebar .product-categories {
       margin:0;
     }

    Ben

    #183461
    This reply has been marked as private.
    #183426

    Hi

    I have currently set the home page to display all posts in the standard format, with a landscape image (no sidebar). This looks great apart from on a mobile phone in portrait orientation, where the landscape images lose impact due to small size. Just wondering if there is a way to use the grid display option only on devices where the screen is below a certain width as, on narrow devices, the grid images actually appear much larger than other formats?

    Many thanks

    Liam

Viewing 20 results - 1,661 through 1,680 (of 5,356 total)