• Resolved wand4

    (@wand4)


    Hello Charlie,

    Firstly, great work on the wash care plugin.
    While the plugin works great when I add individually to each product, I get an error everytime I go to the product category page and enable the wash care there and click on save…..I have to go back and disable the wash care. Can you please help?

    • This topic was modified 1 year, 8 months ago by wand4.
Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi, is there any error message?

    Thread Starter wand4

    (@wand4)

    Thank you for the fast reply.

    Yes it says ‘There has been a critical error on this website. Please check your site admin email inbox for instructions.’

    Plugin Author Charlie Etienne

    (@charlieetienne)

    Do you have any error message in the email sent to admin?

    Thread Starter wand4

    (@wand4)

    Unfortunately no mail has been sent….

    Plugin Author Charlie Etienne

    (@charlieetienne)

    Is it possible for you to activate debug so I can know the error message?

    You’d need to go in wp-config.php and set WP_DEBUG to true.

    Be aware that all errors in your site would be visible in backend AND frontend. To hide these errors, just set it back to false.

    Thread Starter wand4

    (@wand4)

    Yes I shall do that, but thanks to this, now I am also setting up smtp as I realised that my mail server may not be configured. ??

    Thread Starter wand4

    (@wand4)

    Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method WCSFWC\Fields::save_term() cannot be called statically in /home/969178.cloudwaysapps.com/frdygnkbvh/public_html/wp-includes/class-wp-hook.php:310 Stack trace: #0 /home/969178.cloudwaysapps.com/frdygnkbvh/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #1 /home/969178.cloudwaysapps.com/frdygnkbvh/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() #2 /home/969178.cloudwaysapps.com/frdygnkbvh/public_html/wp-includes/taxonomy.php(3394): do_action() #3 /home/969178.cloudwaysapps.com/frdygnkbvh/public_html/wp-admin/edit-tags.php(183): wp_update_term() #4 {main} thrown in?/home/969178.cloudwaysapps.com/frdygnkbvh/public_html/wp-includes/class-wp-hook.php?on line?310

    Plugin Author Charlie Etienne

    (@charlieetienne)

    ?? Thanks, it will help me to debug that error. I’ll keep you informed

    Thread Starter wand4

    (@wand4)

    Thank you and much appreciated! ??

    Thread Starter wand4

    (@wand4)

    One more thing I found is, when I click on my products quicklook in the archive page, the first label gets partially hidden behind the photo….Anyway to fix?
    Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi @wand4 , I just pushed a new version. It fixes the fatal error in categories, as well as tooltip overlap issues (in most cases).

    Please update and let me know if everything works as expected!

    If the tooltip is still hidden behind the image, try to paste this custom CSS in Customizer:

    [aria-label][role~="tooltip"]::before,
    [aria-label][role~="tooltip"]::after {
        z-index: 999999999999;
    }

    Please note it may not work in some cases…

    Cheers,

    Charlie

    Thread Starter wand4

    (@wand4)

    Hello Charlie!

    Thank you and I shall test it out and update here!

    Thread Starter wand4

    (@wand4)

    Ok great news, the category error is fixed!

    But, the tooltip is still hidden behind the image, even after adding the additional css…..

    Thread Starter wand4

    (@wand4)

    Just to clarify, the tooltip looks fine in the single product page. I face this issue in the archive page, when I click on the product quickview…..

    Plugin Author Charlie Etienne

    (@charlieetienne)

    In this case I think the parent div has an overflow:hidden property.

    If you know a bit of css you could try to override this property. (But you should expect side effects!)

    Without a link to your page I won’t be able to help you more.

    Charlie

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘wordpress backend throws error on wash care plugin category level enabling’ is closed to new replies.