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: Disable Cart link
In forum: Virtue ThemeIn reply to: How do I get sidebar the same color.
January 22, 2018 at 5:28 pm #176097I think this is the css your looking for:
#ktsidebar { padding-right: 0; } .sidebar .widget-first { margin-top: 0; } .wrap.contentclass{ padding-top: 0; }Ben
In forum: Virtue ThemeIn reply to: How do I get sidebar the same color.
Hi Hannah,
I mean the white padding around the sidebar. You can see on mijn website that the value of the cryptocurrency goes until the end/right.
Also on mobile the sidebar is not about the entire page widthit is also possible to remove the white space under the banner so that both the photo and the sidebar are against the banner?
Thanx,
RinaIn forum: Virtue ThemeIn reply to: How do I get sidebar the same color.
In forum: Virtue ThemeOn my site you see the sidebar on the right side with a white section on the right. How do I also get the white part black? Like the cryptocurrency that goes through?
My website is *Login to see linkIn forum: Virtue ThemeHi there, I hope you can help.
I was wondering if it is possible for the mobile menu to active a sidebar menu instead of a drop down?
I like the mobile menu for Ascend, but I have a large website that is already using a lot of virtue shortcodes and virtue galleries. It would be a lot of work to switch themes just so I can have a mobile side menu instead of drop down.
Hoping you can help 🙂 I will share a link privately
Darren
In forum: Ascend ThemeJanuary 18, 2018 at 12:42 pm #1756441. In your mobile header settings increase your logo width setting.
2a) you need to set the image menu to use the image ratio and not a fixed height. (setting in the widget) Then make sure to upload a square image.
2b) See above ^^
3. Please be more specific, I’m not sure what you are asking when you say “main margins”
4. you can use css like this:
@media (min-width: 992px) and (max-width:1200px) { .kt-sidebar-container {width:25%;} .main.kt-sidebar {width:75%;} }5. In your theme options > product settings, you can change the Product Content Layout to make the image larger and have the thumbnails beside the image. If you just want to keep the thumbnails as they are you can adjust with css like this:
@media (min-width: 992px){ .product-img-case { width: 50%; } .product-summary-case { width:50%; } }Ben
In forum: Pinnacle ThemeJanuary 18, 2018 at 12:20 pm #175634Since it was your 5th created sidebar sidebar5 was the id. here is what I added, seems to be working:
add_filter('kadence_sidebar_id', 'custom_testimonial_sidebar_id'); function custom_testimonial_sidebar_id($sidebar) { if(is_singular('testimonial') ) { $sidebar = 'sidebar5'; } return $sidebar; }I pushed out an update 2.1.2 that will fix the issue and styling of the testimonial group archive.
Ben
In forum: Ascend ThemeJanuary 18, 2018 at 12:15 pm #175631Hello again,
A few questions regarding mobile and tablet view. Site: *Login to see link
1. Is there a way to enlarge the logo on tablet and still maintain current size on mobile?
2A) The front side is built with page-builder and ascend image menu, I have set the first image menu to not collapse meaning that the images gets very elongated on both mobile and tablet while the devices are held both vertical and horizontal. Is there a way to adjust this so they maintain their original square shape?
2B) The second image menu are set to collapse, collapse behaviour standard and looks good on mobile but on tablet the images are very elongated and not square, again: Is there a way to adjust this so they maintain their original square shape?
3. Where/How can I increase the site main margins on mobile?
4. Where/how can decrease the sidebar width on tablet, horizontal view.
5. Where/how can I decrease the product text area/increase the product image size on tablet vertical view as well on desktop regular view. So the product image is dominating and not the text area.
As always, thank you for a great support!
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Populating an archive page with subcategories
Hi again
1. I am using image menu widgets to link to my subcategories, but the row is always slightly misaligned, ie not perfectly centred on the page. I think it is the image margin that seems to affect the third (right) column? Do you have any CSS to change this for me please?
https://www.theinspirationcloud.com/food/
2. Is it possible to change the text title in the image menu to H2? I think it is pulling from H4, which gets a bit lost.
3. I have made the row backgrounds grey, but there is a small sliver of white background appearing above the footer (and here you can see how the image menus are not centred). Any ideas how I can get rid of this please?
4. Do you have any CSS I can use to make the text in the sidebar “recent posts” smaller, please? Some of my longer titles cause the white background to overflow under the images.
Thanks very much for your help!
Best wishes for a happy and healthy new year!
Janine
In forum: Pinnacle ThemeBen,
When I try this code it still makes all the sidebars blanks
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 ThemeJanuary 17, 2018 at 6:26 pm #175552The name is not the same as the id. If this is the first custom sidebar you have created then use “sidebar1”
Ben
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeJanuary 17, 2018 at 6:05 pm #175548The update was pushed out less than an hour ago.
$sidebar = ‘Testimonials’;
That doesn’t make sense, a sidebar id wouldn’t have capital letters. If you made it through the theme options then it would likely be
sidebar1orsidebar2Ben
In forum: Pinnacle ThemeBen,
When i use this code to replace the sidebar all sidebars are now blank
add_filter(‘kadence_sidebar_id’, ‘custom_testimonial_sidebar_id’);
function custom_testimonial_sidebar_id($sidebar) {
if(is_singlular(‘testimonial’) ) {
$sidebar = ‘Testimonials’;
}
return $sidebar;
}In forum: Membership ForumsIn reply to: Member Suggestions
Hi Ben,
We are long-term fans of Pinnacle (also used Virtue in the past), but have chosen to use LifterLMS for membership/course access and Pinnacle doesn’t support the sibebars and course catalog features for LifterLMS. I have documentation at these two sites and was wondering if you would consider inserting these two codes into the theme so I could continue to use Pinnacle.https://lifterlms.com/docs/lifterlms-sidebar-support/
https://lifterlms.com/docs/lifterlms-catalog-compatibility/
thank you so much!
Michael Ruth
In forum: Pinnacle ThemeIn reply to: Move sidebar to the left
January 17, 2018 at 9:49 am #175448I think this is the css you want:
@media (min-width: 992px){ .main.kt-sidebar { float: right; } }Ben
In forum: Pinnacle ThemeIn reply to: Move sidebar to the left
In forum: Pinnacle ThemeIn reply to: Move sidebar to the left
-
AuthorSearch Results


