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 - 601 through 620 (of 5,356 total)
  • Author
    Search Results
  • #254557

    Hello,

    In the page layout section when editing a page, you can click to disable or enable the sidebar to show for that page on the right side of the page.

    Is this what you were looking for?

    Thanks!

    #254554

    Hi. For my main pages, like home, contact etc I do not want a sidebar, but I do have it set up on my blog pages. I would also like the sidebar set up on resource pages I have, these are not blog posts. Is there a way to do this? Now if I choose the blog template for the page style so I can have a sidebar, it shows all the blog posts below as well. Is there a way to just choose the sidebar? Thanks!

    In forum: Virtue Theme

    In reply to: Sidebar question

    #254536

    Hey John,
    1. You can’t determine where on a page the sidebar starts, unfortunately. However, with the Feature-sidebar page template you should be able to recreate this exactly as you’re wanting. See here: http://docs.kadencethemes.com/virtue-premium/templates/feature-page-template/
    You can use the Image Carousel feature option. Then you would just remove the virtue gallery from the top of your page. Would this work for you?

    2. Animations shouldn’t slow you down too much. What’s more important is making sure your images are optimized and you have a good host. Let us know if you have other questions about this!

    All the best,
    Hannah

    #254511

    Is it possible to add a small contact form to the sidebar as a widget? I’ve almost left Elementor Pro completely for Kadence and this appears to be my last hurdle 😉

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

    Hi Hannah,

    This question is about the sidebar.

    On this page, I have a sidebar in use:

    But the sidebar takes valuable page space away from the images displayed in the Virtue Gallery at the top of the page. I would like the sidebar to start AFTER the Virtue Gallery, is that possible? That way, the images in the Virtue Gallery will still show as full width, while the Sidebar content displays below.

    Now a question about page loading speed. Does adding animation to the sidebar items decrease page loading speed? It’s cute that each separate item in the sidebar loads from the right over a few milliseconds, but I’m wondering if will hinder my page loading speeds, which are already abysmally low.

    Thanks, John

    #254430
    This reply has been marked as private.
    #254429

    Hey,
    In this kind of scenario where you are not replacing something, it’s not done with css.

    You would need to create the banner using the “Kadence Slider” plugin. You can find that in your downloads.

    Then in your post settings scroll down to the post options and there set the head content to “shortcode” and then in the shortcode area add the slider shortcode. This will place the slider above the title and sidebar and allow it to be fullwidth.

    In your slider settings, you don’t have to add multiple slides you can just add one that shows fullwidth.

    Ben

    #254323

    Which page did you look at? On the initial reference I have it hidden with CSS so if that’s what you’re referring to, then yeah.. issue css hacked…, but I’d rather the issue be fixed than use CSS to hide a whole sidebar. The second link/reference I provided is another instance where the theme is inserting the sidebar but I haven’t hidden that one with CSS. You can have a look at (https://wordpress-136636-1405492.cloudwaysapps.com/artist/chelz-franzer/) the sidebar is still there even though the main layout in the theme has been selected to not default to sidebar as well as the plugin settings call upon a template page that utilizes no sidebar.

    Screen-Shot-2020-08-06-at-10-25-56-AM

    #254307

    I’m not seeing a sidebar layout anymore, just excess margin. You can center your layout with this css:

    .tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
        margin: auto;
    }

    Hope it helps!

    Hannah

    #254298

    I wasn’t aware there was a Page Options tab now. I was confused by your reply, then figured perhaps there was an update. Updated and selected No sidebar and the issue is still there.

    example: https://wordpress-136636-1405492.cloudwaysapps.com/artist/chelz-franzer/

    #254266

    Hey Christopher,
    Thanks for posting! In Theme Options > Page Options what do you have set as the “Default Page Template – Sidebar Default”?

    Hannah

    #254219

    I even tried switching to full-width which doesn’t have a sidebar and it still loads the sidebar. Super weird.

    #254218

    Hi,

    I’m in the middle of running some updates on my sandbox-website. I’m using The Events Calendar (TEC) with Virtue. TEC added a newer version of their event views template. After switching to this new view, I’m finding that Virtue is inserting a sidebar into that particular template that shouldn’t be there.

    ——————– From The Events Calendar Support: ——————–
    Initially I’d say that you have something wrong in your Theme, would worth to check. If you’re already using “Default Events Template” in “Events > Settings > Display > Basic Template Settings > Events Template” you shouldn’t have any issue with layout.

    I can suggest some CSS hack to help you to hide this sidebar. Under your WordPress Dashboard go to “Appearance > Customizer > Additional CSS” and paste the following line there.

    .post-type-archive-tribe_events .kad-sidebar { display: none; }

    ——————– End Support ——————–

    I’m going to hide via css but I would prefer it doesn’t load the sidebar to begin with.. what do I do besides the CSS?

    #254183

    Hi there,

    So I was playing around and noticed something. When I change the url to anything but contact it works (the page is still the same).
    Examples:
    /contact-us/
    /contact-new/
    /contact2/

    /contact/ – this doesn’t work and displays the sidebar weird.
    Do you know what could be causing this? Do you have a contact template somewhere that forces it display differently?

    #254174

    Hi there,

    By default I have the sidebar to not display on pages. I only have have it on for 2 or 3 pages across the whole site. For this page ( the sidebar displays on the bottom of the page. On this page ( it renders correctly. I was wondering if you know what could be causing this. Thank you for you help.

    #253979

    Hi Rick,
    You would need to use css for that. This should work for you:

    .entry-content {
        background: #fff;
    }
    .sidebar {
        background: #fff;
        padding: 10px;
    }

    Hope it helps!

    Hannah

    In forum: Virtue Theme

    In reply to: sidebar widths

    #253949

    Try adding this to your custom css:

    @media (min-width: 992px) {
    aside#ktsidebar {
        width: 20%;
    }
    .main.col-lg-9.col-md-8 {
        width: 80%;
    }
    }

    Hope it helps!

    Hannah

    In forum: Virtue Theme

    In reply to: sidebar widths

    #253877

    Hi Hanna,

    Hippodefense.com is my site. You can see the width of the sidebar on product page. I want to be able to size width of sidebar down on pages, woocommerce, etc.

    In forum: Virtue Theme
    #253826

    I want to change the widths of the side bars that come with my theme Virtue. On primary, product, category and custom, I would like it to be not as wide. How can I modify this, so the default is changed.

Viewing 20 results - 601 through 620 (of 5,356 total)