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,921 through 2,940 (of 5,356 total)
  • Author
    Search Results
  • #106938

    Hi there,

    Can you take a look at the sidebar at http://181.224.148.70/~actsystems/our-founders/ please?
    Is it possible to have the separate widgets to have a grey background like on please?

    Also is there anyway to customised the menu here to have hover green bars similar to

    Thanks,
    Rebecca

    In forum: Virtue Theme

    In reply to: Sidebar issue

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

    In reply to: Sidebar issue

    #106827

    Hello Kevin,

    OK I have made the minor updates required and this makes no difference.

    This is an old problem in that the padding when using ‘Box Layout’ is not sufficient and an extra 25px left and right is required in the content area. The problem is this then effects the shop (WooCommerce) making the sidebar run off the page.

    Thank you for trying but I think this is quite a serious glitch that probably needs addressing anyway.

    Thank you Kevin,
    Peter

    In forum: Virtue Theme

    Topic: Sidebar issue

    #106793

    Good morning,

    I’m having problems again with the sidebar in box view.

    The styles I am using are:

    `
    .boxed .contentclass {
    padding-left: 25px;
    padding-right: 25px;
    }

    .entry-content {
    padding-right: 50px;
    }

    /* This style is in Advanced Settings */
    .woocommerce {
    padding-right: 40px;
    }

    It needs to work on normal pages as well as on WooCommerce pages.

    Thank you, I love your themes and this is the only problem I ever have!
    Peter

    #106718

    Thanks for your suggestion, Ben.

    With that add to the css, the bullets are on the left, but the space between the bullets and the text is too big and the hierarchy in the category menu is lost.
    So I think to leave the bullets to the right and adapt their design. I think that will make the sidebar lignter too.

    Have a nice weekend.

    Marie-Joëlle

    #106664

    Here you can add this css:

    .sidebar ul, .sidebar .widget_recent_entries .widget-inner li a:before {
        margin-left: 0;
    }

    Ben

    #106646

    So thats creating a custom post type called “dwqa-question”

    Use this function:

    function kad_sidebar_pages($sidebar) {
      if (is_singular('dwqa-question'))  {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_pages');

    As for the “category” page I can’t tell from the code, you need to ask the plugin developers what conditional can be used to target that page.

    Ben

    #106627

    Hello Hannah,

    Yes, it works with adding only “float:left;”.
    The bullets are now on the left.
    But the bullets and the text are not aligned with the “recent posts” widget and I don’t find that nice.

    Also I don’t understand the use of this line :
    .sidebar #categories-5 ul {
    margin-left: 0;
    }

    So, if you have an idea to align everything with the other widgets of the sidebar it’s fine.
    Otherwise I think to keep the “bullet” images on the right, maybe with some other style of image ?

    Thanks for your help. Nice weekend.

    Marie-Joëlle

    #106611

    Try adding this:

    .sidebar .widget_categories .widget-inner .cat-item a:after {
        float: left;
    }
    .sidebar #categories-5 ul {
        margin-left: 0;
    }

    Does that work for you?

    Hannah

    #106583

    Hello Hannah,

    Finally, for the “recent posts” widget, I managed to change the position of the bullet and align with the text.

    If someone is interested, these are the changes I have made:

    .sidebar .widget_recent_entries .widget-inner li a:before {
    content: no-close-quote;
    background-image: url(http://lavieestuncadeau.com/wp-content/uploads/2016/08/Puce.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    }

    Now I still need to find a solution to change the position of the bullets in the “category” widget…

    Marie-Joëlle

    #106568

    Here’s the page that’s generated when a question is created:

    http://thumbfan.com/question/test-question/

    The breadcumb on the page will be: DWQA Questions › Category: General › Test question

    If you click on DWQA Questions, takes you to a page where all the questions are listed, and that page is created in virtue with the fullwidth template, no issues there.

    If you click on Category: General or Test question, you will see the sidebar. Those pages are generated by the plugin and cannot be edited.

    #106528

    This css should work for the recent posts:

    .sidebar .widget_recent_entries .widget-inner li a:before {
        content: no-close-quote;
        background-image: url(http://lavieestuncadeau.com/wp-content/uploads/2016/08/soleil-1.png);
        width: 30px;
        height: 30px;
    }

    And this for the categories:

    .sidebar .widget_categories .widget-inner .cat-item a:after {
        content: no-close-quote;
        background-image: url(http://lavieestuncadeau.com/wp-content/uploads/2016/08/soleil-1.png);
        height: 30px;
        width: 30px;
    }

    Just paste those into your custom css box in Theme Options > Advanced Settings.
    Hope it works for you!

    Hannah

    #106526

    How can I tell what it’s doing?

    It’s creating a page that has a sidebar with: Recent Posts,Recent Comments, Archive, Categories and Meta

    #106416

    Hello,
    I’d like to replace original virtue bullets of the sidebar (for the widgets recent posts and categories) by personal images.
    Could you please tell me what is the procedure ?
    Thanks.

    In forum: Virtue Theme
    #106376

    All your other pages have a sidebar. Because there is nothing in the sidebar it’s just a blank space. But there is a sidebar there. You can have a sidebar on your home page using the theme options > home layout and enabling a sidebar.

    Or you can make all your pages fullwidth (using the fullwidth page template). Then you can decrease the max width for your site in the theme options > misc settings by enabling the max with of 940.

    Ben

    #106375

    In a child theme (get one here: https://www.kadencewp.com/child-themes/ )
    You can add this function to the functions.php file:

    function kad_sidebar_pages($sidebar) {
      if (is_page() && !is_page_template())  {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_pages');

    Ben

    In forum: Virtue Theme

    In reply to: 404 issues

    #106371

    Hi Ben sorry I found it, and I set the blog page to have no sidebar, which fixed it.

    Mark

    #106369

    Hello,

    The default template page has a sidebar. How do you make the default page to be fullwidth? I know you can create a page and change the template, but in my case i cannot. I have installed the DW Q&A plugin and it generates a page that has the side bar, it needs to be full width.

    In forum: Pinnacle Theme

    In reply to: Hide trailing zeros

    #106262

    Hi Keven,

    Ive created a file with the below style.css following the instructions from that link you gave me:

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

    Where do I add this file?

    Then so I do the same for functions?

    Thanks,
    Susan

    In forum: Virtue Theme

    In reply to: 404 issues

    #106223

    Hey,
    The theme has a custom 404 page option built right in.

    On your link I don’t see a sidebar?

    Ben

Viewing 20 results - 2,921 through 2,940 (of 5,356 total)