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 - 3,941 through 3,960 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: child theme

    #60284

    Thanks Hannah,

    I’ve been there before and still unsure what I’m supposed to us to replace example. I’m using Virtue Premium. Do I go into editor and get the theme information to replace example like seen below?

    /*
    Theme Name: Virtue Premium Child
    Theme URI: https://www.kadencewp.com/product/virtue-premium-theme/
    Description: Virtue Premium Child Theme
    Author: Kadence Themes
    Author URI: https://www.kadencewp.com/
    Template: virtue_premium
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child
    */

    @import url(“../virtue_premium/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    For the functions, your example child theme is:
    <?php
    //Add your custom functions here.

    What do I need to add for my custom functions?

    Thanks for any assistance Hannah.

    In forum: Virtue Theme

    Topic: child theme

    #60241

    Hi,

    Virtue Theme is beautiful Newbie here. I upgraded to premium and lost some work already completed:( No child theme. Before I start work again I’d like to create a child theme to avoid that mistake in the future. I’ve downloaded the example virtue child theme. What is the easiest way to create child theme and install it? What do I change the code on this as shown on the support page:

    Or can I just use the downloaded example?

    /*
    Theme Name: Virtue Premium Child
    Theme URI:
    Description: Virtue Premium Child Theme
    Author: John Doe
    Author URI:
    Template: virtue_premium
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child
    */

    @import url(“../virtue_premium/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    #60183

    Hey,
    1. If you want both the “latest from the blog” and “featured projects” gone use this css:

    .hometitle {
        display: none;
    }

    If you just want the featured projects use this:

    .home-portfolio .hometitle {
        display: none;
    }

    2. You can use the “icon menu” in your theme options > home layout to add “icons” but you can upload and they will be larger.

    Else you can use a plugin like this: https://wordpress.org/plugins/custom-social-widget/

    Note that most social icon widgets will be designed for the sidebar and not really to be in the middle of the page so starting with the theme options > home layout > icon menu might be a good place to start.

    Ben

    In forum: Virtue Theme
    #59996

    Can’t figure this one out. Hope you can help…

    I didn’t like the way Woo displays a category page that has sub-categories:

    So I set up an alternate page:

    that displays custom headers and product samples from each subcategory.

    But is there any way to make the link at the top of our category tree (“Guided Imagery” on the right sidebar) link to my nice alternate page, instead of the default? I want to keep the main category link there, with all the subcategories under it, because “guided imagery” is our most important keyword, and it’s great for SEO to have it there with all those subtopics underneath it. But I don’t want a redundant page, especially one that isn’t very effective.

    #59761

    Hi again,

    I just noticed on my blog grid pages – which are usually 2 column + sidebar – that the blog items will all move to only the left column at a certain width, leaving the middle column blank. I haven’t modified this part of the site in a while so I am wondering if it was something in the recent update that caused it. I’ve looked through the theme options and didn’t see anything that seemed to be off.

    Here is a link –

    #59756

    Hey!
    You can create custom sidebars in Theme Options > Misc Settings. Then once they’re created you can add content from Appearance > Widgets.
    Hope that helps!

    Hannah

    #59745

    Hi,

    I would like to use a different content in the sidebar on certain pages vs blog pages.
    In the “sidebar options” (editing a page) I can only choose a primary sidebar, and likewise I can only add widgets to the primary sidebar in widget settings. Is there a possibility to add a secondary sidebar as well, with different content than the primary sidebar. I mean the sidebar would stay in the same location but with different contents.

    Thanks for your help!

    #59681

    Hi Filip,
    Add this to your custom css box in Theme Options > Advanced Settings:

    .sidebar .widget-inner li {
        border-bottom: 0;
    }

    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Slide out sidebar menu

    #59619

    Hey,
    Just for future create a new post rather then posting in a topic marked as resolved. Helps us see whats coming in better.

    Not sure what you mean by under it? You can add as many widgets to your sidebar as you want.

    Ben

    In forum: Virtue Theme

    In reply to: Slide out sidebar menu

    #59595

    Ben

    Now that I have the sidebar working the way I would like. Is there a way to add a Twitter feed underneath it?

    Many Thanks

    Mark

    #59489

    Good evening,

    I am using the secondary menu in a sidebar widget. I’d like to use icons along with the text, but they are right up against the text. I have tried using the following code to add a right margin, but it affects my primary menu as well which I don’t want it to do.

    [class*=" icon-"], [class^=icon-] {
    margin-right: 5px;
    }

    I can see that .menu-secondary is the class it comes under, but adding that to the above code does nothing. Can you help?

    Kind regards,

    Phillip

    #59469

    Hey,
    You can’t have a sidebar and a fullwidth row in pagebuilder. What you can do is use a fullwidth page and add a column with a widget area above or below your fullwidth row.

    Ben

    #59451

    You can’t because the filters are added through your sidebar and on mobile the sidebar would always be below your content.

    You can use a plugin like this to add a widget to your shop page content above the products but it still would not show on other category pages. https://wordpress.org/plugins/widgets-on-pages/

    Ben

    #59446

    Thanks Hannah, I was trying to make the call to action parallax instead of the row, this is why it was not working.
    If I do not have a sidebar, it works perfect, the image fills the whole width of the screen, from far left to far right, similar to my header image.
    If I have a sidebar on the right, the image fills up to the far left of the screen, but stops at the sidebar limit on the right.
    Just curious, would it be possible to have the parallax background image to continue under the sidebar (as it does right now) but not stopping at the sidebar right limit, but would also be displayed past the sidebar up to the far right of the screen?

    #59389

    for pages use the “sidebar” page template.

    And FYI there is a way to use functions to control custom post type sidebars. Also with the latest version of wordpress there is a new template option that I am planning to use which will take advantage of this.

    Ben

    #59359

    Ok, I changed the way I was doing things, and am now using pages instead of custom post types. But I still have a question, is there a way to set different sidebars for different pages?

    Thank you.

    In forum: Virtue Theme
    #59353

    This what your thinking?

    .sidebar .widget_product_categories ul.product-categories > li > a {
      color: white;
      padding:4px;
      background-color: #21b2e7;
      font-size: 18px;
      line-height: 30px;
    }
    .sidebar .widget_product_categories  ul.product-categories {
      margin:0;
    }

    Ben

    #59348
    This reply has been marked as private.
    #59346

    Hi Ben,

    I love Virtue’s ability to have custom sidebars, however, I am using “Types” plugin to add another post type for documentation. I was wondering if there is a way to take advantage of the different sidebars per page with different post types? This way I can use Virtue’s built in functionality to add different side bars for different “docs”.

    Thank you

    #59266
    This reply has been marked as private.
Viewing 20 results - 3,941 through 3,960 (of 5,356 total)