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,761 through 2,780 (of 5,356 total)
  • Author
    Search Results
  • #116978

    Hello, I have moved the sidebar on the shop page to the left, but on mobile devices the sidebar goes under the main content.
    I want the sidebar to be above the content, because I have the search and menu for the products in it.
    Is this possible to do?
    Thanks in advance, Gabi

    #116976

    My home page used to have a sidebar like this:

    with headers for Recent Posts, Recent Comments, Archives, Categories, Meta

    I did something to it one day and the sidebar disappeared. I can’t get it back.

    Advice welcome.

    #116828

    Hey Monika,

    try adding this to Theme Options> advanced settings:

    @media (min-width: 768px) {
    aside#ktsidebar {
        margin-top: 20px;
        }
    }

    Let me know if that works for you!

    -Kevin

    #116806

    Hello,

    I have a question about the alignment of the tops of the sidebar and of the blog post in my webpage http://www.gatviususitikimai.lt
    I would like that the top of the Search (‘Ieškoti’) button in the sidebar is aligned with the header of the blog post (‘Birutės g. ir Kęstučio g.’). As you see now, the header is lower and not aligned.
    Could you help me with that?
    Thank you.

    Monika

    In forum: Virtue Theme

    In reply to: Blog Photo Grid

    #116765

    This css would be as close as you can get with virtue with built in options:

    .home_blog article .tcol-sm-12.postcontent {
        float: none;
        position: absolute;
        background: transparent;
        bottom: 0;
        padding: 10px;
        width: 100%;
        left: 0;
        margin: 0;
            -webkit-transition: background .4s ease-in-out;
        -moz-transition: background .4s ease-in-out;
        -o-transition: background .4s ease-in-out;
        transition: background .4s ease-in-out;
    }
    .home_blog article:hover .tcol-sm-12.postcontent {
        background: rgba(0,0,0,.4);
    }
    .home_blog article .tcol-md-12.postcontent .entry-content {
        display: none;
    }
    .home_blog .home-sidebar
    article {
        position: relative;
    }
    .home_blog article .tcol-md-12.postcontent
    header h5.entry-title, .home_blog article .tcol-md-12.postcontent
    header {
        margin: 0;
        color:white;
        font-weight: bold;
    }

    Ben

    #116682

    Have installed the Paypal Express checkout plugin (by Angelleye). But, it does not hide the standard Checkout button in the Woocommerce widget.

    How do we hide the Checkout button in the minicart when in the menu and as a sidebar widget? In essence, with this plugin, don’t want to show the Checkout button anywhere in Woocommerce.

    Thanks

    #116662

    Hey Anthony,

    This layout should be possible with the theme. firstly, in Theme Options> Main Settings, you’ll want to use the header option that allows you to place widgets in your header. This is how where you’ll assign the login/out items, as well as the cart and checkout menu items.

    This will also push your main navigation to be below the header, like on that site. It will require some CSS to get the menu items to align to the left like that.

    Theme Options> Main Settings is also where you’ll set the sidebar to display on the left side of the page. The category dropdown in the sidebar will have to be created with a plugin, as there are no widgets built into the theme that allow for this display.

    Hopefully that points you in the right direction! Let me know when you get further into the configuration of your home page and I’ll help you with any necessary CSS you may nee.

    -Kevin

    #116548

    Hello Team Kadence,

    I just saw that the option for a default blog sidebar was added and I want to say it works great. Thank you so much for adding this!!

    #116445

    Lets just change it to the overall is buddypress:

    
    add_filter('kadence_display_sidebar', 'custom_buddypress_sidebar');
    function custom_buddypress_sidebar($sidebar) {
      if (is_buddypress()) {
        return false;
      }
      return $sidebar;
    }

    Ben

    #116434

    I tried another possible solution

    If your theme has a full width page template just copy it and rename it buddypress.php

    https://buddypress.org/support/topic/how-to-remove-only-buddypress-sidebars-to-enable-full-width-pages/

    Ok so I’ve done this by copying the Virtue premium page-fullwidth.php and saving it as buddypress.php in the child theme folder and it still doesn’t remove the sidebar. :s

    #116433

    Thanks for the reply Ben.

    I’ve added it to the child functions.php file and it still shows the sidebar?
    Thanks
    Yan

    #116429

    Using a child theme you can add a function like this:

    add_filter('kadence_display_sidebar', 'custom_buddypress_sidebar');
    function custom_buddypress_sidebar($sidebar) {
      if (bp_is_user_groups()) {
        return false;
      }
      return $sidebar;
    }

    Ben

    #116419

    Hello

    I am using buddypress with this theme and find that the group page is set and displays as fullwidth. However the individual groups has the sidebar.
    mydomain.com/groups – fulldwith works fine here.
    mydomain/groups/examplegroup fullwidth doesn’t work here and the sidebar shows.

    How can I make it so it shows fullwidth on individual groups please?

    Thank you
    Yan.

    In forum: Virtue Theme

    In reply to: Remove Blog Sidebar

    #116361

    Hi Ben,

    I’m having the same issue. I do have everything set to “no sidebar,” as described in Mary Ann’s original question. I did set it so that the blog page is not selected under Settings, Reading, as you suggested. Cleared cache. Still have sidebar. Any suggestions? Thanks. –Lori

    In forum: Pinnacle Theme

    In reply to: Few questions

    #116294

    1. Blog page…. I think you missed this : Do not use the settings > reading and make that page your “latest posts” page.

    Just leave the settings > reading alone don’t make any page your “latest posts” page else it will turn your page into an archive not a real page and you will have a sidebar.

    If you want to show images below the title then use the full content output in your blog page template settings. And make sure you set a “read more” tag in each post where you want the excerpts to stop.

    2. Staff post a link I don’t understand what your asking.

    3. Update your theme to the latest version. 1.8.0

    4. What color are you want it to hover to?
    Ben

    In forum: Pinnacle Theme

    In reply to: Few questions

    #116252

    Hi, again,

    For the blog page, I created a new page, called it ‘Blog’, applied the template ‘Blog’ and set it as latest posts page.

    Before setting it as latests posts page I had no sidebar space on that page. But when I do, I immediately have that space on the right and can’t find out how to delete it.
    Then I would like to center it, have the titles on the top of the images, and set up bigger excerpts, as you have in your blog template.
    By the way, would it be possible to import or know all setting of your blog homepage?

    Another question I have it that in the staff page (members), pictures and names are in a 3:4 white rectangle, which affects my image because of its white background also, which does not allow the see that as a round photo, so how do I eliminate those white rectangles and remain only with the main background which I set up in the staff page?

    On the media page, I’ve done what you said but that page does not seem to work. It doesn’t even let me scroll down…

    Finally, the hover on the menu bar works fine when i have the background image but not when I scroll down and its on the white strip (because first it was written in white hover black and then written black but hover remains black as well). Can I add a “second” hover for when it scrolls down?

    Thanks a lot and sorry all the questions

    Nuno

    #116233

    Hey,
    So while this seems a little backwards you can remove the hook for the title through a child theme function. Using the child theme funcitons.php file you would add this:

    remove_action( 'kt_woocommerce_page_title_left', 'kt_woocommerce_page_title_output', 10 );

    But if you want to talk about SEO you would be much better off having a category for “Maps of Russia” as that and not Russia seeing as categories are not just listed in your sidebar but also under products and any time there is a link having a more descriptive link is better then simply “Russia”. Also I don’t know what plugin your using but you should always be able to define custom menu items for a menu and then you could just have a custom label for your category menu items.

    Ben

    #116213

    Hey Sylvia,
    Looks like you’re using two different widgets? If you just want to remove the image on the first you can use this css:

    .sidebar .kadence_recent_posts img {
        display: none;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.

    Hannah

    #116197
    This reply has been marked as private.
    #116193

    Hey Silvia,

    Sidebars are configured in Appearance> widgets. You can create new sidebars in Theme Options> Misc Settings, but actually assigning things to them takes place in your widget area.

    -Kevin

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