• Resolved uniqcoder

    (@merajali294)


    I have added files to override in the proper structure as mentioned here, still it does not work and does not override
    C:\xampp\htdocs\www\wp-content\plugins\my-plugin\fl-builder\modules\

    Now, in modules folder have added all the folders of modules such as audio,button, as shown in screenshot.

    Let me know what changes can be done to fix this.
    Even if make changes in the Files which I’ve overriden no changes appear.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Simon Prosser

    (@pross)

    Hi there. The overridden modules folder has to go in your child theme.

    Thread Starter uniqcoder

    (@merajali294)

    Hi @pross,

    But I need to override button module in my plugin’s code, let me know how can I do the same, and let me tell you the plugin is awesome, plug and play with advanced design builder.

    Plugin Author Simon Prosser

    (@pross)

    Plugins can add modules, we have docs for that here: https://docs.wpbeaverbuilder.com/beaver-builder/developer/custom-modules/

    Plugins cant overide modules like you can with a theme without some serious filters to remove the core module then register your own, other modules will use the button modules so you can expect breakage doing that. You are far better off adding your own button module so users can pick that instead of the core one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Overriding files does not work at all’ is closed to new replies.