My filters gets wrong position when top static block is active

This topic has 10 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler

  • Avatar: Vaporizer
    Vaporizer
    Participant
    August 31, 2022 at 11:19

    https://streamable.com/uayt4q
    As seen on the attachment, the dropdown from the filter is dislocated and partially hidden behind the header. And when I disable the static block on the top, the filters location is back on the correct location.

    https://skalkur.fo/august/product-category/100/10001/

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 1, 2022 at 12:31

    Hello,

    According to the fact those blocks were created with an additional plugin we could propose the next solutions only with custom CSS
    make max-height of filters
    1/

    .shop-filters .wcf-popover-body .inside-filter {
    max-height: 200px;
    overflow: auto;
    }

    2/ make the wishlist invisible until the customer will interact with the product (make hover on the product)

    .add-to-wishlist-before_image:not(:hover) .yith-wcwl-add-to-wishlist {
    opacity: 0;
    visibility: hidden;
    }
    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    transition: all .3s linear;
    }

    Regards

    Avatar: Vaporizer
    Vaporizer
    Participant
    September 1, 2022 at 17:16

    Thanks alot!

    When I added this to the live-production site, the mouse over image moved ahead of the filter. See attachment:
    https://streamable.com/zpruxb

    *I’ve disabled it again on the live site, for obvious reasons.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 2, 2022 at 06:40

    Hello,

    Please let us know what browser you use because we do not see the problem in Chrome – https://gyazo.com/6b4a231e29d395e6c66bb26d7d4b8f69

    Regards

    Avatar: Vaporizer
    Vaporizer
    Participant
    September 2, 2022 at 12:18

    Thank you.. It’s now on the live site at: https://skalkur.fo/product-category/100/10001/

    However, it’s gone on mobile mode. I’ve tried the settings, but can’t seem to find the solution. Is there any code disabling this? Can’t find any.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 2, 2022 at 12:36

    Hello @Vaporizer,

    What browser do you use?
    “However, it’s gone on mobile mode. I’ve tried the settings, but can’t seem to find the solution. Is there any code disabling this? Can’t find any.” – what exactly do you mean? Sorry, but your request is unclear to me. Please describe in more detail with screenshots.

    Regards

    Avatar: Vaporizer
    Vaporizer
    Participant
    September 2, 2022 at 12:59

    Sorry, wrote that in a hurry.

    I meant that on mobile size, the top filter is hidden and invisible. I didn’t have this issue og the staging site.

    I’ve attached a video, showing the filters are not there on mobile device:
    https://streamable.com/1ald1h

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 2, 2022 at 13:18

    Hello,

    Mentioned top filter was added using a 3rd party plugin, it doesn’t come from our theme, so you need to contact the support of that plugin.

    Regards

    Avatar: Vaporizer
    Vaporizer
    Participant
    September 2, 2022 at 14:49

    Thank you.

    The main reason I’m asking, is because I can’t seem to get the top filters from the theme back on. For example the dropdown of how many products to show, and the toggle to show the widgets filter?

    Shouldn’t it be here somewhere? https://ibb.co/NWvwDb8

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 2, 2022 at 15:08

    Hello,

    If you want to use our filters, disable 3rd party plugin you currently use, because it can be the reason of problems. Then go to Theme Options > General > Enable Classic Widgets Panel > On; go to Appearance > Widgets > add widgets into Shop filters area.
    If you need any further assistance with our filters, provide temporary wp-admin access, so we can take a closer look at your settings.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.