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 ThemeIn forum: Pinnacle ThemeDecember 12, 2017 at 3:23 pm #171684
Hey,
So without knowing which specific one I can’t give you the exact code but it would look like this:add_filter('kadence_sidebar_id', 'custom_testimonial_sidebar_id'); function custom_testimonial_sidebar_id($sidebar) { if(is_singlular('testimonial') ) { $sidebar = 'sidebar1'; } return $sidebar; }In forum: Pinnacle ThemeIn forum: Pinnacle ThemeDecember 12, 2017 at 10:33 am #1716531. There is an update coming out in the next version which adds better breadcrumbs for testimonials and events At that point, you would be able to set an all testimonial page that will be part of the breadcrumbs.
2. Are you wanting to remove the sidebar or to set it to a specific sidebar and if specific which one?
Ben
In forum: Pinnacle ThemeHi I have two questions
For the testimonial single posts how do I
1. Change the bread crumb so it has the testimonial page in it like
Home / Testimonials / Quest Carter
2. How do I use a function to replace the sidebar for all single post testimonial pages?
Thanks
Jeremy
In forum: Ascend ThemeDecember 11, 2017 at 11:07 am #171500Your custom css is broken, you seem to have this css:
@media (min-width: 992px) { #ktsidebar { padding-bottom: 15px; }And you’re not closing out the media query.
You can’t force an end to an excerpt but you can give them all a minimum height that matches that of your longest excerpt as hannahs css does for you.
Ben
In forum: Ascend Theme1.
Would it be possible to do the same with the “Latest posts” or “Similar articles” modules by any chance?
Do you mean you want to center them? Can you link to which page?
2. You have an open media query in your css:
@media (min-width: 992px) { #ktsidebar { padding-bottom: 15px; }You just need to add a closing bracket as it affecting all your other css.
Hannah
In forum: Virtue ThemeIn reply to: Menu
December 8, 2017 at 12:10 pm #171207You can also set your sidebar to be on the left side and then add a menu through it.
Ben
In forum: Ascend ThemeIn reply to: Upper/lower case in sidebar
In forum: Ascend ThemeTopic: Upper/lower case in sidebar
Hi,
You super team helped me set my article titles in all caps which works great on the single posts and grid,
but my problem they appear all lowercase in the latest post sidebar widget… is there a way I could customize these title to have uppercase when needed (begining of the title or proper names in titles)? or having them all caps if the previous is not possible.
Thanks a lot, again!In forum: Virtue ThemeDecember 7, 2017 at 5:40 pm #171129Hey so that carousel is designed for the image to fill the entire column. Since you’ve set it as a single column it’s expecting that image to fill a lot more space. but your images aren’t that large because the single column carousel is more designed for a sidebar then for the full content. so hence your left with a gap between the end of the image and the title based on where the image is supposed to line up
You can add this css to change it:
.panel-widget-style-for-9-5-0-0 .kt-intrinsic { padding-bottom: 0 !important; height: auto; }Ben
In forum: Pinnacle ThemeIn reply to: How to apply sidebar as default page template
In forum: Pinnacle ThemeIn reply to: How to apply sidebar as default page template
December 4, 2017 at 5:01 pm #170723In each page you can scroll down and turn on a sidebar through the metabox settings.
If you want to force a sidebar regardless of your page settings you can use a child theme. and add this function into the child theme functions.php file:
function force_sidebar_on_pages($sidebar) { if ( is_page() ) { return true; } return $sidebar; } add_filter('kadence_display_sidebar', 'force_sidebar_on_pages');You can download a child theme here: https://www.kadencewp.com/child-themes/
Ben
In forum: Pinnacle ThemeIn reply to: How to apply sidebar as default page template
In forum: Pinnacle ThemeHi,
This seems a very silly question but for some reason I can’t find where to apply a sidebar as the default template style. I have it working on the home page but the inner pages is using a default Full page. I want a sidebar on all pages. I have read through the forum and I saw there was a sidebar settings? But i can’t find it in my theme.. I have gone through each of the Theme options sections… it’s driving me crazy now.
Here is my site link: *Login to see link
Thanks, Mel
In forum: Virtue ThemeIn reply to: Primary Sidebar not showing widgets and content
Hi Hannah,
I still don’t see the form on the home page. I’ve checked theme options > home layout to make sure the primary sidebar is set and I’ve checked the aweber widget is in the primary sidebar in appearance >widgets. It still does not show. What am I missing/doing wrong?
In forum: Virtue ThemeIn reply to: Primary Sidebar not showing widgets and content
In forum: Virtue ThemeIn reply to: Primary Sidebar not showing widgets and content
In forum: Virtue ThemeIn reply to: Primary Sidebar not showing widgets and content
Hi Kevin,
I have checked your suggestion, the sidebar is selected for the right hand side and I have dragged the Aweber form widget into the sidebar. I have selected and tested both layout styles, boxed and wide, neither of which makes any difference, the form does not show. I have tested numerous other widgets and none of them work either. Any other suggestions?
In forum: Virtue ThemeNovember 30, 2017 at 1:55 pm #170301You have to edit the template something like this would make that possible: https://www.kadencewp.com/product/kadence-woo-template-builder/
Otherwise you need to use a child theme and hook it into a woocommerce template.
The normal approach to this is to use a sidebar for woocommerce pages and add your search widget to the sidebar.
Ben
-
AuthorSearch Results


