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: Content page sidebar customization
Hello Ben
I want to do something similar as above to
http://ileanatoma.ro/compania/
That is:
On the custom menu widget on the sidebar i would like each link to have a background, another hover background and another active link background. Not only the text.
Is it possible? Could you please take a look?
Best,
Ileana
In forum: Virtue ThemeIn reply to: category pages
OK-
I changed my strategy.
I created a new page – feature-sidebar.
I put in text at top and used shortcodes to show product.But now my sidebar does not show up. I’m not sure why?
Any ideas
http://www.alchemyartsstudio.com/classes/project-classes/Thank you
PatriciaIn forum: Virtue ThemeIn reply to: menu icons and slider arrows not showing
Hmmm ok,
On a side note- I am wanting to duplicate the way your site http://themes.kadencethemes.com/virtue/image-slider-post/
has the sidebar setup. Your “recent Post’s” sidebar looks great, but all I get when I add it to mine is just the name of the post.
How do I get the image etc like yours ?Thanks again too for that code, Im very happy now.
Scott
In forum: Virtue ThemeIn reply to: Blog sidebar content not showing up
September 9, 2014 at 12:40 pm #17098Go to appearance > widgets and add widgets into the sidebar widget area.
Ben
In forum: Virtue ThemeHi,
The sidebar on my blog page is empty, with no content. I have the demo content installed and would like to have recent posts, about info, and/or other info there. How do I add that? Thanks.
In forum: Virtue ThemeIn reply to: Shop, Category Filter
September 9, 2014 at 11:10 am #17083Hey,
The “filter” is only a filter for results on the page, if you want to have an ajax that re-queries your site and then re-displays all your products in the selected term you have to use an ajax filter.I recommend: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
And you can see an example here on the right sidebar: http://themes.kadencethemes.com/virtue-premium-3/shop/
Ben
In forum: Virtue ThemeIn reply to: Product page sidebar
Thanks for being here on a Sunday morning.
Product page settings:
Product Sidebar Default – “Yes, show”
Choose a Default sidebar for your single product pages “Class Calendar Side”category page:http://www.alchemyartsstudio.com/product-category/class/
product page:http://www.alchemyartsstudio.com/product/fused-glass-suncatcher/Thanks for any insight
Patricia
In forum: Virtue ThemeTopic: Product page sidebar
Hello
I have my sidebar showing on my product categories page but cannot get it to show up on my product page.
I have it set to “Yes” in product sidebar options and a sidebar listed on the edit Product page.Just wondering what I’m forgetting to enable – I’ve checked the other setup pages that I can find.
Thanks
PatriciaIn forum: Virtue ThemeIn reply to: Sidebar
September 4, 2014 at 4:55 pm #16630You can create extra sidebars in the theme options > misc settings
You can choose to use them by using the “sidebar” page template. http://docs.kadencethemes.com/virtue/#sidebarpage
Ben
In forum: Virtue ThemeTopic: Sidebar
Hey there!
I was trying to add a Sidebar to a different page other than my homepage. I have tried to look at others questions on the forum in regards to this but I get lost when trying to implement it myself. So…what I am trying to do is have on my website ccs.tech2call.net a sidebar that shows job listings or Current Job Openings and be able to populate it there. If someone could assist me with this, I’d be greatly appreciative!
Thanks
NealIn forum: Virtue ThemeIn reply to: Align Slider with Sidebar?
Okay. ONE more question about this one: Is it possible to change the main content background color but not the sidebar? I’d love to have white behind that 70% but not the 30% (or, now 80/20 as I have it).
Or, I guess to set the background of the sidebar as transparent even if the main content background is a solid color. http://www.feedmecreativetestsite.com/cathy/
Thank you!
In forum: Virtue ThemeIn reply to: What type of font in this sample
September 4, 2014 at 10:15 am #16564In the theme options > shop settings, right below where you can add set to have a sidebar on the shop page you can also set to have a sidebar on the category pages.
Ben
In forum: Virtue ThemeIn reply to: What type of font in this sample
September 4, 2014 at 5:59 am #16545Dear Hannah,
Cheers, got it now.
One more thing, how can I add sidebar at product category? it seems now the sidebar widget appear at shop page only. How can I create side bar oleo for any category I like.
ThanksIn forum: Virtue ThemeSeptember 4, 2014 at 3:18 am #16530Dear Ben,
I have this problem to recognised and set the font for my website. Sometimes the header getting bigger, the body ok, sidebar in big size etc. Therefore if you could help me to teach me how to set all the font like the screenshot attached.
TQ in advance for your help
In forum: Virtue ThemeHi:
You can put the right sidebar to the left sidebar it?
please help? thank you:)
In forum: Virtue ThemeTopic: single productw / sidebar
September 3, 2014 at 11:14 am #16447single productw / sidebar
I tried to resize the image and nothing woocommerce
I tried wordpress in settings and nothing
Please help
*Login to see linkIn forum: Virtue ThemeIn reply to: Align Slider with Sidebar?
Thanks. Hm. I think I’ll just go with the Revolution Slider and use a widget. Seems like it will give me a bit more flexibility and I’ll just train the blogger on it.
Now, hopefully one last question: I have my page width set to max 940 px. Is there a quick shortcode or custom CSS to make the sidebar take up a smaller percentage of the page? I’d love for it to be about 790/150 or so.
Thanks!
In forum: Virtue ThemeTopic: Align Slider with Sidebar?
Hi, Ben. Me again. I’d love to top align the sidebar with the Flex Slider. I realize this isn’t a built-in option. But, if I use Page Builder, I don’t seen an option for adding the Flex Slider into a widget. Here’s what I’m trying to accomplish: *Login to see link
Here’s where I’m playing: *Login to see link
It would be great if I could use a short code. Or do you have any suggestions for making this work with the flex slider and page builder? I’m setting it up for someone who needs to be able to update the slider easily, and I fear that Revolution Slider will be a bit too complicated.
Thanks!
In forum: Virtue ThemeSeptember 2, 2014 at 11:02 am #163871. It’s a little tricky to do, and with a shrink header I can’t say I recommend this but here you go add all this css to your custom css box in the theme options:
body.single-post.wide #wrapper.container { width: 100% !important; padding: 0!important; box-sizing: content-box; } body.single-post.stickyheader .is-sticky #kad-banner { width: auto; left: auto; } @media (min-width: 768px) { body.single-post.wide #wrapper.container { width: 750px; !important; padding: 0 15px !important; } } @media (min-width: 992px) { body.single-post.wide #wrapper.container { width: 970px; !important; padding: 0 15px !important; } } @media (min-width: 1200px) { body.single-post.wide #wrapper.container { width: 1170px !important; padding: 0 15px !important; } }2.
.kad-sidebar {
border-left: 1px solid #aaa;
}3. You can set the hover options in the theme options > menu settings.
If you want a border here is the css:#nav-main ul.sf-menu > li { border-right: 1px solid #eee; } #nav-main ul.sf-menu > li:last-child{ border: none; }Ben
September 2, 2014 at 2:23 am #16365Hello,
I have a few questions regarding the design of my site.
First off, is it possible to have everything on wide layout, but have posts in the boxed layout (doesn’t matter if the blog page, where posts show up, is boxed or narrow).
Second, how do I create a divider between the sidebar and blog posts (we have the sidebar activated only there). With the divider I mean just a vertical line between those two. I once colored the sidebar by adding some custom css, but the icons of recent posts and comments where half on the colored sidebar and half on the white content background, thus making it look bad. But i couldn’t figure out how to add a simple vertical line
And my last question is, how can i achieve in the primary menu, dividers like in the citrus.css and better hover options similar to sky.css, when compared to the default stylesheet. Now i have these 3 stylesheets on my computer, but it’s quite a lot of text to go through for the untrained. Maybe you can suggest something how to adjust the primary menu to my liking.
This is our site, which is still WIP: *Login to see link
The site is in polish (but we’re not completetly done with the theme translation (the default polish one is quite bad^^)), so if you want me to change it back to english, just let me know.Thanks for your help
Margaret -
AuthorSearch Results


