Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dpwilliam

    (@dpwilliam)

    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 9 years, 3 months ago by dpwilliam.
    Thread Starter dpwilliam

    (@dpwilliam)

    Hi,

    I wasn’t aware of the CaptainForm button in the page editor.
    It works nicely.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)