Home Forums WoodMart support forum Categories in Title Header Issue

Categories in Title Header Issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #637184

    matiubroderik
    Participant

    Hi. I have a very annoying issue with the Categories in title header.

    In category pages, i have set it to open in hidden sidebar, but when i click some category in this side menu, while it is loading, it keeps opening as an accordion. It is better and easier to understand watching the issue, so i have uploaded you a video. It does not happen alwa.ys, i have detected it is more prone to occur when I save the theme options because I have modified something

    Additional useful information: I have created design pages for archive, so i included the element of title header. I am using wpbakery builder. U can see this issue in any category page where i have included this element, for example: https://www.mongo.es/dermocosmetica-categoria/cabello/

    Thx.

    Attachments:
    You must be logged in to view attached files.
    #637207

    matiubroderik
    Participant

    It also happens when i use the filters, or the order by, so it seems every ajax action makes the element of categories in title header to open as an accordion.

    #637541

    Artem Temos
    Keymaster

    Hello,

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    @media (max-width: 1024px) {
        .wd-nav-side-hidden-mb-on .wd-nav-product-cat {
            display: none !important;
        }
    }

    Kind Regards

    #637570

    matiubroderik
    Participant

    Hi. Ok, i added that CSS and it seems now categories acordion is not showing. Thx.

    #637571

    matiubroderik
    Participant

    The only thing before closing ticket, is that you made some changes in the web, i think to test, so my functions.php in child theme and some plugins are not working. Could you please set it all those changes as before? Once done u can close this ticket.

    Thank you very much.

    #637596

    Artem Temos
    Keymaster

    The child theme was deactivated. We have activated it back. Please test from your end now.

    #637600

    matiubroderik
    Participant

    Perfect. Thx!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Categories in Title Header Issue’ is closed to new replies.