• Plug ins like lightboxes (every lightbox script), or “Cookie Law Info”, or “Multi Rating” no longer works with this theme..
    For example pictures that should be open in a lightbox open as a “hyperlink” in the tab of the blog not in a lightbox.

    With other themes all my plug ins work.

Viewing 1 replies (of 1 total)
  • Edit wp-content/themes/amplify/js/scripts.js

    Change line 59 from

    $('a[href*=#]:not([href=#])').click(function() {

    to

    $('a[href*="#"]:not([href="#"])').click(function() {

    And test.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugins like Lightboxes no longer work’ is closed to new replies.