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 - 2,161 through 2,180 (of 5,356 total)
  • Author
    Search Results
  • #149499

    Running into a problem where the Woo Bundles attributes choice fields are overlapping the sidebar content:

    #149491
    This reply has been marked as private.
    In forum: Virtue Theme
    #149426

    I’m looking for a vertically oriented slider to show posts in the right hand sidebar. Does the Kadence slider do this? Can you recommend one?

    mark c.
    phoenix; 121° yesterday!

    In forum: Virtue Theme
    #149273

    Hey,
    Try using this css instead:

    aside#ktsidebar {
        background: red;
    }

    Hope it’s helpful!

    Hannah

    #149260

    Hi team,

    I want to translate some text to Dutch in my virtue theme that’s not up for editing in the theme options language settings, and looking for the easiest way to do that. (so, without adding a plugin)
    The text I want to change is on the bottom of each post where it says “previous post” and “next post”.
    I want to have the Dutch words there: “vorig artikel” and “volgend artikel”.

    I thought to create a child theme. I found your tutorial.

    I still have some questions.

    1.

    What url do I need to replace the example url’s with, considering my domain name is prachtwerk.be?
    Would this be correct?

    Theme Name: Virtue Premium Child
    Theme URI: (when you click on that, it doesn’t go anywhere)
    Description: Virtue Premium Child Theme
    Author: My Name Leila Kubegusa
    Author URI: (does this matter?)
    Template: virtue_premium (the name of the standard virtue theme folder I see in ftp)
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child

    2. Do I need to add the function.php as a complete empty file? (Why?)

    3. What code do I add to tell it different names for the “previous post” and “next post” ?

    Thanks in advance for pointing me in the right direction!
    Leila

    In forum: Virtue Theme
    #149237

    here’s a post to my site: http://redesign2017.fatcatballroomdance.com/
    i want to change the background color of the primary sidebar

    currently in theme options/advanced settings/custom css I put
    /* Custom */
    .sidebar Primary Sidebar {
    background-color: red;
    }

    and it’s showing no change. How do i code it?

    #149139

    The line is based on a border on the link. It’s helpful because that whole thing is a link. The count though is not a link. (This is how the simple wordpress widget works). Because the count is not part of the link you have to make the link display inline so that the count and the link are next to each other.

    If you would like you can change the border from being on the link to being on the list element but this will mean your border would go below all of the list items so any parent list item would not have a border and that would look odd.

    Here is the css for that:

    .sidebar .widget_categories li {
        border-bottom: 1px solid #eee;
        margin-bottom: 4px;
    }
    .sidebar .widget_categories li a {
        border: 0;
        margin-bottom: 0;
    }
    .sidebar .widget_categories li ul {
        margin-bottom:0;
    }
    .sidebar .widget_categories li ul li:last-child {
        border:0;
    }

    PS the poor coding of the widget is the reason we styled it to work best without the category count.

    #149132

    Okay, so I added the extra code in, but it still seems like the display isn’t correct. I have two links below. The first link is the widgets without post counts turned on or the added css code. You can see the divider bars that separate each line are uniform and are the width of the sidebar. Once the post counts are turned on and the corrective css code is added, the bars don’t even extend out to the post count numbers, making the display look strange. I definitely wanted post counts, but I wanted to look clean like the widget above it, or even before the post counts were turned on. The arrows aren’t the issue, it’s the formatting of the separator bars that makes it look unclean.

    Before: https://drive.google.com/open?id=0B-J4kbFDoIY8NDFISFc0WW83X0k

    After: https://drive.google.com/open?id=0B-J4kbFDoIY8QlpNdlQyR1AtYVE

    #149099
    add_filter('kadence_sidebar_id', 'custom_cat_sidebar_id');
    function custom_cat_sidebar_id($sidebar) {
     if(is_category('biking') ) {
      $sidebar = 'sidebar1';
     } elseif(is_category('skiing') ){
      $sidebar = 'sidebar2';
     } elseif(is_category('sup') ){
      $sidebar = 'sidebar3';
     }
     return $sidebar;
    }

    There is an example function that you can place in a child theme functions.php file

    Ben

    #149092

    If you don’t want a sideabr then use a full width template.

    If you want the sidebar but you want the slider to be above it and your page title then use a featured sidebar template.

    If you want the sidebar and want the slider to be beside the sidebar then in your slider settings you need to turn off the fullwidth setting.

    Ben

    #149083

    HEllo,

    my problem is: i have a normal page (standardtemplate) and there is some content and a sidebar. If i implement a revolution slider above the content via shortcode the sidebar still remains. It means that the sidebar overlaps the rev slider. Its “inside” the image.

    What is the solution here?

    Thank you!
    Simon

    #149077

    Hi, I want to manually set sidebar ids based on category. I use a child theme. I saw your answer for this on this forum but I don’t understand what exactly means ” You just hook on “kadence_sidebar_id” and check for a category and return the id if that check comes true. ”
    For example, I would like to have three different sidebar for three different category. The categories are: 1. Biking 2. Skiing 3. Sup
    Can you please make an examlpe of these three categories?
    Thanks in advance, Gabi

    #149039

    Hey Chris,
    Try adding this to your custom css:

    .sidebar .widget_categories li a {
        display: inline-block;
    }

    Does that align them?

    Hannah

    #149038

    Using the Virtue Premium Theme, when I activate the Category Widget in the Sidebar and turn on “Show Post Counts” the display gets corrupted. You can see an example here:

    THe number of posts for a category actually appears on the line below it. I have not seen this on the default WordPress Themes. Any ideas?

    In forum: Virtue Theme
    #149025

    You would add css in your theme options > advanced settings > custom css box. You should NEVER edit theme files as you would lose your changes.

    If you need help with the sidebar color please post a link to your site. Please post what color you want.

    Ben

    #149015

    * How can I change the background color of a sidebar through css?
    * When i look at my css file (appearance>editor>style.css), it’s empty except for the intro comment. Where’s all the info?

    In forum: Membership Forums

    In reply to: results page

    #148940

    Thank you Hannah it worked, but now it looks a bit strange.
    – the sidebar is appearing at the bottom, after results.
    – it shows too much text for each result, it will be ok if the result only shows photo and 2 or 3 first lines. It’s possible?
    Thanks again
    pd/ if it’s necessary i can solve this topic and open a new one.

    #148781

    Hey,
    Using a menu like that is proven to be really bad for the user accessibility. I would highly suggest changing your menu to a column based if you need to have that many items or reconsider adding that many items and placing menus in a sidebar on pages to improve accessibility.

    If your set on this you can use css like this to force a max height and create a scroll but in conjunction with a sticky header it’s still going to be very poor accessibility.

    .sf-menu.sf-menu-normal .menu-item-924 ul {
        max-height: 400px;
        overflow-y:auto;
        overflow-x:visible;
    }
    .sf-menu.sf-menu-normal .menu-item-520 ul {
        max-height: 400px;
        overflow-y:auto;
        overflow-x:visible;
    }

    Ben

    #148659

    Hello,

    I want to use the Virtue Recent posts widget in a sidebar because it allows me to select specific categories, but I want to remove the thumbnails.

    Is there a setting or style I can add to advanced settings that will do that?

    Thanks!

    Jim

    #148619

    Sure. do you want all sidebars everywhere hidden on mobile?

    Post a link to your site.

    Ben

Viewing 20 results - 2,161 through 2,180 (of 5,356 total)