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: Shrink sidebar width
Here is some CSS from another thread that seems to work. I don’t know if resizing the sidebar is great for site performance, but you can try this:
@media (min-width: 992px) { #content .main.col-lg-9 {width: 85%;} #content aside.col-lg-3 {width: 15%;} }Place it into Theme Options> Advanced Settings and let me know if that works for you.
-Kevin
In forum: Virtue ThemeTopic: Shrink sidebar width
In forum: Virtue ThemeIn reply to: Putting A Side Bar starting from the header
August 23, 2016 at 7:05 pm #109559Are you just wanting to put a sidebar on your product page? You can do that right in the edit screen for the product page. Just scroll down to the “sidebar display” settings.
Ben
In forum: Virtue ThemeTopic: Metabox Help
Hello, Team Kadence!
I need a little help regarding removing some metaboxes on some of the templates. Here’s some info:
No URL (it’s an internal site only)
I’m using Virtue Premium 3.8.5
This particular instance, I am not using a child theme. I am testing changes via the premium theme firstOn the Feature and Feature – Sidebar templates, I need to remove the Flex Slider, Carousel Slider, Image Carousel Slider, and Kadence Slide from the Feature Options section. In the past, I’ve simply commented this part out of the file (under virtue_premium > lib > metaboxes.php) and this has worked until recently. If I comment those lines out, they still show in the admin. I have cleared my cache and refreshed the page in the admin but they are still there. However, I can change the name and the description and that shows up fine. Odd, right?
Here is the code from the file:
array(
'name' => __('Feature Options - New (this shows)', 'virtue'),
'desc' => __('If image slider make sure images uploaded are at-least 1170px wide. This shows too!', 'virtue'),
'id' => $prefix . 'page_head',
'type' => 'select',
'options' => array(
//array( 'name' => __('Flex Slider', 'virtue'), 'value' => 'flex', ), //This should be gone but isn't.
array( 'name' => __('Carousel Slider', 'virtue'), 'value' => 'carouselslider', ),
array( 'name' => __('Image Carousel Slider', 'virtue'), 'value' => 'carousel', ),
array( 'name' => __('Revolution Slider', 'virtue'), 'value' => 'rev', ),
array( 'name' => __('Kadence Slider', 'virtue'), 'value' => 'ktslider', ),
array( 'name' => __('Shortcode Slider', 'virtue'), 'value' => 'cyclone', ),
array( 'name' => __('Video', 'virtue'), 'value' => 'video', ),
array( 'name' => __('Image', 'virtue'), 'value' => 'image', ),
),
),Can someone help me with this? I’m not sure why commenting out the array isn’t working. I also did a search through the files for Virtue Premium but didn’t find another place that would override this code (maybe I missed it)?
Thank you!
In forum: Virtue ThemeHi,
I added the virtue recent posts widgets to my sidebar. It’s showing an icon of a pencil though instead of the featured image. Am I missing something obvious on how to change this?
Thanks!
In forum: Virtue ThemeIn reply to: Some questions
Hi Marcin,
1. You would need to use a child theme and add that in. You can learn about child themes here- https://www.kadencewp.com/child-themes/
2. You can disable the product description simply by leaving the visual editor for a product empty. Then to put a description on the right you can use the Product Short Description tab from within the product edit page.
3. You can use css. Try pasting this into your custom css box in Theme Options > Advanced Settings:
.sidebar .price_label { font-family: sans-serif; font-size: 15px; }Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: Product Category display guidance
Trying to implement this feature/plug-in. I think I now have it set up properly – it shows up correctly in the sidebar on my shop page. Only problem is it doesn’t filter, i.e. selecting the sub-attribute I assigned to just a few products to test results in all product being shown. Wondering if I need to change any of the “FrontEnd Settings” of the plug-in – perhaps Virtue uses a different name for the Product Container (default is .products)? As a review here are the steps I took to set-up:
1. Installed and activated the plug-in.
2. Created an attribute called “product type” and added a few sub-attributes to it, and assigned these to the products I want to filter.
3. Created a new sidebar, called “sidebar2” in “Theme Options/Misc. Settings” and in the Widgets section added the Yth product filter plug to it that sidebar, and configured the plugin to use the “product type” attribute.
4. On my shop page, I selected “sidebar” for the template and assigned “sidebar2” to it.
5. In Shop Settings, I chose to “Display Sidebar on Shop Page” and chose “sidebar2” for it.Think that covers it.
(fyi, I have this set up on a testing site, not the real one. Let me know if you would like/need a link to that and I will private reply it)
Thanks!
DaveIn forum: Virtue ThemeIn reply to: "Appearance/Customize" selection showing blank page
To update, I do realize that the place to add a new custom sidebar is under “Theme Options/Misc. Settings”. I just did that with a new sidebar, which now does show properly, but the Customize page still loads blank.
(also not having luck getting the Ajax plug in to work, but will post about that in it’s appropriate thread if I can’t figure it out!)In forum: Virtue ThemeHey there,
I am trying to create a new sidebar, for the purpose of using the Yth WooCommerce Ajax Product Filter on the shop page. However I am having some trouble with the Appearance tab. The “customize” selection loads to a blank page. The other selections (Themes, Widgets, Menus, etc.) open up fine, but nothing for Customize.
As added info, I had created this new sidebar in the past (few weeks ago), and it was there. Today started the process of setting it up, but it is all of a sudden missing in action.
Any suggestions?In forum: Virtue ThemeHello Kevin,
thanks for your answer, but I’m already using a childtheme and so far I’m using the filters on the sidebar.
The problem is, that because of the filters, my category menu (also located on the sidebar) drops far down.
So to make it more accesible I’d like to move the filters above. I dont need to use widgets.
But adding shortcodes would be enough.
But there is no Placeholder etc at this location?Thanks Lukas
In forum: Virtue ThemeHello Lukas,
There aren’t really any options for adding widgets to the top of your shop page. Your best bet would be to create a sidebar containing that widget. You can make new sidebars in Theme Options> Misc Settings, and you’ll place the widgets/shortcode into it via Appearance> Widgets.
Then, to assign the sidebar to that page, go into Theme Options> Shop Settings, and assign the sidebar you just made.
In order to put it on the top of the page, I believe you would need to make a child theme. If you want to look into doing that, you can start here:
https://www.kadencewp.com/child-themes/I’m not sure what you would need to do beyond that though. I think the sidebar option would work fine in your case.
Hopefully this is helpful for you!
In forum: Virtue ThemeHello,
I’m using a filter plugin and to make it easier to see the categories on the sidebar, I want to add the filters on top of the archive pages.
(Just like on this webpage for example: *Login to see linkI can display all filters using shortcodes, so I was thinking there has to be a possibility, to add a field on top of the archive pages, to add these shortcodes. Do you have any idea how to achieve this?
Thanks Lukas
In forum: Virtue ThemeAugust 17, 2016 at 12:09 am #108298Hey,
how do I change the look of the product features in blog articles so I can put the picture first and change the font and the font-size?Thanks
In forum: Pinnacle ThemeI’ve tried adjusting settings for the blog page, through theme options, but it doesn’t seem to work. For instance, I had it set for Blog Grid, and to now show archive and recent posts in the sidebar. To not show the sidebar at all, actually. But, the blog page still looks the same, seems to have a mind of its own.
Any idea how I can fix this?Thank you!
PaulienIn forum: Virtue ThemeIn reply to: Drop down menu to display categories
August 15, 2016 at 1:20 pm #107925Hey,
In your apperance > widgets you can add a product category widget to your sidebar. Then make sure to display the sidebar on your pages.Also in your apperance > menus you can click “screen options” in the top right corner and enabled product categories and those can be used in a menu.
Ben
In forum: Virtue ThemeIn reply to: Space between cyclone slider and product pic
August 15, 2016 at 7:44 am #107756You just need to remove this css that you are adding:
.sidebar .form-search .search-query { margin-top: 40px; }In forum: Virtue ThemeIn reply to: Sidebar areas to have grey background?
August 10, 2016 at 11:45 am #107110ok remove all that css lets start fresh.
.sidebar .menu li.current-menu-item a, .sidebar .menu li a:hover { background: rgb(154, 191, 64); color:white; } .sidebar .menu li { padding:0; } .sidebar .menu li a { background: #f7f7f7; padding: 5px 10px; display:block; color: #555; } .sidebar .widget_black_studio_tinymce { background: #f7f7f7; padding: 10px; } .sidebar ul.menu { margin: 0; }all this css is not really what theme support is here to do. We love to help but you are approaching the point of needing to hire someone to customize your sites if your wanting a look that isn’t part of the theme options.
Ben
In forum: Virtue ThemeIn reply to: Sidebar areas to have grey background?
Thanks Hannah,
I am going to have to build custom sidebars for different pages. See http://181.224.148.70/~actsystems/about-us/our-founders/ now
Hover doesn’t work on this now… is there a way to code it please?In forum: Virtue ThemeIn reply to: Sidebar areas to have grey background?
In forum: Virtue ThemeIn reply to: Sidebar areas to have grey background?
-
AuthorSearch Results


