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: Primary Side menu background colour CSS not working.
In forum: Virtue ThemeIn reply to: Removing Sidebar in WC Marketplace Vendor Shop
In forum: Virtue ThemeApril 14, 2018 at 4:38 am #187292Hi,
I’m using Virtue Premium and WC Marketplace to allow users to create shops on my page. When a user goes to view their shop a sidebar is showing. How do i remove this? I have attached a picture below.
Thanks
Graham
In forum: Virtue ThemeIn reply to: Primary Side menu background colour CSS not working.
Hi Kevin
The background colour does show up now, but the padding inside the sidebar has dissapeared (padding all around the inside of the sidebar)
I’ve had to remove the background colour, as the client is picky and won’t like what they see.Please advise further?
In forum: Virtue ThemeTopic: New Warning on my site
I wanted to know if you could help me with this warning. I deactivated a custom sidebar plugin and added a sticky widget plugin a few days ago, but not sure if that triggered this warning. Any help/direction on this would be greatly appreciated!
Warning: Missing argument 2 for kt_custom_menu::kt_edit_admin_walker(), called in /home/saturda5/public_html/wp-includes/class-wp-hook.php on line 286 and defined in /home/saturda5/public_html/wp-content/themes/virtue_premium/lib/custom-nav.php on line 107
In forum: Virtue ThemeIn reply to: Sidebar different by post
April 13, 2018 at 12:01 pm #187222You can enable a sidebar on just some posts through the post edit. In your post settings, you can choose to show or hide a sidebar and choose which sidebar to show.
Is that what you are thinking?
Outside of that page builder would be your next option you can use it to add two columns to your post and add whatever content you want in the right or left columns.
finally to be clear you can’t move the themes recent post output outside of the footer of your post. It’s a carousel that isn’t designed for a sidebar and can’t be moved like that.
Ben
In forum: Virtue ThemeIn reply to: Sidebar different by post
In forum: Virtue ThemeTopic: Sidebar different by post
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Carousel Widget custom size
April 12, 2018 at 12:52 pm #187085Guessing at what you want, try this css:
.sidebar .kt-content-carousel .kt-intrinsic { padding-bottom: 60% !important; } .sidebar .kt-content-carousel .grid_item { margin-bottom:0; } .sidebar .kt-content-carousel .bcarousellink { display:none; } .sidebar .kt-content-carousel .kt-intrinsic > div { position: absolute; height:100%; width: 100%; } .sidebar .slick-slide img { max-height: 100%; max-width: 100%; width: auto; margin: 0 auto; }In forum: Virtue ThemeIn reply to: Carousel Widget custom size
April 12, 2018 at 12:42 pm #187081Hey,
Please remove this css:.sidebar .slick-slide img, .sidebar .slick-list { max-height: 240px; max-width: 200px; margin: auto; }We can do it differently. But I need to know what you’re expecting first. You have a massive range of image ratios in this carousel. The carousel is going to set the height based on the tallest images. So when your image is tall it will match and then when your image is short you have a gap.
This prevents your sidebar for jarringly jumping up and down based on the image. For examples look at these two images so it’s clear:


So do you want all the images to be forced to the height of your shortest, smallest images?
Ben
In forum: Virtue ThemeIn reply to: Carousel Widget custom size
1. Try adding this:
.sidebar .widget { margin-top: 0; }2. Change this:
.sidebar .slick-slide img, .sidebar .slick-list { max-height: 240px; max-width: 200px; }to this:
.sidebar .slick-slide img, .sidebar .slick-list { max-height: 240px; max-width: 200px; margin: auto; }Hannah
In forum: Virtue ThemeIn reply to: Carousel Widget custom size
In forum: Virtue ThemeIn reply to: Carousel Widget custom size
In forum: Virtue ThemeTopic: Carousel Widget custom size
Hi,
My website is *Login to see link .
I have the carousel widget on the sidebar.1. I only want to display the image, but it is leaving a huge space underneath.
2. I would also like to make the image smaller if possible.
Here is my custom CSS so far:
.sidebar .entry-content p {
display: none;
}.sidebar .entry-title {
display:none;
}.sidebar span.postday.kad-hidedate {
display: none;
}Thank you!
In forum: Virtue ThemeIn reply to: Sitebuilder Widget in Primary Sidebar – Alignment
In forum: Virtue ThemeIn reply to: Sidebar Position
April 11, 2018 at 5:19 pm #186971Hey,
Are you aware you adding three columns in pagebuilder in your content making the top part of your content smaller then it would normally be?Is that intentional?
I’m not sure I understand what you want in regards to the sidebar it but sounds like you want it positioned along the screen when the screen size is large enough. Please try this css:
@media (min-width: 1550px){ .single-post #ktsidebar { position: absolute; max-width: 360px; left: 0; top: 60px; } .single-post #ktmain.col-lg-9 { float: none; width: 75%; margin:0 auto; } } @media (min-width: 1800px){ .single-post #ktmain.col-lg-9 { width: 100%; } }Ben
In forum: Virtue ThemeIn reply to: Sidebar Position
I tried the css, but it only made the text and images fill the content are, instead of widening the overall content section. So the sidebar ended up staying in the same position, leaving a large empty area to the left.
If it can’t be done, it’s not the end of the world, just thought it might look cleaner.
In forum: Virtue ThemeIn reply to: Sidebar Position
In forum: Virtue ThemeIn reply to: Sidebar Position
hey,
I’m not sure I’m following. Are you wanting to eliminate the space between the content and the sidebar, or do you want to align the sidebar all the way to the left on the page?
I’m not sure if the latter is possible, but you could reduce the space between the content and sidebar with CSS.
Just let me know which one you’re after and we’ll go from there.
-Kevin
-
AuthorSearch Results


