I was able to fix it by changing this line
add_filter( ‘plugin_row_meta’, ‘cc_stomp_meta_links’, 10, 2 );
into
add_filter( ‘plugin_row_meta’, ‘cc_stomp_meta_links’, 20, 2 );
I know it’s not a very reliable way to do it because it just puts the script into the queue later, but maybe this helps someone.
And sorry I didn’t ask for help first, didn’t really expect such a quick response.
Cheers
PS: I cannot link you to my page because it lives in an intranet. However I can tell you which plugins I had problems with.
“WP Pro Quiz”: The start quiz button was hidden behind the footer.
“PDF Embedder”: Embedded PDFs were partially hidden behind the footer.
I’m currently fine to use your plugin with my small hotfix. Not sure if you want to adopt it or investigate furhter
-
This reply was modified 7 years, 9 months ago by dpwilliam.