• Resolved loopforever

    (@loopforever)


    Hi,
    1-) I want to make changes to both Dokan Lite and Dokan Pro (template files).

    What file path should I specify in the child theme? Both changes will be in the template file.

    2-) wp-content / plugins / dokan-lite / includes / Walkers /
    I made a change in the file. Is there any way to prevent this from changing by updating? Should this file be in a template? So I want this change made with the update not to be deleted.

    3-) Can I make changes in the module for the template file ?
    plugins/dokan-pro/modules/export-import/templates/export-import /template_importer_new.php

    • This topic was modified 4 years, 1 month ago by loopforever.
    • This topic was modified 4 years, 1 month ago by loopforever.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @loopforever ,

    Any changes via a template override will go to the “your-theme/dokan” folder. It’s true for Dokan Lite and Dokan Pro.

    In case you have the template inside another folder then you will add that folder. So, for example in your question (3) you can use it like this – your-theme/dokan/export-import /template_importer_new.php

    Only the files inside a /template/ folder can be overridden via your child theme. The files under the /includes/ folder can not be changed via a child theme. If there is a hook/filter available you need to use that for that particular function. Otherwise, you have to replace the code after each update.

    Thank you ??

    Thread Starter loopforever

    (@loopforever)

    I understood. Thank you very much ??

    Thread Starter loopforever

    (@loopforever)

    Hi,
    I want to hide these two (without CSS, directly).
    Is there a way to do this?
    https://i.ibb.co/LxyNj14/abc.png

    Hello @loopforever ,

    These sections are coming from Dokan Pro. As I mentioned earlier, please let us know any of your questions via support tickets. If you are our Dokan Pro user then you are entitled to have premium support via tickets. I am sure you do not want to miss that opportunity ??

    However, these sections are built with Vue.js and not ready to override via child theme or hooks. So, CSS will be the correct way to go with them.

    Thank you ??

    Thread Starter loopforever

    (@loopforever)

    Thank you for your answer. What I was wondering was the hooks.
    If you ask why I’m asking here,

    1-) I don’t know if Dokan Pro or Lite.
    2-) (Most importantly) Dokan Pro team never helps. Let me give the answer:
    “We recommend that you hire a developer or contact the weLab team.
    Thank you ?? ”

    In short, the situation is as above ?? Therefore, people turn to alternative plugins, there are many criticisms about this in the comments. However, no one is dealing with this problem. Interesting ??
    Thank you again for your answer Mr. Rashed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dokan Update and Removing’ is closed to new replies.