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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: How to Display All Posts in Blog Post Carousel?
October 13, 2015 at 3:55 pm #62619Hey,
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 ThemeIn reply to: Change Home Icon Menu Font
October 12, 2015 at 10:50 am #62361Hey,
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
In forum: Virtue ThemeIn reply to: Pagination with testimonial shortcode
October 12, 2015 at 9:33 am #62330Another 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
In forum: Virtue ThemeHello,
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 ThemeIn reply to: sidebar Pinnacle preium
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 ThemeIn reply to: Sidebars & Headers
In forum: Virtue ThemeTopic: Sidebars & Headers
October 9, 2015 at 8:14 am #62050Hello,
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: *Login to see link and this is a mockup of what I want it to look like: *Login to see link
Thanks in advance!
In forum: Virtue ThemeTopic: flip sidebar in store
In forum: Pinnacle ThemeIn reply to: sidebar Pinnacle preium
In forum: Pinnacle ThemeTopic: sidebar Pinnacle preium
In forum: Virtue ThemeIn reply to: Actual Full width
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 ThemeTopic: Actual Full width
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 ThemeIn reply to: Search i primary menu
October 6, 2015 at 1:18 pm #61651You 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 ThemeIn reply to: Full width Page Builder
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.any idea?
KR
KarlIn forum: Pinnacle ThemeIn reply to: Can´t save changes
In forum: Pinnacle ThemeIn reply to: Full width Page Builder
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 ThemeIn reply to: Search i primary menu
In forum: Virtue ThemeIn reply to: Creating thicker widget borders
October 5, 2015 at 3:51 pm #61487ok, 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
In forum: Virtue ThemeIn reply to: Creating thicker widget borders
In forum: Virtue ThemeIn reply to: Mobile Phone layout not displaying correctly
October 5, 2015 at 1:19 pm #61425Looks 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
-
AuthorSearch Results


