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: Create a landing page
I want to create a template that I can use for very basic landing pages or squeeze pages that has pretty much *nothing* on it – no header, no sidebar, no footer – that I can use to capture emails, sell single products etc with traffic coming from certain PPC and FB campaigns.
I’ve tried copying, renaming and editing a Virtue premium template (eg page-fullwidth.php) but because of the way templates are called I am still left with the header and sidebar.
I could create a standalone html page outside of WordPress by hand but that would take longer and I would not be able to use the other features of WordPress and Woocommerce, eg shortcodes.
So I need an incredibly basic blank page template (no header, footer, sideabar) that I can use as a template residing within WordPress for all of my landing pages.
In forum: Virtue ThemeIn reply to: Widget Spacing and Centering
January 19, 2015 at 10:34 am #27937Hey,
Well you can add this css for the widget spacing and centering the search but I would need to see the site to help with other widgets. You can post a private replay with a login?Add this in your css box in the theme options > advanced settings:
.sidebar form#searchform { margin: 0 auto; } .sidebar .widget { margin-top: 10px; }Ben
In forum: Virtue ThemeIn reply to: Blog Posts Alignment
January 19, 2015 at 10:18 am #27932Do you want the excerpt to show?
You can use the virtue: recent posts widget. for a cleaner look since it was designed for a sidebar.
Ben
In forum: Virtue ThemeIn reply to: Widget Spacing and Centering
Hi Hannah
Unfortunately the site is being adjusted behind a holding page so a link would just take you to that. I have, however, taken some screenshots to give you an idea of what I mean.
With the centering, you can see in this image that the search bar and the social icons are aligned to the left. I’d like to bring everything to the middle of the sidebar.
http://i.imgur.com/SYqTZH2.png?1With regard to the spacing, here’s a section that I think would benefit from being closed up a little. The blue highlight is what happens when a cursor scrolls over the items, showing you where the image ends.
http://i.imgur.com/TspXVHM.png?1I hope that helps a little.
In forum: Virtue ThemeTopic: Widget Spacing and Centering
I’m using Virtue Premium and have two queries relating to widgets in my right sidebar. I’d like to reduce the amount of space between each widget as at the moment they look a little too spread out. Is there some code that would allow me to control the size of that space? My second question relates to centering the widgets in the sidebar. Some of them have defaulted to the left with no obvious way within the widget settings to align them to the center. Is there a way of making is so that all sidebar widgets align to the center automatically?
Many thanks.
In forum: Virtue ThemeIn reply to: Blog icons at top of blog page
In forum: Virtue ThemeIn reply to: image page full with (without marges)
In forum: Virtue ThemeTopic: Blog Posts Alignment
I’m using the blog_posts shortcode in a sidebar. I’d really like to only have one column so that the posts flow from top to bottom. It would also be nice to style the “Read More” link but it looks like it is only an regular anchor. If you go to the site Here You will see a sidebar called Club News.
If customizations aren’t possible, could you recommend a nice plugin for displaying recent posts? I’ve played around with Recent Posts Extended and a couple others and they all have their flaws. There has to be a really nice and flexible plugin out there, but I can’t find one!
Thanks as always..
In forum: Virtue ThemeIn reply to: image page full with (without marges)
I have a similar problem. In Home I have a Kadence Slider (www.fondazionemalattiemiotoniche.org) and in the other pages just images and both work in fullwidth, without any padding. But with the Feature – Sidebar Template the image is not fullwidth but has a margin on the left and on the right (for example http://www.fondazionemalattiemiotoniche.org/cmn/ ). How can I solve it? I want all the images in fullwidth in all pages.
ThanksIn forum: Virtue ThemeIn reply to: Testimonial Page Layout
January 15, 2015 at 3:16 pm #27678Hey,
Doesn’t seem like your link was posted? Can you try again?I am assuming your wanting the testimonial grid page with a sidebar? You can do it but you have to use a shortcode and not the testimonial page template. Just switch to the fullwidth page template then add this shortcode:
[testimonial_posts columns="3" items="20"]Ben
In forum: Virtue ThemeTopic: Testimonial Page Layout
In forum: Virtue ThemeIn reply to: Ajax Layered Nav Customise
January 14, 2015 at 1:50 pm #27597Hey,
You can add this css to put the checks inline:.ajax-layered label { display: inline; margin-left: 5px; }This would go in the theme options > advanced settings.
as for the widget title font size you can use this css:
.sidebar h3 { font-size: 10px; }The background, did you want the whole sidebar to have a background? Or just the widget? Or just the widget title? What color background?
Ben
In forum: Virtue ThemeIn reply to: Left Sidebar
In forum: Virtue ThemeTopic: Left Sidebar
In forum: Virtue ThemeTopic: Off canvas Menu
Hello,
first of all thank you for your great theme!
I am struggling to integrate an off-canvas menu to my website (i am trying to use these *Login to see link do you know of an easy way to do so?
Many ThanksIn forum: Virtue ThemeHi,
I´ve got a some problems on the following page: *Login to see link and don´t know how to solve it…1. I´m using the revolutionary slider – in my wp admin panel no problem – if i´m using it on mobile devices and in some other browser it won´t work (pictures will not be shown)!
2. I use the Google Maps Virtue Shortcode in my footer as an sidebar – sometimes it´s shown sometimes not.
That´s the sourcecode: [gmap address=”Bahnhofstraße, Garmisch-Partenkirchen, Deutschland” title=”Kathan Ergonomie” height=”200″ zoom=”17″ maptype=”ROADMAP”]I´m guessing that there is an simular error, maybe in java-script?
3. For retina images i´m using the WP Retina 2x plugin. The pictures are never retina 🙁 and the “large sizes” shown always: pleace upload bigger sizes…
Thank you for your help.
DavidIn forum: Virtue ThemeIn reply to: bbpress sidbar
January 11, 2015 at 3:02 pm #27315It will remove the sidebars.
If you want bbpress specific you can either let the primary be your bbpress and use custom for everywhere else or hook into the sidebar templates with your child theme and add a custom call to a custom widget area.
Ben
In forum: Virtue ThemeIn reply to: bbpress sidbar
In forum: Virtue ThemeIn reply to: bbpress sidbar
January 11, 2015 at 2:40 pm #27311Hey for the subpages you would need to add a function to remove the sidebar on subpages…
Here is the function. You can add in a child theme functions.php file.
add_filter('kadence_display_sidebar', 'bbpress_sidebar'); function bbpress_sidebar($sidebar) { if (is_bbpress()) { return false; } return $sidebar; }if you need a child theme you can download one here:
https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
Ben
In forum: Virtue ThemeIn reply to: bbpress sidbar
-
AuthorSearch Results


