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 - 501 through 520 (of 5,356 total)
  • Author
    Search Results
  • #260149

    I use my latest blog posts as my home page but the right sidebar with the widgets doesn’t show on the home page. It only shows on the individual blog posts. How do I change that?

    In forum: Virtue Theme
    #260142

    Hi Ben,

    I should have clarified – I mean the featured page options (like using the featured image, slider, etc) that appears for the Feature and Feature – Sidebar templates. I have written a few custom templates that uses this code but I’d like to also add it to the blog/blog grid templates, staff template, etc. I was just hoping for a hook that I could use to insert it into these templates so I don’t have to rewrite them just to include the code.

    I can get it to appear if I add it via wp_head but this puts the featured option above everything else, instead of where it normally appears in the other templates. So I’m looking for a hook for it to be added. Hope this clarifies it a bit.

    #260116

    Hello again Team Kadence!

    I have another sidebar question. I am using return locate_template to use certain templates as the frontpage (instead of theme options > home layout). For example, the staff grid. The content shows as expected but selecting the sidebar (off or on or choosing a different sidebar) does not. That still seems to be controlled via the theme options. Is there a hook or something that I can use to force it to use the options from the template instead of the theme options > home layout?

    Thank you!

    #260003

    Hello,

    Can you provide us a screenshot of the customizer showing the TOC? Do you see any errors in your console log browser dev tool? Have you disabled plugins to see if there may be a conflict with a plugin you have installed?

    Do you have it inside of a sidebar and is that sidebar selected to be shown?

    Thanks!

    Chris

    #259900

    Hey,
    Some css like this may work for you:

    @media (min-width: 992px) {
    .has-sidebar .entry-content.single-content {
        max-width: 700px;
        margin: auto;
    }
    }

    Hope it helps!

    Best,
    Hannah

    In forum: Ascend Theme
    #259899

    Hi,

    I am trying to design how the categories look on the shop page ( However, when I make a change to the category container it also changes the images in the carousel on the home page. The carousel has featured items in it.

    I tried to remove the Woocommerce categories and products from my shop page and only have it display the widget items I can edit in the Page using Page Builder but this removed the categories from the sidebar. Arrggh!

    I do not mind how this is done but I would like to design the shop page differently without affecting how the carousel looks as the end result.

    I hope this makes sense.

    Thanks,

    Emma

    #259786

    Hello Michael,

    Thanks for reaching out to us.

    To change the fonts for the buttons on your sidebar, please use this custom CSS code:

    .widget_sow-button {
        font-family: 'YOUR_FONT_NAME';
    }

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

    #259697
    This reply has been marked as private.
    #259673

    I’ve got some buttons in my sidebar – using a custom font.
    I can’t adjust the button’s text leading via the typography menu.
    Can we force some leading with CSS?

    • This topic was modified 5 years, 6 months ago by Michael.
    #259660

    Hi Hanna,

    On pages that have the left sidebar enabled we’ll be using it as they really need a different max-width to other pages. Perhaps another way to deal with this… Is there a way to change the max-width on pages that have the sidebar enabled via custom css?

    thanks

    #259639

    The woocommerce sidebar doesn’t seem to work. I had it setup to show a filter but nothing is showing up..

    In forum: Membership Forums

    In reply to: Sticky sidebar issue

    #259618

    It seems the height isn’t getting calculated correctly based on the header height, it’s missing the top row. I’ve marked this to be updated. As a temp fix you can add this css to your site:

    .has-sticky-sidebar .sidebar-inner-wrap {
        top: 120px !important;
    }

    Ben

    #259604

    Hey,
    Yes! From your edit page open the Page Settings tab in the right sidebar and there you can choose to enable your featured image and adjust the layout and how it is displayed. Just be sure that you are setting a featured image for your pages.

    Screen-Shot-2020-10-27-at-12-51-14-PM
    Hope that’s helpful!

    Best,
    Hannah

    #259540

    Hi, I am using Kadence Pro theme and I have an issue with the sticky sidebar moving up instead of being fixed as i scroll down the products page. I also have a sticky shrinking header, but even if i disabled it, the sticky sidebar still scrolls. Is there any way to fix the sticky sidebad from moving during scrolling of the page?

    #259533
    This reply has been marked as private.
    #259530

    Hi,
    See the screenshot

    As you see there is a scrollbar. It appears only if these conditions are met:

    1) sticky sidebar is activated
    2) search widget is added

    • This topic was modified 5 years, 6 months ago by Janek T..
    #259479

    Hey,
    You can disable that from Theme Options > Misc Settings > “Display the sidebar on Search Results Page?”
    Hope that helps!

    Best,
    Hannah

    #259477

    Hey Vitaly,
    Unfortunately, there isn’t a built-in function for this. You can use CSS to remove the sidebar from mobile view. Then you can add your sidebar content to your content area and use CSS and media queries to only show that on mobile. Would that work for you? Let me know and I can help with the CSS.

    Best,
    Hannah

    #259467

    Hey Hannah,

    Yes I’ve tried it all – it’s still the same – don’t know what to try next – can you please have a closer look? It’s been more than a week now.

    Problem on Home page (latest blog posts ) and pages with sidebar.

    Screenshot-2020-10-25-at-19-56-10

    #259407

    Hi,

    It is a known css limitation : the sticky css property doesn’t work when there is a parent container with the overflow css property set to “hidden”.

    Issue
    The Kadence theme has a main parent div, wrapper, which uses “overflow:hidden”. Setting that property to “visible” indeed generates all sorts of overflow issues.

    Question
    Do you have a solution to make a row sticky ? I saw in the forum that you offered a script to make a sidebar element sticky. Is there anything similar that would work for rows, using the Kadence row block ? (There is a popular WP plugin that does it but the pro version is more expensive than your theme.)

    Suggestion
    It would be nice to have as a standard option within the row block; like some themes do to make sections sticky. I assume many customers would love it as it would open up many design possibilities.

    Many thanks in advance,

    Gilbert

Viewing 20 results - 501 through 520 (of 5,356 total)