• Resolved zirtix

    (@zirtix)


    Hello everyone, I’m trying to create a marketplace site but I have a problem with my shops, I can’t remove the “Shop List Sidebar” filter. I would like to find a way to remove it without necessarily going through by the Elementor appearance management menu which is already bugging (problem being resolved). So I would like please someone to give me a line of code to add to one of my PHP files to directly remove this apparent filter or at least make it invisible to users.
    Thanks in advance !

    Here a screenshot to illustrate : https://prnt.sc/23vpb3e

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @zirtix

    The bar that you are showing in the screenshot is familiar to me but the text that is appearing there is not. It may happen due to any sort of customization.

    Anyways, you can add the below-mentioned CSS on your site’s Appearance > Customize > Additional CSS section. Hopefully, it will work.

    #dokan-store-listing-filter-wrap {
        display: none !important;
    }

    If the above-mentioned CSS does not work then I would like to have a look at that specific page and try hiding that bar using some CSS and provide it to you. For that, you can share your site’s store listing page URL if you want.

    Thanks!

    Thread Starter zirtix

    (@zirtix)

    I cannot access the related page due to a problem on dokan which is being resolved, however, I can perhaps access the php files and directly insert the line of code there but I do not have which file to go to

    My site is in private so you will not be able to access it

    https://jumponit.fr/shop/mathildendg/

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @zirtix

    The store listing page is rendered from wp-content\plugins\dokan-lite\templates\store-lists-loop.php this file. You can have a look at this file.

    Thanks!

    Thread Starter zirtix

    (@zirtix)

    I was finally able to solve my first problem concerning Elementor however I only see “Shop List Sidebar” appearing when my site is launched, impossible to see it when I modify my page with elementor. The css doesn’t work, don’t you have a line of code that I can insert or modify directly in the PHP files?

    Thanks

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @zirtix

    I am really sorry for the previous reply which was misleading. I can see the link that you have shared is of the single store page of Dokan. The default layout of the shop page is not like this. It seems like this is coming from your theme or you have done any customization from your end.

    In this case, I would like to suggest contacting the theme support as they will be able to assist better. Let me know if I have misunderstood anything. Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @zirtix

    Due to inactivity, we are marking this topic as closed. You are always welcome to open a new one if you face any further issues.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove “Shop List Sidebar”’ is closed to new replies.