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: Ascend Theme
In reply to: Change colour of “Latest Posts”
July 27, 2018 at 8:31 am #197179Hey it’s actually in your theme options > custom css box. Scroll down till you see this section:
.panel-grid-cell .widget-title { font-size: 20px; background: #00aeef; color: white; line-height: 20px; padding: 8px; font-weight: 200; display: inline-block; } .sidebar .widget-title span { background: transparent; padding: 0; } .sidebar .widget-title{ font-size: 20px; background: #00aeef; color: white; line-height: 20px; padding: 8px; font-weight: 200; display: inline-block; margin-bottom: 10px; }Update it with this:
.panel-grid-cell .widget-title { font-size: 20px; background: #dd3333; color: white; line-height: 20px; padding: 8px; font-weight: 200; display: inline-block; } .sidebar .widget-title span { background: transparent; padding: 0; } .sidebar .widget-title{ font-size: 20px; background: #dd3333; color: white; line-height: 20px; padding: 8px; font-weight: 200; display: inline-block; margin-bottom: 10px; }Ben
In forum: Virtue ThemeJuly 25, 2018 at 6:02 pm #197029Correct it won’t affect the cyclone slider. You can make it even more specific with css like this:
.sidebar .virtue_carousel_widget .kt-content-carousel .blog_item .subhead, .sidebar .virtue_carousel_widget .kt-content-carousel .blog_item .entry-content { display:none; }But it should have any conflicts with anything else.
BenIn forum: Virtue ThemeHi, Hannah
yes, that seems to have done the trick! Thanks for your help (and patience!). When you say it will be specific to carousels within my sidebar, that’s just the ‘Virtue: carousel’ widget, right? So it won’t imact the Cyclone slider Widget in any way? 8I plan to use that for some other things in the sidebar which is why I’m asking).
Thanks again.
Andrew.
In forum: Virtue ThemeIn forum: Virtue ThemeJuly 25, 2018 at 4:57 pm #197024Add it to your sidebar and post here with it live, then I can get you the best css.
Ben
In forum: Virtue ThemeHi Ben,
Thanks for that. I had previously tried hiding the date everywhere on the theme options, but it still appeared on the widget in the sidebar for some reason… But in any case, if I am to use css, I would prefer to add the css to change the carousel slider so that it hides the excerpt, as that looks better and already leaves out the date… Could you tell me what I need to write for that (so that it doesn’t clash with any other widgets I may add to the sidebar later)?
Thanks, Andrew.In forum: Virtue ThemeIn reply to: Issue with Search and Filter plugin
Hello Warren,
I just tested and am able to activate the plugin just fine. You just need to place the shortcode where you want the search to display. So if you want it in a sidebar, go to Appearance> Widgets, and add the shortcode to a text widget in the desired sidebar.
If you have any further issues, I suggest you contact the plugin support. They should be able to help you get it setup better than I can since I’m not familiar with the plugin.
-Kevin
In forum: Virtue ThemeYes, I removed it completely because it wasn’t entirely happy with the way it looked. I’ve tried the slider widget you mention and this is a lot better, but I don’t like or see the point of the excerpt here and there’s no option to omit it, ir to remove the date below the tiltle without having to remove the date from the actual post.
I’ve tried to revert back to the original recent post widget instead as that was overall still the better option despite the issues I mentioned in my original query. However, after removing thecss code you gave me and clearing the cache, I can no longer use that widget at all now (see previous comment) because it is not working as it was before.
I’m a bit wary of doing anything more now because after experimenting on the recent posts widget with the code you gave me, I can no longer use that widget at all because it’s not working as before even though I removed all the custom css code and cleared the cache (see my previous comment).
The problem with the widget now is that is shows NO thumbnail, just text, and even though tere appears to be a new tick box giving the option to include or exclude the date below the title, there is no longer any option to limit the recent posts to any particular category, as before. As it looks quite ridiculous I have removed it all together from the sidebar, which ios now completely empty.
So, all in all, I am much worse off than I was before I submitted my query.
Andrew
In forum: Virtue ThemeIn forum: Virtue ThemeYes, that’s done the trick, but will this effect other widgets I add to the sidebar in future? If so, I might just leave it off and find some other way of featuring these posts.
Looking at it now I will either limit this to 1 post or is there a way I can have the post images and summaries appearing one at a time in the sidebar as a sort of slideshow? If that’s too complicated, no worries. Just thought I’d ask while I’m here.
Thanks,
Andrew.In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeHi Andrew,
Rather than using the virtue recent posts widget, I would recommend adding a shortcode into a text widget. Like this:
[kad_blog orderby=date items=2 fullpost=false]
Then add this to your custom css box in Theme Options > Advanced Settings to remove everything besides the image and title:.sidebar .postdate, .sidebar .subhead, .sidebar .postlist .entry-content, .sidebar .postlist footer, .sidebar .postlist p { display: none; }Does that work for you?
Hannah
In forum: Virtue ThemeHello there,
I’m using the Recent Posts Widget in the primary sidebar but don’t like the way it looks and don’t want the date of the post to appear. Is there any way I can expand the thumbnail image so that it’s a square covering the full width of the sidebar, move the blog title below the thumbnail image and remove the date? Here’s a link to a page which displays the widget:
Thanks and apologies if this is an inappropriate questions (I’m not an expert in these matters).
Andrew.
In forum: Virtue ThemeIn reply to: The Event Calendar
July 24, 2018 at 9:31 am #196829Hey,
Yes virtue intentionally adds styling to events: http://themes.kadencethemes.com/virtue-premium-2/event/coffee-meeting-example-event/You can undo this with css like this:
.single-tribe_events .kt-event-sidebar, .single-tribe_events .kt-event-main { width: 100%; float: none; } @media (min-width: 767px) { .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group { float: left; width: 33%; } }Ben
In forum: Ascend ThemeIn reply to: Extend sidebar border vertically
July 23, 2018 at 9:36 pm #196798@media (min-width: 992px){ #content .main.kt-sidebar { border-left: 2px solid #e8e8e8; } }Use that instead 🙂
Ben
In forum: Ascend ThemeI’m using this CSS:
@media (min-width: 992px) {
#ktsidebar {
border-right: 2px solid #e8e8e8;
}
}to create a vertical divider between my left sidebar and the main content section on THIS SITE.
Is there any way to get this vertical line to extend all the way down to the footer when the main content outruns the sidebar? I hope that makes sense.
Thanks much!!
In forum: Virtue ThemeIn reply to: Sidebar width, padding and margin
In forum: Virtue ThemeIn reply to: Sidebar width, padding and margin
July 19, 2018 at 10:04 am #196432Hi Kevin
Thank you that works well. Is it possible to squeeze a little more by reducing the padding/margin from right side of sidebar and left and right side of main page?
Thank you
TomIn forum: Virtue ThemeIn reply to: Sidebar width, padding and margin
Hello Tom,
Here is some CSS to adjust the width of the sidebar and main content. Try placing in Theme Options> Advanced settings Custom CSS box and let me know if it works:
@media (min-width: 992px) { div#ktmain { width: 80% } aside#ktsidebar { width: 20%; } }You can adjust the width as needed.
-Kevin
-
AuthorSearch Results


