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
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!