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'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 4,761 through 4,780 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: bbpress sidbar

    #27302

    Using a full width page template should remove virtue’s sidebar. Can you post a link?

    In forum: Virtue Theme
    #27291

    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
    Matthias

    In forum: Virtue Theme

    In reply to: Widget Spacing

    #27177

    You 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 Theme

    In reply to: Widget Spacing

    #27175

    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 Theme

    In reply to: Widget Spacing

    #27112

    Hey, adding this to your custom css box:

    .sidebar .widget {
    margin-top: 10px;
    }

    Hannah

    #27085

    Hi 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.com

    #26923

    trying 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 maybe

    also 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 widget

    anyone got some thoughts, ideas, questions or tips for me?
    hit me back
    love this forum it seems to really work great

    crowd sourced time saving forum

    In forum: Virtue Theme

    In reply to: new widget area

    #26882

    Thanks for the reply.
    I added a new widget area with plugin “Widget Shortcode” and added <?php dynamic_sidebar( 'Arbitrary' ); ?> to template/content-single.php file line 171.

    In forum: Virtue Theme

    In reply to: Boxed Layout Width

    #26879

    Sorry, just realized the code I gave you was missing a bracket. Try this:

    @media (min-width: 1030px) {
    .container {
    width: 1020px;
    }
    }

    Just so you know, the theme sidebar does fit with boxed layout.

    Hannah

    In forum: Virtue Theme

    In reply to: Boxed Layout Width

    #26870

    I’m a little confused. You’re not using a boxed layout? Nor am I seeing a sidebar?

    In forum: Virtue Theme

    In reply to: Boxed Layout Width

    #26855

    Lets 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 box

    Mobile screen size not necessary.

    #26740

    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!

    #26724

    Okay.. when the site resizes and puts the sidebar underneath the page content – How can I make the widths of the sidebar and page area line up?

    Thank you so much Ben!

    #26706

    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 Theme

    In reply to: new widget area

    #26684

    Hey,
    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 Theme
    #26660

    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!
    Hannah

    In forum: Virtue Theme
    #26646

    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
    Where exactly can I implement the code?

    I mean the following code:
    for functions.php

    function 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 Theme
    #26617

    It’s the sidebar in use here: http://beccawilliams.co.uk/shop/

    … is that the kind of link that you meant?

    Ta,

    Becca

    #26577

    thanks hannah and ben
    problem solved..
    there was the sidebar “on” on the post page
    thanks

    #26552

    hallo, is it possible to add a sidebar in the portfolio pages?
    thks

Viewing 20 results - 4,761 through 4,780 (of 5,356 total)