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
Hi there,
Can you take a look at the sidebar at http://181.224.148.70/~actsystems/our-founders/ please?
Is it possible to have the separate widgets to have a grey background like on *Login to see link please?Also is there anyway to customised the menu here to have hover green bars similar to *Login to see link
Thanks,
RebeccaIn forum: Virtue ThemeIn reply to: Sidebar issue
In forum: Virtue ThemeIn reply to: Sidebar issue
Hello Kevin,
OK I have made the minor updates required and this makes no difference.
This is an old problem in that the padding when using ‘Box Layout’ is not sufficient and an extra 25px left and right is required in the content area. The problem is this then effects the shop (WooCommerce) making the sidebar run off the page.
Thank you for trying but I think this is quite a serious glitch that probably needs addressing anyway.
Thank you Kevin,
PeterIn forum: Virtue ThemeTopic: Sidebar issue
Good morning,
I’m having problems again with the sidebar in box view.
The styles I am using are:
`
.boxed .contentclass {
padding-left: 25px;
padding-right: 25px;
}.entry-content {
padding-right: 50px;
}/* This style is in Advanced Settings */
.woocommerce {
padding-right: 40px;
}It needs to work on normal pages as well as on WooCommerce pages.
Thank you, I love your themes and this is the only problem I ever have!
PeterIn forum: Virtue ThemeIn reply to: Replace bullets in the sidebar
August 7, 2016 at 4:52 am #106718Thanks for your suggestion, Ben.
With that add to the css, the bullets are on the left, but the space between the bullets and the text is too big and the hierarchy in the category menu is lost.
So I think to leave the bullets to the right and adapt their design. I think that will make the sidebar lignter too.Have a nice weekend.
Marie-Joëlle
In forum: Virtue ThemeIn reply to: Replace bullets in the sidebar
August 6, 2016 at 4:34 pm #106664Here you can add this css:
.sidebar ul, .sidebar .widget_recent_entries .widget-inner li a:before { margin-left: 0; }Ben
In forum: Virtue ThemeIn reply to: Change default template page
August 6, 2016 at 3:26 pm #106646So thats creating a custom post type called “dwqa-question”
Use this function:
function kad_sidebar_pages($sidebar) { if (is_singular('dwqa-question')) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_pages');As for the “category” page I can’t tell from the code, you need to ask the plugin developers what conditional can be used to target that page.
Ben
In forum: Virtue ThemeIn reply to: Replace bullets in the sidebar
August 6, 2016 at 12:37 pm #106627Hello Hannah,
Yes, it works with adding only “float:left;”.
The bullets are now on the left.
But the bullets and the text are not aligned with the “recent posts” widget and I don’t find that nice.Also I don’t understand the use of this line :
.sidebar #categories-5 ul {
margin-left: 0;
}So, if you have an idea to align everything with the other widgets of the sidebar it’s fine.
Otherwise I think to keep the “bullet” images on the right, maybe with some other style of image ?Thanks for your help. Nice weekend.
Marie-Joëlle
In forum: Virtue ThemeIn reply to: Replace bullets in the sidebar
In forum: Virtue ThemeIn reply to: Replace bullets in the sidebar
August 6, 2016 at 4:39 am #106583Hello Hannah,
Finally, for the “recent posts” widget, I managed to change the position of the bullet and align with the text.
If someone is interested, these are the changes I have made:
.sidebar .widget_recent_entries .widget-inner li a:before {
content: no-close-quote;
background-image: url(http://lavieestuncadeau.com/wp-content/uploads/2016/08/Puce.png);
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
}Now I still need to find a solution to change the position of the bullets in the “category” widget…
Marie-Joëlle
In forum: Virtue ThemeIn reply to: Change default template page
Here’s the page that’s generated when a question is created:
http://thumbfan.com/question/test-question/
The breadcumb on the page will be: DWQA Questions › Category: General › Test question
If you click on DWQA Questions, takes you to a page where all the questions are listed, and that page is created in virtue with the fullwidth template, no issues there.
If you click on Category: General or Test question, you will see the sidebar. Those pages are generated by the plugin and cannot be edited.
In forum: Virtue ThemeIn reply to: Replace bullets in the sidebar
This css should work for the recent posts:
.sidebar .widget_recent_entries .widget-inner li a:before { content: no-close-quote; background-image: url(http://lavieestuncadeau.com/wp-content/uploads/2016/08/soleil-1.png); width: 30px; height: 30px; }And this for the categories:
.sidebar .widget_categories .widget-inner .cat-item a:after { content: no-close-quote; background-image: url(http://lavieestuncadeau.com/wp-content/uploads/2016/08/soleil-1.png); height: 30px; width: 30px; }Just paste those into your custom css box in Theme Options > Advanced Settings.
Hope it works for you!Hannah
In forum: Virtue ThemeIn reply to: Change default template page
In forum: Virtue ThemeAugust 5, 2016 at 5:04 am #106416Hello,
I’d like to replace original virtue bullets of the sidebar (for the widgets recent posts and categories) by personal images.
Could you please tell me what is the procedure ?
Thanks.In forum: Virtue ThemeIn reply to: home page content width
August 4, 2016 at 6:41 pm #106376All your other pages have a sidebar. Because there is nothing in the sidebar it’s just a blank space. But there is a sidebar there. You can have a sidebar on your home page using the theme options > home layout and enabling a sidebar.
Or you can make all your pages fullwidth (using the fullwidth page template). Then you can decrease the max width for your site in the theme options > misc settings by enabling the max with of 940.
Ben
In forum: Virtue ThemeIn reply to: Change default template page
August 4, 2016 at 6:38 pm #106375In a child theme (get one here: https://www.kadencewp.com/child-themes/ )
You can add this function to the functions.php file:function kad_sidebar_pages($sidebar) { if (is_page() && !is_page_template()) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_pages');Ben
In forum: Virtue ThemeIn reply to: 404 issues
In forum: Virtue ThemeTopic: Change default template page
Hello,
The default template page has a sidebar. How do you make the default page to be fullwidth? I know you can create a page and change the template, but in my case i cannot. I have installed the DW Q&A plugin and it generates a page that has the side bar, it needs to be full width.
In forum: Pinnacle ThemeIn reply to: Hide trailing zeros
Hi Keven,
Ive created a file with the below style.css following the instructions from that link you gave me:
/*
Theme Name: Virtue Premium Child
Theme URI: http://example.com/virtue-premium-child/
Description: Virtue Premium Child Theme
Author: John Doe
Author URI: http://example.com
Template: virtue_premium
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout
Text Domain: virtue-child
*/Where do I add this file?
Then so I do the same for functions?
Thanks,
SusanIn forum: Virtue ThemeIn reply to: 404 issues
August 3, 2016 at 10:16 pm #106223Hey,
The theme has a custom 404 page option built right in.On your link I don’t see a sidebar?
Ben
-
AuthorSearch Results


