• Resolved benjaminbpri

    (@benjaminbpri)


    I’m currently using your plugin for a form on my website. Unfortunately with my current theme, the data-button added in order for users to add rows to their forms isn’t working. I’m working on fixing this by adding necessary support via a child theme. What do I need to include (php, javascript, css) in order for my current theme to correctly load this data-button? Any help would be appreciated

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    any way you can share the url on which the button does not work?

    Do you have an js errors reported in the cnosole?

    What do I need to include (php, javascript, css) in order for my current theme to correctly load this data-button?

    the js/css files are loaded from the plugin folder/public/js subfolders, these are done automatically, and likely there is conflict with some of js files.

    Thread Starter benjaminbpri

    (@benjaminbpri)

    Hi Aurovrata,

    First off thanks for the extremely prompt response!

    The site is private which is why I didn’t link to the page initially (though I could PM you login info if it came to that).

    It looks like the error I’m getting is “wp.editor is undefined” I’m guessing the conflict is a result of the theme allowing frontend editing of posts.

    If I just globally disabled this frontend editor (by disabling the relevant scripts in the child theme) would that likely resolve the conflict?

    • This reply was modified 4 years, 9 months ago by benjaminbpri.
    Plugin Author Aurovrata Venet

    (@aurovrata)

    It looks like the error I’m getting is “wp.editor is undefined”

    So this error is not coming from this plugin. The wp.editor is WordPress function to run the classic editor that runs in the WordPress post editor.

    I’m guessing the conflict is a result of the theme allowing frontend editing of posts.

    not a conflict per se, but rather you are missing some js libraries that are not being loaded on your page, probably best to ask in the WP forums how to resolve this.

    Due to your JavaScript error, the other js scripts used by this plugin are not being executed, and therefore the row button is not being initialised properly.

    Once you resolve that error, the plugin should work as expected.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Having not heard back, I am assuming the issue is fixed and marking it as so.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Row Not Showing’ is closed to new replies.