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: second sidebar has disappeared from widgets
Hey,
If you go to Theme Options > Misc Settings can you see your second sidebar beside Create Custom Sidebars?
By individual events do you just mean pages? You can set the page template to full width. And for posts you should have an option to remove the sidebar in the individual edit pages.Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Sidebar?
In forum: Virtue ThemeTopic: Sidebar?
HI guys
I know there is not option for double sidebars in Virtue, but is it possible using css to widen the primary sidebar so I could have two columns in it?
I need to put two widgets side by side.And narrow the main content without messing up the mobile bootstrap.
Any advice?
Thanks!
MarkIn forum: Virtue ThemeIn reply to: Design problems..
August 12, 2015 at 10:24 pm #532091. You can change the width using this css:
@media (min-width: 992px){ #ktsidebar.kad-sidebar {width: 20%} .main.col-lg-9 {width:80%;} }font using this:
.home-iconmenu .home-icon-item h4 { font-size: 19px; }Css can go into the theme options > advanced settings.
2. You can turn it all off in your theme options > misc settings.
3. You can use the wordpress tools if you need more look at this plugin: https://wordpress.org/plugins/tinymce-advanced/
4. skip
5. The first sentance is your h1 font which you can set in the theme potions > typography but if you want it to be specific to that call to cation you can use this css:
.home-widget-box h1 { font-weight: bold; }Ben
In forum: Virtue ThemeTopic: Design problems..
Dear Kadence theme folks,
Thank you for your great theme!
I had just upgraded to virtue premium and I am new in wordpress..
I have few questions please :1) my homepage is set with icon menu in two rows of 3 icons.
http://www.buba-shel-concert.comHow to adjust the font’s size in the icon menu box?
As you can see one of the icons don’t fit in the row.Alternatively, maybe possible to reduce the main sidebar width thus widen the icons?
2) How to cancel the animationeffects of the icons in the homepage that kind of appearing gradually and just make them steady?
3) How to edit a single sentence font size and color in a page?
I would like to edit the tel. number and the link on this page :5) and as well the ‘call for action’ in the home widget area that is partially bold would like to have the first sentence bold as well.
Thank you ,
DiklaIn forum: Virtue ThemeI just upgraded to Virtue Premium 3.1.9, and all of a sudden Contact Form 7 causes the sidebar to appear below the content. I’ve been all over the css and can’t find a width problem.
See *Login to see linkIn forum: Virtue ThemeIn reply to: HI Guys Adding a second sidebar
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Search icon in secondary menu.
In forum: Virtue ThemeIn reply to: Learn Dash
August 11, 2015 at 8:21 am #52684Hey Patricia.
I’m happy to give you a refund if you don’t want to use the theme. Send an email to [email protected] with the order number.When you ask if this worked with Learn Dash I hope I was clear when I said I’ve never used it that I couldn’t tell you any details. I know of three other customers using it. They actually wanted a sidebar on there pages so having to write a function to remove the sidebar wasn’t an issue.
A lot of plugins like this work by adding shortcodes and if it were that way you could have just used whatever template you wanted.
as for the fucntion above. I’m trying to see how this would wipe your site. If you would like to email me access to your server I would be happy to fix whatever the issue is.
Ben
In forum: Virtue ThemeTopic: LIttle Sidebar CSS issue
Hi Folks!
I’m using a plugin that seems to be pushing the kadence primary sidebar down in my virtue theme.
I’ve been messing with it but can someone with an Eagle Eye tell me why the sidebar is pushing under the main content blodk?I can’t locate it.
Mark
In forum: Virtue ThemeIn reply to: Learn Dash
August 10, 2015 at 10:09 pm #52549sorry for the delay. Storm came through here and we have no power so I ran out to a coffee shop.
ok, I just want to clarify. All your wanting is to have a page without a sidebar right?
Many pages can have sidebars and that doesn’t make them a blog layout so I don’t want to be missing something your also wanting.
Here is the code to force all those custom post types to be fullwidth.
add_filter('kadence_display_sidebar', 'kt_custompost_sidebar'); function kt_custompost_sidebar($sidebar) { if (is_singular(array('sfwd-lessons','sfwd-courses', 'sfwd-quiz', 'sfwd-topic') ) ) { return false; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: Width of content on smaller screens (and mobile)
August 9, 2015 at 7:14 am #52246Hey,
You’ve added this:#content .main { float: left; }remove it. If you want the sidebar on the left you need to use this css:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Ben
In forum: Virtue ThemeIn reply to: Product categories show up on all of my pages
In your edit page on the right side you should see Page Attributes. There you can change the page template to full width. See here- http://docs.kadencethemes.com/virtue/#fullwidthpage
Then for blog posts you can set the default layout to show without a sidebar. Go to theme options > blog options and under Blog Post Defaults set Blog Post Sidebar Default to No, Do Not Show. This can also be overridden on every post edit page.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Product categories show up on all of my pages
Hello Hannah sorry i don’t understand your answer.
For instance this page shows the sidebar although it uses the standard template
http://www.kusterparts.nl/algemene-voorwaarden/Where should I change these page settings?
In forum: Virtue ThemeIn reply to: Learn Dash
August 7, 2015 at 2:10 pm #52084OK, so all your wanting is the single course pages to be fullwidth?
You can install a child theme, download here: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
Then add this function to your child themes functions.php file:
add_filter('kadence_display_sidebar', 'kt_custompost_sidebar'); function kt_custompost_sidebar($sidebar) { if (is_singular('sfwd-lessons') ) { return false; } return $sidebar; }Ben
In forum: Virtue ThemeAugust 7, 2015 at 11:34 am #520281. In the theme options > menu settings. Turn on “Submenu items collapse until opened”
2 and 3.
You have this css.. .remove it:
#content .main {float:right;}If you want the sidebar on the left you need to use this css:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }If you still have any issues post a link to your site. It’s in maintenance post a login.
Ben
In forum: Virtue ThemeIs it possible to show the header (top bar) widget are only when in mobile layout?
I’m asking this is because currently i’m working on a car tyre dealer shop and we need some of the filters to be shown on top of the page ( I know you can’t move the sidebar on top of the content), so i want to add the WooCommerce Layered Nav widgets in the top bar widget and I don’t want them to be shown on the desktop layout.
This is the website *Login to see link and this would be the shop page *Login to see link
Or do you have a better suggestion on how I can place the filters on top of the page in mobile layout?
Thanks!
Hi Kadence Team
got another series of questions for you guys..
0. *Login to see link crashes on Internet Explorer, works fine on Chrome and Firefox… it says on IE:
“When a website causes a failure or crash, Internet Explorer attempts to restore the site. It stops after two tries to avoid an endless loop.”kindly any pointers? 🙁
1. how to make main menu placed in footer bigger font size ?
2. how to align center “View Cart” and “Checkout” button in cart widget placed in sidebar?
3a. how to align center “Track It” button in side bar?
3b. how to only show the “Track My Order” when user is logged in?weblink is at *Login to see link
temporary user if needed: tempusr pass: temppwdMany thanks before!
-
AuthorSearch Results


