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: Move WOO Breadcrumbs
Alright, it is all in my custom css (I use child theme)
.topbarmenu ul li a {
font-size: 15px;
font-weight: 500;
font-style: normal;
}.footernav ul li a {
font-size: 14px;
}.widget_nav_menu ul li a {font-size:17px}
.widget_nav_menu ul li a { font-weight:500}
.sidebar .widget-inner li.sf-dropdown > a {
font-weight: bold;
}
.widget_nav_menu ul li a {color:#333;}.home .virtue_banner {
display: none;
}
.page-id-31 .virtue_banner {
display: none;
}.topbar-widget .virtue_social_widget {
float:right;
margin-left: 30px;
}.form-search{
width: 180px;
}
#topbar-search form{
float: right;
margin-left: 15px;
}#content .main {float:right;}
#kadbreadcrumbs {
float: none;
text-align: left;
font-size: 16px;
line-height: 16px;
}.post-type-archive-product div#kadbreadcrumbs {
position: absolute;
left: 0px;
top: 60px;
}.post-type-archive-product .page-header .col-md-6 {position:static;}
.post-type-archive-product .page-header {position:relative;}.post-type-archive-product .page-header h1.page-title {margin-bottom:35px;}
In forum: Virtue ThemeApril 21, 2016 at 8:16 am #91837Hello,
I want to change sidebar width to 20% and another part of page to 80%
.col-lg-3 {
width: 20%;
}.col-lg-9 {
width: 80%;
}Reduce padding between widgets
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
padding: 5px 5px 5px 5px;
float: left;
}.widget {
margin-top: 0px;
}.sidebar .widget-inner li {
line-height: 10px;
}On PC everything look good, but on mobile images are not displayed correctly – images width not showing properly.
This is page *Login to see link
Thanks in advance.
Best regards,
IvanIn forum: Virtue ThemeHello,
As I explore virtue theme, I am trying to address the below requirements at my site
The site is secondrecipe.com
1.I am looking to have 3 columns instead of 2 columns on the home page layout(excluding the sidebar).
(I tried using the pagebuilder, but I think it will require more expertise to do that.)2. What is the best way to give a link on the main page which can list all the posts, instead of the user going to each category or archives ?
3.I am trying to look for an option where the footer is not broken in 2/3/4 columns but only 1 column.The footer layout option does not give that.
4. Do you have any comprehensive list of virtue short codes ?
Thanks
gauravIn forum: Virtue ThemeTopic: woocommerce layout
Hi there
I am looking at different layouts for my single product pages. I have used the following code to disable the default single product image.
.postid-1211 .product-img-case {
display: none;
}
.postid-1211 .col-md-1211.product-summary-case {
width: 100%;
The only problem im getting is the image on the page wont extend any further towards the side bar. Is there a different code i must use for this as there is a lot of space between the image and the sidebar.
This is a link to the page in question.
*Login to see link
If you could please help with this matter
kind regards
Paul.In forum: Virtue ThemeIn reply to: Move bottom portfolio carousel to footer
That space is there because you’ve got a sidebar assigned.
If you want the page content to be full width, and for that widget to consistently appear in the same area on both mobile and desktop displays, you could use a full width template on the page. You can do that by going into the edit page area under Page Attributes.
If you’re not familiar with page builder, then I suggest going through this tutorial to help you get the hang of it faster.
https://www.kadencewp.com/using-page-builder-virtue-premium/And instead of assigning that widget to the sidebar, you could create a page builder row that places it under all of your content.
This would allow your slider to be full width, as well as keep your widgets consistently in the same place on your page.
Let me know if this helps!
In forum: Virtue ThemeIn reply to: side menu
April 20, 2016 at 12:52 pm #91694Hey,
You can use the custom menu widget. You can assign items in your apperance > menus and then call that menu into the sidebar with the widget.In terms of styling you would need to use css if you wanted to change backgrounds and colors. We can help with that if you can post a link and tell us what colors you want.
Ben
In forum: Virtue ThemeIn reply to: side menu
I believe you’e referring to the custom menu widget, which is what I recommended above. Did you try that (Appearance > Widgets, but you would create the menu in Appearance > Menus)? If you’re adding it to your sidebar you should be able to use this css to change the background and font color:
.sidebar .menu li a { background: #999; color: #333; }You would just paste that in your custom css box in Theme Options > Advanced Settings.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: View Cart Button Background color
In forum: Virtue ThemeTopic: Sidebar Help
Hi, I want my primary sideber to display my recent projects. But my graphics for the posts are n’t showing up?
In forum: Virtue ThemeIn reply to: side menu
Hey,
You can use the sidebar feature. You can create sidebars from Theme Options > Misc Settings then add content to them from Appearance > Widgets. You could use the custom menu widget for your case. Then on the edit page[s] you can select a sidebar template.
You can change the text/background/etc with css. What colors are you wanting? Could you post a link?Hannah
In forum: Virtue ThemeIn reply to: Custom Sidebar in Theme php file
In forum: Virtue ThemeIn reply to: Custom Sidebar in Theme php file
April 19, 2016 at 10:55 pm #91552How did you create this sidebar?
If you used the theme options > misc settings then you can just use the name.
Ben
In forum: Virtue ThemeIn reply to: Custom Sidebar in Theme php file
In forum: Virtue ThemeHi I have created a custom sidebar, called availability. Now I need to call this custom sidebar from my theme file, as I am placing it between my header and the slider.
<?php if(is_active_sidebar(‘custom-sidebar-name’)) { dynamic_sidebar(‘custom-sidebar-name’); } ?></div>
Can you tell me what id I would use please.
Thanks, Mel
In forum: Pinnacle ThemeIn reply to: Sidebar background & Header Image for Blog Page
April 19, 2016 at 3:12 pm #91504The user isn’t an admin so I can’t see all your settings.. in terms of the background for the sidebar add this:
.main aside.col-lg-3.col-md-4 { background: #eee; border-left: 1px solid #444; }let me know if that’s what you want.
As for the blog page make sure you have not set a page in your settings > reading. Use the blog page template and make sure you have the page title enabled.
Ben
In forum: Virtue ThemeIn reply to: Media library disappeared
Thanks for your advices.
Functions : is correctly written . It was a mistake to copy text.
I removed the “sidebar.php” file because it had become useless.
However the display and uploading issu persists.
I see library files in list mode but not in grid mode.
When I want to add a photo to an article or product WooCommerce , I don’t have access to the library.
In forum: Virtue ThemeIn reply to: Media library disappeared
April 19, 2016 at 9:37 am #91435Functions… this is how it shows you start:
?<?phpThat should be
<?phpThis code should be called in an init function not just added:
register_sidebar(array('name'=>'sidebar2', 'before_widget' => '<div class="la classe">', 'after_widget' => '</div>', 'before_title' => '<h4>', 'after_title' => '</h4>', ));In your sidebar template you have an if statement but you don’t close it out?
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>you need to add the
endif;Ben
In forum: Pinnacle ThemeIn reply to: different Pagewidth in Blogposts
In forum: Pinnacle ThemeIn reply to: different Pagewidth in Blogposts
In forum: Pinnacle ThemeIn reply to: different Pagewidth in Blogposts
-
AuthorSearch Results


