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: Portfolio sidebar menu – home page
In forum: Virtue ThemeIn reply to: Portfolio sidebar menu – home page
In forum: Virtue ThemeIn reply to: Portfolio sidebar menu – home page
1. Use this CSS. Just copy and paste into Theme Options> Advanced Settings> Custom CSS. You can change the “14px” to whatever size you want.
.single-portfolio .widget_nav_menu { font-size: 14px; }2. You can disable the sidebar on the home page via Theme Options> Home Layout. The first selection should be the completely grey box, and that will remove your sidebar on the home page.
Hope that helps!
In forum: Virtue ThemeIn reply to: Shop Menu
March 14, 2016 at 2:23 pm #85760Hey,
You can enabled a sidebar in the theme options > shop settings.Then in the apperance > widgets you can add a menu to the sidebar widget area.
Ben
In forum: Virtue ThemeIn reply to: Product category to left side
March 14, 2016 at 11:13 am #85698Hey,
A simple category (no dropdown) can be done with the “woocommerce category” widget. Just add that to your sidebar.Ben
In forum: Virtue ThemeHello, I know portfolio is not designed to have a sidebar menu, but I needed one.
I used code posted by Ben in the past which works well except I need to modify it a little.
add_filter(‘kadence_display_sidebar’, ‘kad_sidebar_everywhere’);
function kad_sidebar_everywhere($sidebar) {
return true;
}1/ I need to decrease the sidebar menu font size of portfolio articles, smaller than portfolio type menu font size.
2/ I need to not show the sidebar menu on the home page.Could you please help?
Thank you, John
In forum: Virtue ThemeHello. I have a woocommerce store and i want to add some information of advantages of buying in mine store, for example: delivery to the whole country, up to 12 installments.
For that i’ve in my shop a sidebar in the left and the product page. What i want to add is a small static sidebar in the right with that information. There is an easy way to do that?Thanks in advance
In forum: Virtue ThemeIn reply to: Main page to Sidebar Ratio – Sidebar too Wide
In forum: Virtue ThemeIn reply to: Main page to Sidebar Ratio – Sidebar too Wide
Hi Hannah,
I would like the main to sidebar ratio to stay the same for the entire site. Thank you for any assistance! Once I get over this hurdle I can start cleaning up my site again. When I upgraded from the free version of Virtue to the Premium I lost all of my changes :-).
Thanks again,
DougIn forum: Virtue ThemeIn reply to: Main page to Sidebar Ratio – Sidebar too Wide
In forum: Virtue ThemeIn reply to: Product category to left side
March 12, 2016 at 8:40 am #85458A dropdown menu in a sidebar isn’t really an option? Not unless you use a pluign.
Does each of your subcategories have products assigned to them?
I don’t really get what your saying through. Any chance you can explain with more detail maybe with a screen shot?
Ben
In forum: Virtue ThemeHello,
I stepped up and purchased the Virtue Premium Theme and I still cannot find where to adjust the main page to sidebar ratio. The sidebar is too wide, taking up too much of my screen. I’ve tried several variations of the code cited below but the sidebar still remains too large (custom code not changing anything). Here is my site URL: *Login to see link
@media (min-width: 992px) {
#content .main.col-lg-9 {width: 80%;}
#content aside.col-lg-3 {width: 20%;}
}Thank you for any assistance!
In forum: Virtue ThemeIn reply to: Sticky/fixed sidebar?
March 12, 2016 at 8:19 am #85445Hey,
It’s not really an option, there is more of a framework for this in the theme but it’s still not written out this way would require some javascript.What is your link where your wanting the sidebar sticky?
Ben
In forum: Virtue ThemeTopic: Sticky/fixed sidebar?
Hey guys,
I was wondering is there was any in-theme magic to make a sidebar sticky, so that when you scroll down a page, it stops moving once it reaches the top of of the page, while the rest of the page carries on scrolling.
I saw another thread, that said this wasn’t an option, but that was two years ago, so was wondering if there had been any updates.
I found a plugin, but it hasn’t been updated in 2 years, and broke my sidebar when used, so that wasn’t an option.
Any thoughts or feedback appreciated.
In forum: Virtue ThemeIn reply to: Custom CSS Box is not working
Hi Hannah,
I started with 3.5 yesterday and was using that when this started. One of the fixes I tried was updating to 3.5.2 and that’s what I’m using now. WordPress and the two plugins are up to date. I cleared my cache.
Here’s what happened in case this helps: yesterday I set up the site, including a few lines of code in the custom css box. Everything was working fine. Last night I added the slider to the home page. When I installed that, I lost the styles from the custom css box. From then on, I have not been able to get those styles back. I put the css back in the box, but they don’t show on the website. When I log out and log back in, the styles are gone from the box.
Deleting the home slider doesn’t help.
I just replaced the background image I had been using. I had css in the box to add a white background to the content div, hide the page title and give the sidebar a background color. The css is currently in the box, but not showing on the site, and has been disappearing each time I log out.
I don’t know what to try next besides a different theme.
Any suggestions would be appreciated.
Terry
In forum: Virtue ThemeIn reply to: Featured sidebar template for homepage
In forum: Virtue ThemeIn reply to: CMS-like structure wanted for categories
Ok, I’ve made a bit of progress here.
What I want is exactly how the shop works (with sidebar), but there’s fields there I don’t want! so can’t do that.I’ve found some code Ben posted about a year ago to give portfolio pages a menu sidebar, works ok!
Still got a url problem with generic path components like “/portfolio-type/”.
May have to give up on trying to improve that.Tks for the help.
John
In forum: Virtue ThemeHello,
Is there a way to have a featured sidebar template (with an image at the top) as my homepage? I have the Featured – Sidebar template set for the page, but the settings under Home layout overwrite it to either a having a standard sidebar template or none at all.
I’ve tried using page builder set to set a widget row with an image to Full Width but that doesn’t work. Having a home slider set has the desired effect, but is obviously designed for more than one image.
Thanks,
David.In forum: Pinnacle ThemeIn reply to: WooCommerce Default Sorting
Hi Frankie,
There isn’t a built in way to do this. If you want to remove the default sorting you could use this css:.woocommerce-ordering { display: none; }Just paste that in your custom css box in Theme Options > Custom CSS. Then you can add a search widget to a sidebar and add it to your shop page.
Hannah
In forum: Virtue ThemeIn reply to: CMS-like structure wanted for categories
-
AuthorSearch Results


