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 - 1,341 through 1,360 (of 5,356 total)
  • Author
    Search Results
  • #206501

    Hi Hannah,

    Thank you for jumping in, appreciated!

    The code works perfectly for the sidebar padding on mobile, thank you.

    With respect to spacing, from my pedantic measurements (I’m ridiculousness I know!) there is a space of approximately 67px between the header and content on most pages. However, the category tag is about 75px from the header. I was just hoping to bring this up slightly without messing everything else.

    Thank you so much!

    Mark

    #206499

    In Theme Options > Shop Settings do you have the sidebar template enabled still? You can also send login info and I would be happy to take a look at your settings.

    Hannah

    #206494

    1. I’m actually seeing your content aligned with the sidebar on your single post pages. It’s just aligning with your category title rather than the post title.

    2. You can create some padding with this css:

    @media (max-width: 992px) {
    aside#ktsidebar {
        padding-top: 20px;
    }
    }

    Hannah

    #206493

    Hello Team Kadence!

    I’m wondering if there is a filter/hook I can add to my child theme so that ONLY the default template can be used for the homepage layout via theme options and that if someone uses a different template for the page set as the homepage, it’d work like normal and use all the options the template has.

    Thank you.

    For example: Feature – Sidebar would work like normal if that template is set for the homepage (via settings > reading > static page), instead of using the homepage layout via theme options.

    #206489

    I am using virtue theme and want to hide sidebar option for vendors. When vendor add any product then unable to see this option. Only vendor can edit them

    #206479

    Hi Kevin,

    Amazing, thank you so much, I almost have everything now sorted!!

    Only two last things:

    First, with respect to single blog posts, I need to bring up to content slightly to match the sidebar. The spacing appears to be 5px or 6px more than everywhere else. For example – https://digitalflightwire.com/aerosoft-koln-bonn-jo-erlend-release-tomorrow/

    Lastly, now with these adjustments, when everything collapses to mobile, there is almost no spacing between the page content and the top of the sidebar.

    Again, thank you so much, it is greatly appreciated, you guys are awesome!!

    Mark

    #206475

    Have you tried adjusting the margins of your widgets when configuring the sidebar in page builder? You should be able to set it in the widget settings, then you can only target that specific widget.

    -Kevin

    #206474

    I now fixed this by inputting:

    .sidebar .widget {
    margin-top: 20px;
    }

    However, the spacing on the sidebar is very squished?

    Thank you, sorry to bombard you this morning!

    Mark

    #206473

    Hi Kevin,

    Thank you kindly, I was able to figure this and it works well for the posts. However, now when viewing archives such as – https://digitalflightwire.com/category/fsx/ – the sidebar seems to be pushed down by the title height and does not line up?

    Is it possible to adjust this without changing on the front page and subsequent post pages?

    Thank you so much!!

    Mark

    #206467

    Thank you Hanna,

    Well, not working.

    While the home page contents is now centered back, its top contents image (from a widget via the site builder) is gone. Also gone is the left sidebar from the /shop/ page. The shop page itself is now again as full width size.

    Rainer

    #206466

    Hello,

    Here’s some CSS that will allow you to add space between your header and content:

    #content {
        padding-top: 80px;
    }

    Change the amount to whatever you like and add to Theme Options> Custom CSS.

    This CSS should get your sidebar aligning with the content:

    .sidebar .widget {
        margin-top: 20px;
    }

    Let me know how that works for you.

    -Kevin

    #206465

    Hey guys!

    I was hoping to implement a consistent spacing between content and the top header throughout the site. Basically, I would like to increase the spacing between the top header and content for all pages including archives, pages, post lists, and posts themselves. Also, if possible, I would like to control the sidebar height to better align with content?

    Thank you so much in advance!! The site is digitalflightwire.com

    Mark

    #206461

    Hmmm..

    With your new code, that issue is now ok… if I disable the old code 😉

    But than I cannot make the sidebar smaller. Or can I?

    Also, if I have other selected pages and I need full width for them too, how to do that with your code?

    And still keeping sidebar selective smaller.

    Rainer

    #206457

    Is the homepage the only page you’re not using a sidebar? If so, you can use this css to stretch it full-width:

    .home .main.col-md-12 {
        width: 100%;
    }

    Hannah

    #206454

    Hi Hanna,

    Not sure how to do that.

    I wanted the left hand sidebar for the WC shop page (and all other pages with a sidebar) smaller than you usual have implemented.

    My new implementation worked well on my page for my WC shop … .com/shop/

    But it seems it changed the size for my home page too, although there, no sidebar is used nor activated.

    So the question is: How to reduce the width for the sidebar (for all other pages) without affecting the contents only full-width size of the home page?

    I tried CSS with something like using .sidebar , but that didn’t worked and had no affect on any of my sidebar pages, including or especially /shop/

    Please advice Hanna. Thanks,

    Rainer

    #206450

    This css is the culprit:

    @media (min-width: 992px) {
    .main {
    width: 73%;
    }
    aside#ktsidebar {
    width: 27%;
    }
    }

    What are you wanting to affect? You just need to make it more specific.

    Hannah

    #206445

    Yes Hanna. Just checked it again… in case… but that point is still ok

    I guess my problem has to do with custom CSS, but again, I can’t point my finger exactly to it and if that is the reason.

    I did not checked my home page for a while, so I did not found out when this problem somehow sneeked in. But certainly not older than a week or so.

    Maybe it has to do with sidebar selection, but again, I did not selected a sidebar for the home page. I always wanted that one witout it.

    What I added has been a sidebar for the WC shop… and I usesd CSS to make the left sidebar smaller as usual. But again, in your main selection I did not activated a sidebar for the home page at all.

    Thanks Hanna.. so it must be something else I guess…

    Rainer

    #206430

    Hi,

    For some reasons, my home page suddenly shows a right hand sidebar, where there should be none at all. It ever worked, but I can’t figure out what’s wrong. The only sidebar I use is on my shop page, but that is a left sidebar and works correctly.

    Please be kindly to advice

    Thank you

    Rainer

    #206270

    Hey Paul,
    You could create a new page using a sidebar template, then add your product category to the page using a shortcode like this:
    [products limit="9" columns="3" category="headboards]
    Would that work for you?

    Hannah

    #206160

    Hi Ben,

    Sorted, thank you very much for spotting that issue. Front page now showing with Primary Sidebar.

    Appreciate your support.

    Many thanks
    Neil

Viewing 20 results - 1,341 through 1,360 (of 5,356 total)