• Your plugin has some bugs.

    My wordpress website installed two plugins: you plugin size chart and another plugin forminator , it’s link is : wordpress.org/plugins/forminator/

    Once your plugin is activated, the forminator plugin starts having issues – its backend management panel’s CSS style gets messed up.

    Please open the following two links, so that you can see two pictures with detailed explanations :

    pbs.twimg.com/media/FsmVw6yaUAISlvO?format=png&name=large

    pbs.twimg.com/media/FsmVw63akAE279E?format=png&name=large

    You can install these two plugins on your own website, so that you can see these bugs.

    Please fix these bugs, thank you.

    • This topic was modified 1 year, 7 months ago by Yui.
    • This topic was modified 1 year, 6 months ago by lilylaw.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello @lilylaw

    Thanks for reaching out and for notifying the issue with the plugin conflict.

    We have fixed it and shared the steps below for you to make it work on priority based:

    File Path: “plugins/woo-advanced-product-size-chart/admin/class-size-chart-for-woocommerce-admin.php”

    Line no: After 120 Add below code

    $screen = get_current_screen();
    if ( false !== strpos( $hook_suffix, ‘dotstore-plugins_page_size-chart’ ) || ‘size-chart’ === $screen->post_type ) {

    Go to the Line no: 300

    Close the bracket like this: “}”

    After that, you can see the plugin issue with the “Forminator” plugin will work for you.

    Please update the changes mentioned above and let us know how it works.

    Based on your feedback, we will release new version with the changes so you never lost it on next update.

    Best Regards,
    Hitendra & DotStore Team

    Note: Kindly please revise the review.

    Thread Starter lilylaw

    (@lilylaw)

    Hi !

    Your code is right, and the bugs has been fixed, thank you so much !!!

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello @lilylaw

    Thanks a lot for your time.

    If you revise the title of review, that would be great for us.

    Best Regards,
    Hitendra & DotStore Team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello @lilylaw

    Greetings!

    If you revise the title of review, something like “Great plugin, or support” that would be great for us and also other users like our plugin more.

    Best Regards,
    Hitendra & DotStore Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘It solved my problem.’ is closed to new replies.