• Hi,

    This plugin is in conflict with woocommerce. If Tooltip CK is enabled then you can’t change default product image at all.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author CeiKay

    (@ced1870)

    Hi
    can you give me more explanations ? is this a problem in the admin or frontend ?
    do you have an error in the console of your browser, or do you have an url to check ?
    CEd

    Thread Starter johnymas

    (@johnymas)

    Problem is in the admin > product edit page. In firebug I can see an ajax error something like admin-ajax.php 403 Forbidden.

    Plugin Author CeiKay

    (@ced1870)

    can you try to edit the file
    plugins/tooltip-ck/includes/class.admin.php
    line 44+45 :

    if ( ! current_user_can('update_plugins') )
    			return;

    remove these 2 lines and tell me if it works

    • This reply was modified 8 years, 3 months ago by CeiKay.
    Thread Starter johnymas

    (@johnymas)

    No, it doesn’t work. It’s the same.

    Thread Starter johnymas

    (@johnymas)

    I tried plugin Tooltip CK on another web page with installed woocommerce and I got the same result. It didn’t work.

    Plugin Author CeiKay

    (@ced1870)

    I have released a 2.0.3 version that shall fix it
    Please try and let me know

    Thread Starter johnymas

    (@johnymas)

    Hi ced,
    now everything works great.
    Thanks,
    Johnymas.

    Plugin Author CeiKay

    (@ced1870)

    cool ?? thanks for your feedback and patience

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Conflict with woocommerce plugin’ is closed to new replies.