• Resolved Fabricio10

    (@fabriciobarros10)


    I need to remove the unused css from the store page to lighten the load load.

    I’m using puglin CSS JS Manager, Async JavaScript, Defer Render Blocking CSS.

    I managed to remove it from several pages but I can’t remove it from the store page, because the store doesn’t have an id.

    how can i assign an id to seller page to be able to remove unused css?

    or some code that you can remove without needing a plugin?

    I already tried with the user id but it doesn’t work because it points to the link (site.com/author/vendor/ )
    and I need the id (site.com/store/vendor/)

    can you help me? I need to decrease the css load size of the store page

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

    (@jahidulhassan)

    Hi @fabriciobarros10,

    The single store page is not an actual page, it’s a template. When the single store is loaded there will be a class named dokan-store in the body. If the plugin that you are using is able to work using class also, then I hope this information will help.

    If you necessarily need an ID then right now that is unavailable by default. If you want to do so then this will require proper customization. To do so, you can have a look at wp-content/plugins/dokan-lite/templates/store.php this file.

    I hope this will help. Cheers!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @fabriciobarros10,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

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

The topic ‘Remove CSS Store’ is closed to new replies.