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,081 through 4,100 (of 5,356 total)
  • Author
    Search Results
  • #53476

    Hey,
    If you go to Theme Options > Misc Settings can you see your second sidebar beside Create Custom Sidebars?
    By individual events do you just mean pages? You can set the page template to full width. And for posts you should have an option to remove the sidebar in the individual edit pages.

    Hannah

    #53467

    Hi. I’ve lost the second sidebar from Appearance, Widgets – it first went inactive and then disappeared. How do I get it back?

    Also, is there a way of getting individual events do display in fullwidth, without the primary sidebar?

    Thanks.

    In forum: Virtue Theme

    In reply to: Sidebar?

    #53323

    Hey Mark,
    I think your best option for this would be to use page builder and create columns on the right and give it a sidebar look. Does this work for you?

    Hannah

    In forum: Virtue Theme

    Topic: Sidebar?

    #53311

    HI guys
    I know there is not option for double sidebars in Virtue, but is it possible using css to widen the primary sidebar so I could have two columns in it?
    I need to put two widgets side by side.

    And narrow the main content without messing up the mobile bootstrap.

    Any advice?

    Thanks!
    Mark

    In forum: Virtue Theme

    In reply to: Design problems..

    #53209

    1. You can change the width using this css:

    @media (min-width: 992px){
        #ktsidebar.kad-sidebar {width: 20%}
        .main.col-lg-9 {width:80%;}
    }

    font using this:

    .home-iconmenu .home-icon-item h4 {
        font-size: 19px;
    }
    

    Css can go into the theme options > advanced settings.

    2. You can turn it all off in your theme options > misc settings.

    3. You can use the wordpress tools if you need more look at this plugin: https://wordpress.org/plugins/tinymce-advanced/

    4. skip

    5. The first sentance is your h1 font which you can set in the theme potions > typography but if you want it to be specific to that call to cation you can use this css:

    .home-widget-box h1 {
        font-weight: bold;
    }

    Ben

    In forum: Virtue Theme
    #53204

    Dear Kadence theme folks,
    Thank you for your great theme!
    I had just upgraded to virtue premium and I am new in wordpress..
    I have few questions please :

    1) my homepage is set with icon menu in two rows of 3 icons.
    http://www.buba-shel-concert.com

    How to adjust the font’s size in the icon menu box?
    As you can see one of the icons don’t fit in the row.

    Alternatively, maybe possible to reduce the main sidebar width thus widen the icons?

    2) How to cancel the animationeffects of the icons in the homepage that kind of appearing gradually and just make them steady?

    3) How to edit a single sentence font size and color in a page?
    I would like to edit the tel. number and the link on this page :

    5) and as well the ‘call for action’ in the home widget area that is partially bold would like to have the first sentence bold as well.

    Thank you ,
    Dikla

    #53200

    I just upgraded to Virtue Premium 3.1.9, and all of a sudden Contact Form 7 causes the sidebar to appear below the content. I’ve been all over the css and can’t find a width problem.
    See

    #53041

    Hey James,
    There isn’t an option to add a second sidebar, but you can move your sidebar to the left by adding this to your custom css box in theme options > advanced settings:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Hannah

    #53001

    HI guys
    I thought I saw an option for a template with a right hand sidebar, but maybe that was elsewhere.

    I’d like to add a left hand sidebar to virtue, and maybe I’m missing it but how can I do that without using columns.

    Mark

    #52750

    Thanks Ben, I think I’ll just leave a search box in the sidebar.

    Unless it’s possible to have a larger icon for the search in the primary menu so it matches all my other icons?

    In forum: Virtue Theme

    In reply to: Learn Dash

    #52684

    Hey Patricia.
    I’m happy to give you a refund if you don’t want to use the theme. Send an email to [email protected] with the order number.

    When you ask if this worked with Learn Dash I hope I was clear when I said I’ve never used it that I couldn’t tell you any details. I know of three other customers using it. They actually wanted a sidebar on there pages so having to write a function to remove the sidebar wasn’t an issue.

    A lot of plugins like this work by adding shortcodes and if it were that way you could have just used whatever template you wanted.

    as for the fucntion above. I’m trying to see how this would wipe your site. If you would like to email me access to your server I would be happy to fix whatever the issue is.

    Ben

    #52575

    Hi Folks!
    I’m using a plugin that seems to be pushing the kadence primary sidebar down in my virtue theme.
    I’ve been messing with it but can someone with an Eagle Eye tell me why the sidebar is pushing under the main content blodk?

    I can’t locate it.

    Mark

    In forum: Virtue Theme

    In reply to: Learn Dash

    #52549

    sorry for the delay. Storm came through here and we have no power so I ran out to a coffee shop.

    ok, I just want to clarify. All your wanting is to have a page without a sidebar right?

    Many pages can have sidebars and that doesn’t make them a blog layout so I don’t want to be missing something your also wanting.

    Here is the code to force all those custom post types to be fullwidth.

    add_filter('kadence_display_sidebar', 'kt_custompost_sidebar');
    function kt_custompost_sidebar($sidebar) {
      if (is_singular(array('sfwd-lessons','sfwd-courses', 'sfwd-quiz', 'sfwd-topic') ) ) {
        return false;
      }
      return $sidebar;
    }

    Ben

    #52246

    Hey,
    You’ve added this:

    #content .main {
        float: left;
    }

    remove it. If you want the sidebar on the left you need to use this css:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Ben

    #52231

    In your edit page on the right side you should see Page Attributes. There you can change the page template to full width. See here- http://docs.kadencethemes.com/virtue/#fullwidthpage
    Then for blog posts you can set the default layout to show without a sidebar. Go to theme options > blog options and under Blog Post Defaults set Blog Post Sidebar Default to No, Do Not Show. This can also be overridden on every post edit page.
    Hope that helps!

    Hannah

    #52216

    Hello Hannah sorry i don’t understand your answer.

    For instance this page shows the sidebar although it uses the standard template
    http://www.kusterparts.nl/algemene-voorwaarden/

    Where should I change these page settings?

    In forum: Virtue Theme

    In reply to: Learn Dash

    #52084

    OK, so all your wanting is the single course pages to be fullwidth?

    You can install a child theme, download here: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Then add this function to your child themes functions.php file:

    add_filter('kadence_display_sidebar', 'kt_custompost_sidebar');
    function kt_custompost_sidebar($sidebar) {
      if (is_singular('sfwd-lessons') ) {
        return false;
      }
      return $sidebar;
    }

    Ben

    #52028

    1. In the theme options > menu settings. Turn on “Submenu items collapse until opened”

    2 and 3.

    You have this css.. .remove it:

    #content .main {float:right;}

    If you want the sidebar on the left you need to use this css:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    If you still have any issues post a link to your site. It’s in maintenance post a login.

    Ben

    #51824

    Is it possible to show the header (top bar) widget are only when in mobile layout?

    I’m asking this is because currently i’m working on a car tyre dealer shop and we need some of the filters to be shown on top of the page ( I know you can’t move the sidebar on top of the content), so i want to add the WooCommerce Layered Nav widgets in the top bar widget and I don’t want them to be shown on the desktop layout.

    This is the website and this would be the shop page

    Or do you have a better suggestion on how I can place the filters on top of the page in mobile layout?

    Thanks!

    #51683

    Hi Kadence Team

    got another series of questions for you guys..

    0. crashes on Internet Explorer, works fine on Chrome and Firefox… it says on IE:
    “When a website causes a failure or crash, Internet Explorer attempts to restore the site. It stops after two tries to avoid an endless loop.”

    kindly any pointers? 🙁

    1. how to make main menu placed in footer bigger font size ?

    2. how to align center “View Cart” and “Checkout” button in cart widget placed in sidebar?

    3a. how to align center “Track It” button in side bar?
    3b. how to only show the “Track My Order” when user is logged in?

    weblink is at
    temporary user if needed: tempusr pass: temppwd

    Many thanks before!

Viewing 20 results - 4,081 through 4,100 (of 5,356 total)