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: Pinnacle Theme
In reply to: Woocommerce > Recently Viewed Products
September 9, 2015 at 11:33 am #57802You would have to add a widget area (edit through child theme) our use your footer widget areas. Understand that the widget you are referring to is set up to be a sidebar widget. Each product will fall below the last it will not display like the related products.
Ben
In forum: Virtue ThemeGood afternoon,
I’ve been able to successfully add or remove the Blog page sidebar by using the Theme Options / Blog options / settings. Now it appears that the side bar is stuck. I’m sure it’s an error on my side, but I don’t know what to do. I re-assigned my blogs to a test page and then back, but the sidebar remains.
blog url:
*Login to see linkIs there a setting in the database that I can manually change to see if I can fix it that way?
Many thanks,
Lisette
In forum: Pinnacle ThemeTopic: Sidebar > on the left
Hello,
It is possible to put the sidebar on the left on the page template : *Login to see link ?
Thanks !
In forum: Virtue ThemeGood afternoon,
I’ve recently purchases the Virtue team and I am pleasantly surprised by all the options provided. There is one thing however that I do not understand that is driving me crazy. It’s probably an error on my side, so if you could provide me a clue that would be wonderful.
I’ve created various posts without issue. I then created a Revolution Slider based on those posts. Somehow, while doing that, my posts have now become Media and whenever I click on the link to the post, I get the Feature Image. When I am logged into WordPress, I get “Edit Media” for these posts instead of “Edit Post”. I then created another post for test purposes, and that is working fine.
Can you show me a hint or what in the database I should check to see why my original posts are now Media?
home url (with slider):
*Login to see linkthe posts appear OK in the “latest post” section
blog url:
*Login to see linkagain, post appear OK.
test post url:
*Login to see linkpost appears, as intended
original post url:
*Login to see linkthis is now leading me to what appears to be a Media url. Note that in my posts overview page, the post is still exactly the same as it was before. It’s just that the url now links to the featured image, not the post. (As can also be seen from the fact that this url has a sidebar, while the test post url does not.)
I’m not afraid to look in the database to manually correct something if needed, but I don’t know where to look and what’s the root cause of the change of my original posts.
Thanks for your time,
Lisette
In forum: Virtue ThemeIn reply to: Search Box , Price, and Sidebar position
September 8, 2015 at 11:09 am #576511. ? you mean right above the add to cart button? You can do that with a child theme and hooks from woocommerce. You just unhook the price and re-hook at a later priority. Are you using a child theme? Are you familiar with action hooks?
2. That isn’t an option with this theme. You could use a child theme and override the templates/header.php file. Understand also that you will need to figure out the layout for mobile if you add this. (fyi The theme does have an option to add a search as part of the menu, I recommend that)
3. I think you want the sidebar to be next to the slider? In that case you need to add the slider as part of the page content and not through the theme options. Go into the page you have as home and add the slider shortcode right in the page content.
Ben
In forum: Virtue ThemeIn reply to: Search Box , Price, and Sidebar position
In forum: Virtue ThemeHi Ben,
1. How can I change the position of the price?
I want the price appearing on Button Add to Chart.2. Can you help me change the position Serach Box in the middle of the menu, I want the Search Box is between Logo and Primary Menu.
3. I would like in the “Home Page”, the Slide can add a sidebar, but it is not a sidebar full page, I just wanted her sidebar just beside slide, whether it be?
Thanks
In forum: Virtue ThemeIn reply to: Centering Content
Hey,
On your rates page it looks like you have a blank sidebar enabled? Check that you are using a fullwidth page template.
As for your shop page, try adding this to your custom css box in Theme Options > Advanced Settings:@media (min-width: 768px) { .woocommerce-page .col-md-6 { width: 100%; } }Hannah
In forum: Pinnacle ThemeIn reply to: Creating 2 sidebars
In forum: Pinnacle ThemeIn reply to: Creating 2 sidebars
September 7, 2015 at 1:06 pm #57547Hey,
That isn’t possible with the theme. There isn’t a two sidebar layout. You can use pagebuilder and add column but understand that you can’t use pagebuilder on woocommerce pages like the shop page.Ben
In forum: Pinnacle ThemeTopic: Creating 2 sidebars
Hello,
I have already used the primary sidebar here : *Login to see link
And I would like to add a sidebar on the left with a menu, such as here : *Login to see linkHow is it possible please ?
Thanks very much for your precious help !
In forum: Virtue ThemeSeptember 6, 2015 at 3:56 pm #57461Also just to be clear here my suggestion if your wanting to change the background for the sidebar is this css:
.kad-sidebar { background:#525252; }If you can add to your theme options custom css should work fine.
Ben
In forum: Virtue ThemeSeptember 6, 2015 at 2:59 pm #57444Hey,
You can add this function into a child theme functions.php file and that will set your sidebar for all posts, just change the “custom-sidebar” to whatever the slug is for your sidebar.add_filter('kadence_sidebar_id', 'post_single_sidebar_id'); function post_single_sidebar_id($sidebar) { if (is_single()) { return 'custom-sidebar'; } return $sidebar; }Here is an empty child theme:
https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
Ben
In forum: Virtue ThemeRight now, when I do a new blog post, I manually choose a custom sidebar that I’ve created for the blog. This one is different from the default sidebar for the site (I have products and other custom pages on the site that are automatically set up by a plugin I have and it requires my default sidebar to be product oriented so I can’t use that site default sidebar for my desired blog sidebar. Manually, this has been OK as I write each post I just change it to custom sidebar. But now I’m importing some blog posts from several other blogs (via an RSS feed) and while the archive pages are fine with my custom sidebar, when someone clicks on one of these imported posts, they don’t get the correct custom blog sidebar–instead they get my default site sidebar which is totally the wrong thing. I don’t wish to manually go in to each imported post and edit it to change the sidebar to the proper custom one every time I import blog posts using the RSS feed — so, how can I make my “default” blog sidebar be what I want it to be (and yes, it has to be DIFFERENT than the overall site default sidebar).
I appreciate your help on this!
In forum: Virtue ThemeIn reply to: Latest from the Blog Format
September 5, 2015 at 1:35 pm #57366You are using a sidebar so the layout changes. With a sidebar you have less width so there isn’t the space to have the columns like the layout without the sidebar. If you set the columns to 1 then it would show the way the demo is.
Ben
In forum: Virtue ThemeHi Ben
I changed my sidebar background colour with this code:
aside.col-md-4 {
background:#525252;
}But now the “Add to basket” line has re-appeared on the products
prev. hide cart thread: *Login to see linkI added the hide basket code you suggested again and it worked (again) – but then the sidebar background colour disappeared.
seems like these two bits of code conflict with each other.
How does one change the primary Sidebar colour background (without the Hide Add to Cart in Woocommerce reappearing)?
In forum: Virtue ThemeIn forum: Virtue ThemeHi!
I had a problem with the alignment of the sidebar with the contents of the pages on my website.
Here’s an example of a problem on my site: *Login to see link --p1ai/rubrica/novosti
Sidebar adjustment is lower than the content of the page. How it can be corrected by using a custom CSS? Thanks in advance for help!
In forum: Virtue ThemeIn reply to: can you have side bar on a spesific page only ?
In forum: Virtue ThemeIn reply to: Woocommerce tabs not working in mobile
September 3, 2015 at 11:55 am #57078You are adding this css:
body .main {
float: right;
}Don’t do that. That needs to be removed.
If you want the sidebar on the left you need to use:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Ben
-
AuthorSearch Results


