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.
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 5 years, 10 months ago by
benjaminbpri.
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.
Having not heard back, I am assuming the issue is fixed and marking it as so.