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,881 through 3,900 (of 5,356 total)
  • Author
    Search Results
  • #62619

    Hey,
    You can’t (and I don’t recommend it) load all the post in a carousel. Thats too much on a page and you’ll have negative effects on the load time. (overriding this would require a child theme) The carousel is only meant to be an easy way to get people interested in another post after reading yours. You should have navigation on your site that already points to where they could find all of your posts.

    I suggest if you want to add something is to use the sidebar and add an archive menu there so the user can see it while reading the post.

    If you really want something at the bottom of your post you can also add a link into your post content that links to an archive page. And using the theme shortcode options you could make that a button.

    Ben

    In forum: Virtue Theme
    #62361

    Hey,
    1. theme options > typography settings. You can set the h4 font there.

    2. On the philosophy page set the page template to fullwidth. Else you have an empty sidebar on the right of your page.

    Then add your content into the visual editor and use the center align.

    Ben

    #62330

    Another option would be to use the testimonial grid and you can add a function into a child theme to allow a sidebar on the page.

    add_filter('kadence_display_sidebar', 'kt_testimonial_page_sidebar');
    function kt_testimonial_page_sidebar($sidebar) {
      if (is_page_template('page-testimonial-grid.php') ) {
        return true;
      }
      return $sidebar;
    }

    Ben

    #62247

    Hello,

    Is it possible to have pagination when using the testimonial shortcode? I have over 100 testimonials and don’t want to show them all at once, but I need to use the shortcode so I can put the submission form in a sidebar next to them.

    Kind regards,

    Phillip

    In forum: Pinnacle Theme
    #62190

    Thank you, Hannah. Very useful. I got to creating a sidebar with my categories list. But I can’t figure out how to list my posts by name and url under the categories. Here is my Blog url http://williamkemsley.com/our-blog/

    Bill

    In forum: Virtue Theme

    In reply to: Sidebars & Headers

    #62061

    Hey Jess,
    I think your best bet would be to use a single-image Kadence or Revolution slider then use the Feature-Sidebar template for your pages and paste in the slider shortcode.
    Does that work for you?

    Hannah

    In forum: Virtue Theme
    #62050

    Hello,

    I’m interested in putting sidebars on my pages, but I want them to appear underneath the “headers” ie- parallax images and text that are designed in pagebulider, so I’m wondering what the best options is.

    Should I create custom headers for each page and switch each page setting to “sidebar,” and if so, how do I do that?

    OR….

    Should I just manually create a sidebar in pagebuilder by splitting the rows into more columns? (This would be more work in the long run as I update the content in the sidebars)

    OR….

    Do you have an alternative method altogether?

    This is what the site currently looks like: and this is a mockup of what I want it to look like:

    Thanks in advance!

    #62038

    I have heard most people look to the left when trying to navigate a store. How do I flip the sidebar to the left side in my store?

    In forum: Pinnacle Theme
    #62021

    Hey,
    You can create custom sidebars from Theme Options > Misc Settings then from Appearance > Widgets you can add content to the sidebar. Then from your post edit page you can manage your sidebar under the Post Options tab.
    Hope that helps!

    Hannah

    #62019

    How do I manage/create a sidebar on Pinnacle premium posts.
    My site is williamkemsley.com

    In forum: Virtue Theme

    In reply to: Actual Full width

    #61890

    Hey Martin,
    I would suggest using the Kadence or Revolution slider and just not add text to them. Then you can just use the feature page template and add in the slider shortcode.
    Or if you wanted to use page builder and a sidebar you could use the fullwidth template and add in a long side column using page builder giving it the same look.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #61875

    Hi
    I am trying to add a number of images to a page and have them be 100% of the browser width, and 100% of their own height.
    I want it to be like the header image on the premium demo, but not with text on. I want to do it with page builder.

    My main problem is that ‘full width’ seems to mean ‘no sidebar’, while I want it to be from browser left edge to browser right edge. And I want a number of these on the same page.

    Which site builder component should I use and how can I get it to span the full browser width and not just the ‘wrapper’ or body?

    Thanks

    In forum: Virtue Theme

    In reply to: Search i primary menu

    #61651

    You can have a sidebar on the left at any time. It’s just a small css change.

    https://www.kadencewp.com/post-frequently-asked-questions/

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Ben

    In forum: Pinnacle Theme
    #61621

    Hello Hannah,
    I understand. But I dont understand, why all my attempts for a full width Page are not successufully. The Main Page is full width, okay, fine.
    But On all other pages (only with normally pictures, 1920 width, no slider (with silder full width is working)), no sidebar I cannot set full width.

    link of desperately attempts

    any idea?

    KR
    Karl

    In forum: Pinnacle Theme

    In reply to: Can´t save changes

    #61607
    This reply has been marked as private.
    In forum: Pinnacle Theme
    #61599

    Hey Karl,
    Sorry, the video is made based on Virtue theme, but most of the options are the same. Pinnacle uses a fullwidth template by default, unless you’ve selected a sidebar for that page. There isn’t a separate template for Fullwidth. Following all other steps of the tutorial should give you the desired effect.

    Hannah

    In forum: Virtue Theme

    In reply to: Search i primary menu

    #61578

    Hi Ben,

    Thank you 🙂

    Another question off topic, are you considering upgrading the Virtue theme with a sidebar to the left?

    Br
    Anders

    #61487

    ok, so looking doesn’t look like you have a sidebar. Looks like your adding a column in pagebuilder. Your adding the border by giving a border color in the widget styles. Using that same sidebar widget styles area click on the attributes tab for each widget that you set a color for and add this in the css box:

    border-width:10px !important;

    Just change the number for whatever size you want.

    Ben

    #61480

    Hi Hannah

    Yeah I’m looking to increase the width of the borders in the sidebar.

    Thanks
    Gillian

    #61425

    Looks like you added this css:

    #content .main {
        float: right;
    }

    Don’t do that.

    If you want the sidebar to be on the left use this: https://www.kadencewp.com/post-frequently-asked-questions/

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Ben

Viewing 20 results - 3,881 through 3,900 (of 5,356 total)