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: Product page
April 5, 2016 at 5:41 pm #89303Hey,
1. What featured gallery? You only want to control there?2. sure use this css instead of what you are.
@media (min-width: 992px) { body.home .main.col-lg-9 {float:right;} }3. It’s at the edge of your page content width.. you can add this css to make everything wider on that page.
@media (min-width: 1400px){ #content { width: 1360px; } }4.
.sidebar .menu li a { font-family: "Roboto Slab"; line-height: 18px; font-weight: 700; font-style: normal; font-size: 14px; }You can use ^ that css.
Ben
In forum: Virtue ThemeIn reply to: Product page
Hey, some more questions
This is my site: okgadget.ru
I have Extra Sidebar on my products pages: http://okgadget.ru/tovar/besprovodnaya-zaryadka-magic-disk-iii-chernaya. And that was on the right. But after I added main sidebar to the home page and applied the css code you gave to put it to the left, both sidebars bow are on the left.
Is it possible to have the left-side sidebar on the home page and at the same time right-hand side bar on the product pages?Then several questions on polishing:
1) The left side bar on the home page is quite far from the left edge. Is it possible to move it closer?
2) Where I can control the style of the Menu, which I have in the sidebar? I want to make it simialr to my main menu.Thanks
AlexanderIn forum: Virtue ThemeIn reply to: Left side navigation !
April 4, 2016 at 11:19 am #89071Can you explain more what you mean?
Are you referring to the sidebar? Or the header?
Ben
In forum: Virtue ThemeIn reply to: Turning off theme pull-quotes option
In forum: Virtue ThemeHi!
I need some help,
after adding this codes:#content .main {float:right;},
And:
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}I have problems with mobile site :
thanks
lesarts
Paris , FranceIn forum: Virtue ThemeTopic: Moving sidebar to left side
I tried this css but it didn’t work for me.
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}my page is *Login to see link
Thanks!
In forum: Virtue ThemeIn reply to: Sticky/fixed sidebar?
April 2, 2016 at 10:27 pm #88866You would need to change this in the js not css:
<script type="text/javascript"> jQuery(document).ready(function ($) { if($(window).width() > 992){ var topOffset = $('body').hasClass('admin-bar') ? 66 : 34; var bottomOffset = $('#containerfooter').height() + 30; $('.sidebar').sticky({topSpacing:topOffset, bottomSpacing:bottomOffset, getWidthFrom:".kad-sidebar"}); } }); </script>Ben
In forum: Virtue ThemeIn reply to: Post grid not working correctly
Hi Simon,
1. I would recommend either setting your home page as the latest post page (settings > reading). Or else enable Latest Blog Posts in Theme Options > Home Layout. Sounds like you’re using the Virtue Recent Posts widget? That is designed for sidebars or footers.2. What do you have enabled in Theme Options > Home Layout?
Hannah
In forum: Virtue ThemeIn reply to: Sticky/fixed sidebar?
Hey Ben,
Sorry to draw attention to a resolved topic, but I’m just wondering. In the css you gave me for this issue, what defines where the sidebar will become fixed? That is to say, how to alter how far up the sidebar scrolls before pausing?
As my top bar is now sticky, some of the sidebar is now getting hidden behind it, so I’d like to adjust it a bit so it stays below the top bar while fixed.
Not a huge issue, but just looking to make such small adjustments to ensure the overall aesthetic of the site. 🙂
In forum: Pinnacle ThemeIn reply to: 3 questions
Hi Jesper,
1. The search menu function only works with the default header style (Theme Options > Site Header). If you wanted to use a child theme we could give you code to hook this function into the right menu.
2. The recent posts widget was built more for a sidebar or footer. I would suggest enabling the Latest Blog Posts from Theme Options > Home Layout.
3. If you use the Home Image Menu from Theme Options > Home Layout there is already an option to change the font color.
Hope that helps!
HannahIn forum: Virtue ThemeTopic: Remove Blog Sidebar
Hi, I am having trouble getting rid of the sidebar here *Login to see link
I chose “Blog” under “Template” in “Page Attributes.”
In “Blog List Options” on the page I have selected “No” for “Display Sidebar”
In Theme Options >> Blog Options, no sidebars are chose.
I think every time I create a website with this them, I have the same issue. Eventually, I figure it out, but I don’t remember how. What am I missing? What are the steps to ensure that I have no sidebars on my blog pages? I will save the solution for future reference!
THANKS SO MUCH for you help!
In forum: Virtue ThemeIn reply to: Sticky/fixed sidebar?
March 30, 2016 at 10:50 am #88365remove this css:
.kad-sidebar { background: #ebebeb; padding: 20px; }Then add this:
.kad-sidebar { padding: 0; } .kad-sidebar .sidebar { background: #ebebeb; padding: 20px; }Ben
In forum: Virtue ThemeIn reply to: Blog Page Sidebar keeps disappearing
In forum: Virtue ThemeIn reply to: Blog Page Sidebar keeps disappearing
In forum: Virtue ThemeIn reply to: Sticky/fixed sidebar?
In forum: Virtue ThemeIn reply to: Blog Page Sidebar keeps disappearing
March 29, 2016 at 11:58 pm #88305Where have you created extra sidebars in the theme options > misc settings?
The theme options are the ones under so I’m guessing your are adding a plugin for the options on the side?
Ben
In forum: Virtue ThemeSo on the Blog edit page, there seem to be two places I can set which sidebar to use. One is below the ‘edit page’ area. The other is at the side.
In the below area, I can only choose ‘Primary Sidebar’. there are no other option. In the side box, I can choose from any sidebar i have set up.
So I have chosen the sidebar I called ‘Blog’ and have set it up on the widget page to have the widgets I want there.
But still on the Blog page, so sidebar appears.
So, which switch do I need to flip to get it working again? 🙂
In forum: Virtue ThemeIn reply to: Mobile version site
March 29, 2016 at 11:00 pm #88293Hey,
You can’t make a sidebar appear above the content. But you can add a widget into the top of your page. Then you can have your filter show above and below the products.You can hide it in your page until the mobile layout with css.
Use a plugin like this to add your widget to the page content (note that you can’t use pagebuilder): https://wordpress.org/plugins/widget-shortcode/
If you need help with the css let me know once you have the widget in there.
Ben
In forum: Virtue ThemeTopic: Mobile version site
Hi, Kadence support team!
At the moment on my mobile verion site the main sidebar is displayed after the content on the shop page: *Login to see link
I wonder if it is possible to display it above the content, because there is a product filter widget which logically should stay before products for customs’ convenience.
At the moment if my client wants to find smth he/she has to go almost to the footer. Most of them don’t go there and leave the site.
Please help
In forum: Virtue ThemeIn reply to: How to add a Twitter timeline into a page
March 29, 2016 at 10:48 am #88178Hey,
You are looking at wordpress.com docs. wordpress.com is different from wordpress.org.Unless you are hosting through wordpress.com then you won’t have those options as they are built into the wordpress.com sites.
You would just need to add a plugin for the twitter timeline. The Jetpack plguin has a widget for this: http://jetpack.com/support/extra-sidebar-widgets/twitter-timeline-widget/
There are also plugins like this:https://wordpress.org/plugins/timeline-twitter-feed/
Ben
-
AuthorSearch Results


