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: Sidebar display with borders
May 9, 2016 at 8:44 am #94123Css would be something like this:
.sidebar .widget { border: 1px solid #eee; padding: 10px; }Ben
In forum: Virtue ThemeIn reply to: Virtue Image Menu hover color
May 9, 2016 at 8:26 am #94117Hey
1. To change the sidebar width you would also need to change the content width so the css looks like this:@media (min-width: 992px) { .main.col-lg-9.col-md-8 { width: 65%; } aside#ktsidebar { width: 35%; } }2. You can’t really do this within the theme options. You would have to edit the output. The data-stellar-background-ratio would have to change from 0.5 to 2.
Ben
In forum: Virtue ThemeIn reply to: Virtue Image Menu hover color
In forum: Virtue ThemeTopic: Footer inks
The links in the footer are not inline with the title but rather indent but I want the to follow the same line with the title. There is also a background on each link, how can align the links with the title (removing indent) and also remove the background colour?
Same goes for the sidebar links where they are also indent and offset from the title
In forum: Virtue ThemeTopic: Sidebar display with borders
In forum: Pinnacle ThemeIn reply to: Site in full width
Hi Hannah.
Yes, I want to use all the screen for set content in it. For example: in this page (www.upndown.es/blog/salto-del-nervion), I want to put a widget with photos at left, blog content at the center, and the sidebar at right, using all the width (from edge to edge). Something like this:
In forum: Virtue ThemeIn reply to: A couple of sidebar questions
May 7, 2016 at 11:04 pm #94034Try this css:
.sidebar .widget-inner li.current-menu-item > a { color: red; }Ben
In forum: Virtue ThemeIn reply to: Show full blog post instead of excerpt
Absolutely, just click here.
I had the website complete and the Blog was added as an afterthought. All of the web pages are, of course, “Pages”. The blog, however, are all “Posts”. When viewing the Blog all the posts are truncated to 80 characters, the max I could set in Blog Options. The person doing the blogging would prefer that the entire post appear, not an excerpt.
As I understood Ben’s suggestion it was to set up a “Page” using the Blog template, and that would solve this problem. However, it appears that we then don’t get some of the other advantages of actual Posts, such as the Archives in the right sidebar. As I said earlier, I an NOT blog savvy so I could clearly be doing something wrong.
Thanks once again.
BTW; always happy to allow you Admin access if it would be helpful.
In forum: Virtue ThemeIn reply to: A couple of sidebar questions
May 6, 2016 at 11:49 pm #93972Thanks, actually the plugin you mentioned did not let me set the widget for specific product categories, but I tried “widget logic” which works well!
So one last thing: I want to set the active link color of the sidebar menu to a certain color, I tried
.sidebar a { color:red;}
but it’s not working…is this the wrong selector?In forum: Virtue ThemeIn reply to: A couple of sidebar questions
This reply has been marked as private.May 6, 2016 at 1:05 pm #93927In forum: Virtue ThemeIn reply to: A couple of sidebar questions
May 6, 2016 at 12:38 pm #939201. You would have to do this with a custom menu widget. and you would have to use a plugin like widget visibility to determine when this custom menu showed. There wouldn’t be a way to automate what you want based on what you’re asking for. So you would need a custom menu widget for each parent category and you would need to show or hide that on certain categories. https://wordpress.org/plugins/widget-visibility/
2. with css you can post a link and I can help.
3.
@media (min-width: 992px) { .main.col-lg-9.col-md-8 { width: 80%; } aside#ktsidebar { width: 20%; } }Ben
In forum: Virtue ThemeMay 6, 2016 at 6:49 am #93892Hi,
I have a few questions about the sidebar on the product category pages:
1. In the sidebar, I want to show the parent product category with the child subcategories. Unfortunately, the woocommerce product category widget only has the oprtion to either show ALL product categories or only the child subcategories. So let’s say I have the categories shirts, pants, shoes.
When I click on shirts, in the sideabr I would like it to show “shirts” as the title in the sidebar and the subcategories of “shirts” underneath. And when you click on a subcategory of “shirts”, it should still show exactly the same sidebar (with “shirts” as the title and underneath the subcategories) but the active subcategory should be highlighted. Does this make sense?
2.How can I hide the arrows that are displayed after the menu links in the sidebar?
3. I changed the sidebar width on the product category pages to 20%, could you please tell me the right selector for the other column? It should be 80%.Thank you.
In forum: Virtue ThemeIn reply to: URL image change
May 5, 2016 at 4:33 pm #93852From the admin menu.
Appearance > customize
Then in the left sidebar down near the bottom “Site Identity”
Then the site icon is what you have set.
Ben
In forum: Virtue ThemeTopic: Blog images not appearing
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
May 3, 2016 at 11:55 am #936131. did you talk to the plugin authors as I suggested?
5. I appreciated your need, I think if you’re in a place of really needing customization that’s beyond your knowledge then probably time to hire a web developer. I already offered all the coding, what’s there you would add into the functions.php file of your child theme. you would add and edit that to your liking but if you don’t understand that it’s not a recipe for success. Anytime you change how something is supposed to work you need to understand it and know how to manage it from here forward. Woocommerce will change in the next year and in the year after that. It falls on you to manage and update that code to work with woocommerce so if you don’t know from the start it’s only going to lead to frustration later.
NEXT SECTION
2. What browser is this?
3. Is your t-shirts category larger then one page? If so you would need to use an ajax filter and filter off attribute from the sidebar since you would need to re-query the category. See here: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
If you only have a page of t-shirts you can turn on the theme non-ajax filter in your theme options > shop settings.
9. When do you think you will remove the coming soon plugin? That would help trouble shooting why you are having this issue and allow me to query from more then just my computer to see if I can recreate at all.10. Correct the footer wouldn’t animate in like your shopping products.
11. I don’t understand you have a sticky header turned on? You want to leave the topbar off?
12. See this post about site speed: https://www.kadencewp.com/need-for-speed/
13. If you want something to automate table code for you then you would need to use a plugin. I recommend tablepress.
14. The Portfolio grid is a page. You can edit the title and discussion rules for that page by going to pages > all pages then clicking to edit the portfolio page. If you don’t see discussion options make sure to click “screen options” in the top right and turn those on.
Finally in your theme options > misc settings you have an option to turn off comments for all pages.
Ben
In forum: Virtue ThemeIn reply to: Compress Footer (blank space)
May 3, 2016 at 11:35 am #93612Hey,
so right now your map is 250×250? I’m not really sure where you want to remove spacing? are you wanting teh widget titles to touch the top of the footer?Also the space under where your credits are do you want to remove all that?
In terms of the sidebar. I’m seeing two empty widgets in the shop sidebar, Can you check to make sure those are configured correctly?
Ben
In forum: Virtue ThemeIn reply to: Compress Footer (blank space)
Hi Hannah,
It didn’t seem to make a difference in reducing the footer.
Also, I have a new issue: my left sidebar (ajax product filter) has disappeared from my shop page. I recently added this to my css to remove the sidebar from search results:
.search-results .sidebar {
display: none;
}
@media (min-width: 1200px) {
.search-results .col-lg-9 {
width: 100%;
}
}I took it out and the shop sidebar was still gone, so I put it back in. Any idea why it would just disappear?
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
In forum: Virtue ThemeIn reply to: Unable to remove side bar from Blog page
Hi Ben
I also have an issue with a sidebar on the main blog page.
– I made the page full width
– made sure the sidebar was DEselected on the page itself
– have set the site up to not have a sidebar (Main settings)
etc.If I go to settings > reading and make the blog page “select”
Them my posts don’t show up on the main blog pageCan u assist?
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
-
AuthorSearch Results


