• Resolved Colinbrowne

    (@colinbrowne)


    The ‘Deactivate’ button doesn’t work. The screen reloads and jumps when I click it, but no change. It still says ‘Deactivate’ under the plugin listing ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose

    (@giuse)

    Hi @colinbrowne

    The screen reloads and jumps when I click it

    What do you mean? The plugin adds a static link, no JS is involved. What does “jumps” mean?

    I suggest you enable the debug in wp-config.php by adding these lines before the comment /* That’s all, stop editing! Happy publishing. */:

    define( 'WP_DEBUG',true );
    define( 'WP_DEBUG_LOG',true );
    define( 'WP_DEBUG_DISPLAY',false );

    Then try again and check if you have PHP warnings or errors in the file wp-content/debug.log

    Thread Starter Colinbrowne

    (@colinbrowne)

    Hi Jose. Sorry, I didn’t mean that the screen jumps in a way that JS would make it jump, I just meant in the normal way that browsers sometimes behave when clicking a link.

    I’ll add the code now.

    Thanks for the reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn’t Work’ is closed to new replies.