• Resolved Bryan Cady

    (@bobcatou)


    I’m using the latest version of your plugin.
    When I go to click on your Print Icon, nothing happens…It is like it is a dead link.

    I deactivated all other plugins and had the same issue. I even installed older versions of your plugin and had the same problem.

    I’m not sure if it has something to do with the newer version of WordPress or not.
    Any help is appreciated.
    The link above is on the development site.

    Thanks
    Bryan

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    Sounds like there’s another plugin messing with the JavaScript. Either the link is getting broken, or the required JavaScript is getting broken. You’ll need to disable certain plugins to troubleshoot.

    Or, you can chose the none javascript option in the PrintFriendly Plugin Settings (however it’s not as slick).

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    You’ve got some css putting the content behind the paragraph element.

    You can’t click because it’s behind. Move to front (remove the z-index or make it a high number).

    /* Print Pdf Plugin  */
    
    .printfriendly.pf-alignright {
        z-index: -9999;
    }
    Thread Starter Bryan Cady

    (@bobcatou)

    Thanks…I got rid of it. I’m not sure why that was in there. I’m thinking it was covering something somewhere that it shouldn’t. I’ll find out.

    Thanks for the help
    Bryan

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    If you have a minute, please give us a review on WordPress. https://www.ads-software.com/plugins/printfriendly/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Clicking on Icon does nothing’ is closed to new replies.