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: bbpress sidbar
In forum: Virtue ThemeTopic: bbpress sidbar
Hi Hannah and Ben,
I’m trying to set up bbpress.
But I can not get rid off the virtue sidebar.
I’m using page-template fullwith for the forums-site but it still shows the sidebar.My workaround would be a custum sidebar for virtue and using the primary sidebar for bbpress.
Or du you have a better idea?Thanks
MatthiasIn forum: Virtue ThemeIn reply to: Widget Spacing
January 10, 2015 at 11:02 am #27177You have a link tag around it?
You can add this css:
.sidebar h4 a { color: #fff; }But it doesn’t look like you are meaning to add the link.
Ben
In forum: Virtue ThemeIn reply to: Widget Spacing
Thank you Hanna! I think I have that sorted out. But I can’t figure out why my 2nd sidebar widget “LATEST NEWS” has a font color that isn’t white. It looks grey for some reason. I don’t see this color in my chrome/firefox inspectors. Any idea what is going on?
In forum: Virtue ThemeIn reply to: Widget Spacing
In forum: Virtue ThemeHi there, in the Virtue Posts widget, I would like for the date of the post to NOT show in the sidebar. Please advise. Thanks!
http://www.butterfly-maiden.comIn forum: Virtue Themetrying to increase the font size of the top nav butons which are way too tiny
but it isn’t having any effect
something is weird about the virtue theme’s menu settings maybealso want to add social media badges to the top right
just to the left of the search field
what’s the quickest easiest way in virtue theme?I’m going to explore some wp plugins (not widgets)
I usually prefer to use ADDTHIS
but I have the graphic for the buttons which is dope
and I need to pop that just to the left of the search field up top
not in the sidebar which is easy with a widgetanyone got some thoughts, ideas, questions or tips for me?
hit me back
love this forum it seems to really work greatcrowd sourced time saving forum
In forum: Virtue ThemeIn reply to: new widget area
In forum: Virtue ThemeIn reply to: Boxed Layout Width
In forum: Virtue ThemeIn reply to: Boxed Layout Width
In forum: Virtue ThemeIn reply to: Boxed Layout Width
January 7, 2015 at 9:50 pm #26855Lets say I want the box to be 50 px wider.
link: http://www.encryptoapps.com/
Currently Box Layout is off. I am showing adsense on sidebar which is overlapping on the border of the boxMobile screen size not necessary.
In forum: Virtue ThemeIn reply to: Page Layout and Widget Styling
Hannah,
That is closer. There is now a bit of spacing between the page content and sidebar. And the areas are ALMOST the same width. Check it out at steamerssoccer.com
Thanks!
In forum: Virtue ThemeIn reply to: Page Layout and Widget Styling
In forum: Virtue ThemeIn reply to: Page Layout and Widget Styling
Ben, you da man! Thanks again for the awesome support. This is coming together..
I have two question – and they might be related..
– how can I get the social media buttons (Virtue Social Widget) to align to the right?
– when I resize the browser or use my phone, the side bar pushes left and expands. Did I mess up the responsive design somehow? My custom css is:.container {
width: 960px;
}.boxed #wrapper.container {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}.page-header {
display: none;
}.sliderclass {
padding-bottom: 10px;
}
.sidebar .widget {
background: #fff;
padding: 5px;
}.main {
background: #fff;
padding-top: 10px;
}.flexslider .kt-flexslider .slides {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 1200px) {
.main.col-lg-9 {width: 66.66666666666666%;}
aside.col-lg-3 {width: 33.33333333333333%; padding-right: 0px}
}.widget-first {
margin-top: 0px;
}#cat_nav > .container {
padding: 0;
}#nav-second ul.sf-menu > li {
border-radius: 10px;
background: #329555;
background: -moz-linear-gradient(top, #45cc74 0%, #2d874d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45cc74), color-stop(100%,#2d874d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45cc74 0%,#2d874d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45cc74 0%,#2d874d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45cc74 0%,#2d874d 100%); /* IE10+ */
background: linear-gradient(to bottom, #45cc74 0%,#2d874d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#45cc74′, endColorstr=’#2d874d’,GradientType=0 ); /* IE6-9 */
}#nav-second ul.sf-menu > li {
border-radius: 0;
}#nav-second ul.sf-menu > li:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 0px;
}#nav-second ul.sf-menu > li:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 0px;
}#nav-second ul.sf-menu>li>a:before {
content: “”;
display: block;
float: right;
height: 20px;
border-right: 1px solid #2d874d;
}#nav-second ul.sf-menu>li:last-child >a:before {
border:none;.basicinfo {
background: #329555;
}.sf-menu ul, .sf-menu li:hover ul, .sf-menu li.sfHover ul {width: 187px;}
.col-md-6 col-sm-6 .kad-topbar-right .virtue_social_widget .topbar-widget {
float:right;
}THANKS AGAIN!
-Brian
In forum: Virtue ThemeIn reply to: new widget area
January 5, 2015 at 8:05 pm #26684Hey,
So if you want a to go a route where you don’t use a child theme you can use this plugin and add the shortcode to the bottom of your post: https://wordpress.org/plugins/widgets-on-pages/else
You can add the function to your child theme functions file.You can add this part to the template/content-single.php file line: 169
<?php if ( is_active_sidebar( 'content-bottom-1' ) ) : ?> <div class="content-bottom-1" role="complementary"> <?php dynamic_sidebar( 'content-bottom-1' ); ?> </div> <?php endif; // end content-bottom widget area ?>Ben
In forum: Virtue ThemeIn reply to: Custom Sidebar font size
Hey Becca, Try this for the sidebar title font size:
.sidebar h2 { font-size: 28px; }And this for the product titles:
div.product .product_title { font-size: 30px; }Just paste them in your custom css box in theme options > advanced settings.
Hope that helps!
HannahIn forum: Virtue ThemeTopic: new widget area
Hello! I would like to add a new widget area (dynamic sidebar) into Virtue Premium Theme. I need a widget at the bottom of the post for placing an advertising banner.
Example of an advertising banner at the bottom of the post
Example of an advertising banner on screenshot
My website
I’m going to modify child theme according to the instructions *Login to see link
Where exactly can I implement the code?I mean the following code:
for functions.phpfunction tq_widgets_init() {
register_sidebar( array(
'name' => 'Content bottom',
'id' => 'content-bottom-1',
'description' => 'Area under the content',
'before_widget' => '<div>',
'after_widget' => '</div>',
'before_title' => '<h3 class="widget-content-bottom">',
'after_title' => '</h3>',
) );
}
add_action( 'widgets_init', 'tq_widgets_init' );for sidebar.php
<?php if ( is_active_sidebar( 'content-bottom-1' ) ) : ?>
<div class="content-bottom-1" role="complementary">
<?php dynamic_sidebar( 'content-bottom-1' ); ?>
</div>
<?php endif; // end content-bottom widget area ?>for content-single.php
<?php get_sidebar('content-bottom-1'); ?>
In forum: Virtue ThemeIn reply to: Custom Sidebar font size
It’s the sidebar in use here: http://beccawilliams.co.uk/shop/
… is that the kind of link that you meant?
Ta,
Becca
In forum: Pinnacle ThemeIn reply to: How do I change the width of Post
In forum: Virtue ThemeTopic: Portfolio with sidebar
-
AuthorSearch Results


