Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The page Photo Gallery works, see:
    https://wppa.opajaap.nl/screenshots-2/wppaspec/oc1/cv0/ab99/ptPlaneDriven.JPG

    Please supply a link to a page that shows the problem.

    However… Pretty photo plugin causes errors on your site.
    See: https://wppa.opajaap.nl/screenshots-2/wppaspec/oc1/cv0/ab99/ptPlaneDriven-2.JPG

    Thread Starter cliffgerber

    (@cliffgerber)

    Jacob, Thank you for taking a look at PlaneDriven.com .
    I get the errors with “loading gif” icon on the home page and the Galley when selecting “Photo Gallery -> read more” on the home page. Screen shots can be seen here. https://www.dropbox.com/sh/qvs4v211hoa7y9o/AABlUsSqmhs1FyQ2Ypuen5xza?dl=0

    I could not find “Pretty photo” plugin to remove it, since you say it causes errors. Could you explain further?

    Thank you so much. We have enjoyed WP Photo Album Plus and would to do so again.

    Best regards,
    Cliff Gerber

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This js file is loaded on the page:

    <script type='text/javascript' src='https://planedriven.com/wp-content/themes/inspire-PlaneDriven/includes/js/jquery.prettyPhoto.js?ver=4.2.4'></script>

    and causes the errors:

    TypeError: $ppt is undefined jquery.prettyPhoto.js:553:4
    TypeError: $pp_pic_holder is undefined jquery.prettyPhoto.js:103:0

    wppa relies on the load of the wp standard jQuery files, but they are not loaded.
    Make sure the theme does not remove the enqueued default wp jQuery script files – as they are enqueued by wppa – from the queue.

    wppa needs:

    <script type='text/javascript' src='.../wp-includes/js/jquery/jquery.js?ver=1.11.2'></script>
    <script type='text/javascript' src='.../wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
    <script type='text/javascript' src='.../wp-includes/js/jquery/jquery.form.min.js?ver=3.37.0'></script>

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You should look for

    wp_deregister_script( 'jquery' );

    in your theme files. This is where the default jQuery libraries are removed, and you may find

    wp_register_script( 'jquery', ... );

    where the faulty jQuery library is introduced

    Thread Starter cliffgerber

    (@cliffgerber)

    Thank you Jacob. I doubt my fix is the cleanest, but for now my WP Photo Album works again, thanks to you. I simply added “.bak” to the jquery.prettyPhoto.js file, so now it is jquery.prettyPhoto.js.bak .
    Please let me know if you recommend another way to deal with this, otherwise I am happy now the my slide shows are working.

    Best regards,
    Cliff Gerber

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You can search your theme for ‘jquery.prettyPhoto.js’ where it is loaded and remove that statement(s), but if it works, it works…
    Where did you get the theme from?

    Thread Starter cliffgerber

    (@cliffgerber)

    I inherited this site from someone else who started it. They used Woo Themes’ Inspire template. It is showing current version as 1.1.6. Thanks for being so supportive of WP Photo Album Plus and helping me resolve my issue.
    Much appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Loading GIF and no images showing’ is closed to new replies.