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: Membership Forums
In reply to: Post menu on right side missing for language 2
Hi Hannah,
I’m using WPML, but I do not know where to assign the sidebar.
In Post options on post page, I have the same sidebar as in language 1 (Theme Options Default). I’ve tried to change also this option but it doesn’t affect on page. Can you help me in some way?regards,
Pamela
In forum: Reply To:In forum: Membership ForumsIn reply to: Post menu on right side missing for language 2
In forum: Membership ForumsIn reply to: Header height less than 200px + Search page
Try adding this CSS to Theme Options> Advanced Settings:
.tribe_events-template-default aside#ktsidebar, .post-type-archive-tribe_events aside#ktsidebar { display: none; } .tribe_events-template-default div#ktmain, .post-type-archive-tribe_events div#ktmain { width: 100%; }Let me know if that works for you.
-Kevin
In forum: Membership ForumsIn reply to: Header height less than 200px + Search page
Hello Pamela,
1. The best way to adjust the header height in your case will be to use the Logo top and bottom spacing and the menu top and bottom spacing at the bottom of the page in Theme Options> Main Settings. I would play around with the sizes until you find something that works for you. I just tested and it reduces the whole header size without any of the css breaking the layout.
2. here is the CSS to fix your search page:
.search aside#ktsidebar { display: none; } .search div#ktmain { width: 100%; }3. Try this for the search bar in the header:
.kad-header-widget form.form-search { float: right; }Let me know if this is helpful!
-Kevin
In forum: Virtue ThemeIn reply to: Weird extra text on Contact page
I can’t find it. I can’t find the menu or button to turn it off. Any hints? I don’t have any sidebars enabled. It already is a full page width. It didn’t used to be there, and only appeared after I was making changes to my Blog page layout. But why would that affect the Contact page? I’m completely baffled.
In forum: Virtue ThemeIn reply to: Sidebar Filter Widgets Design
In forum: Virtue ThemeIn reply to: Sidebar Filter Widgets Design
this is about as close as I can get. Let me know if you want any other changes and I’ll do my best to incorporate them.
/* Font for entire sidebar */ aside#ktsidebar { font-family: Tahoma,Arial,sans-serif; } /* checkbox font control */ .sidebar ul.woof_list.woof_list_checkbox li .woof_checkbox_label { color: ; font-size: 0.66em; margin-bottom: 0; padding-top: 0; font-weight: 300; padding-bottom: 0; } /* Checkbox size */ input[type=checkbox] { font-size: 1px; } /* Border between filters */ ul.woof_list.woof_list_checkbox { border-top: 1px solid black; border-bottom: 1px solid black; } /* border and space for reset button */ .woof_submit_search_form_container { padding-top: 4px; border-top: 1px solid black; } /* Reduce height of list items */ .sidebar .widget-inner li { padding: 0 !important; }Place into Theme Options> Advanced Settings.
-Kevin
In forum: Virtue ThemeIn reply to: Sidebar Filter Widgets Design
Hello, Kevin,
Now I’m getting at the final stages of this website, and the filter is already installed (I’m using Woof Woocommerce Filter). My intention is for the sidebar/filter to look like this one: http://www.asos.com/activewear/men/cat/?cid=26090&pgesize=36
My website is http://emporiograodeouro.f21studio.com/ , so what I want to acchieve that look is:
1- A CSS to control the font family, size and color of the fonts of filter in the sidebar area;
2- Change the style of the checkboxes: make the color inside them to be white and make them smaller;
3- Display horizontal lines/dividers that divide the sections of the filter
Can you help out with that or this support should be given by the filter plugin team?
Thank you,
FelippeIn forum: Virtue ThemeIn reply to: Weird extra text on Contact page
In forum: Virtue ThemeHello,
On my contact page, there is some weird extra text under the photo. I can’t figure out how to get rid of it. It says “Blogs Sidebar”. *Login to see link
I looked at the code for the page when viewed on Firefox, and searched for “blogs sidebar.” It shows the following code, but I can’t understand where in WordPress Dashboard I need to go to make this unwanted text disappear.
<aside id=”ktsidebar” class=”col-lg-3 col-md-4 kad-sidebar” role=”complementary”>
<div class=”sidebar”>
<section id=”nav_menu-5″ class=”widget-1 widget-first widget widget_nav_menu”><div class=”widget-inner”><h3>Blogs Sidebar</h3></div></section> </div><!– /.sidebar –>
</aside><!– /aside –>
</div><!– /.row–>
</div><!– /.content –>
</div><!– /.wrap –>Thanks for your guidance.
In forum: Virtue ThemeTopic: Content and Sidebar widths
Hello,
I wonder where I can experiment with the width of my content and sidebars? I would like to widen my sidebar on my blog page, and potentially the content area as well.
On wide screens, my website content only expands responsively to about 800px wide (including sidebar). This seems prohibitively narrow considering the width of a lot of screens nowadays.
Thanks for your guidance on this.
In forum: Virtue ThemeIn reply to: Change the size of my Social Media Icons
They’re showing up now.
Try adding this CSS into Theme Options> Advanced Settings:
.sidebar .virtue_social_widget a i { font-size: 26px; } .sidebar .virtue_social_widget a { padding: 10px; } .sidebar .virtue_social_widget.clearfix { width: 67%; float: none; margin-right: auto; margin-left: auto; }Let me know if that works for you.
-Kevin
In forum: Virtue ThemeIn reply to: Change the size of my Social Media Icons
In forum: Virtue ThemeIn reply to: Change the size of my Social Media Icons
In forum: Virtue ThemeI’m using the “Virtue: Social Links” widget in my sidebar as you can see here:
I was wondering how to:
1. make the icons bigger (1.5X the size for example)
2. How to center the iconsThanks everyone!
In forum: Virtue ThemeIn reply to: Gravity Forms plugin with Virtue Theme
In forum: Virtue ThemeHello,
I’d like to adjust the spacing between the widgets in my sidebar as they’re currently very far apart! I’ve tried to use the following code from another forum post but it’s not working:
.sidebar .widget {
margin-top: 10px;
}Could you advise? Here is the page: *Login to see link
Thanks so much!
Laura
In forum: Virtue ThemeIn reply to: Gravity Forms plugin with Virtue Theme
Try adding this to your custom css box in Theme Options > Advanced Settings:
.sidebar .gform_wrapper label.gfield_label { font-weight: 400; }Did you want this to effect the titles too? If so, also add this:
.sidebar h2.gsection_title { font-weight: 400 !important; }Hope that helps!
Hannah
In forum: Virtue ThemeHello,
I am using Gravity Forms plugin with Virtue Theme to create various contact forms for my page. These contact forms appear on the right side sidebar on individual pages. The contact forms have several fields with headlines such as; First Name, Last Name, Mobile number etc. As the forms stand right now, the headlines appear with bold typeface, which I would like to remove (headlines should be with normal typeface). I have tried using custom CSS in the plugin itself and the Theme custom CSS area to override the default settings, but nothing happens. I have also tried changing the Theme font typefaces, but nothing happens. I still have the bold typeface. I have also been in contact with the developer of the plugin (Gravity Forms) and they tell me to make changes in the Theme CSS files, which I don’t understand why? The headlines are driven by the plugin editor, so I would assume the change would need to be done in the plugin itself. In any event, I wanted to ask the following to see if you can help out in this situation:
My question to you is – is there some custom CSS that should be used in the Theme custom CSS area to override the default of this particular plugin? Or is the issue more complicated?
Regards,
Jari -
AuthorSearch Results


