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

    (@opajaap)

    …/wp-photo-album-plus/theme/wppa_slideshow.js is not loading. Did you remove it?
    same for wppa_theme.js and jQuery.
    Are you using a very old wppa.php?
    Or are you using a plugin that destroys all wp_enqueue_script()’s?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Did you remove wp_head() from your theme’s header.php?
    See this code fragment from header.php (Twentyten).

    /* Always have wp_head() just before the closing </head>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to add elements to <head> such
    	 * as styles, scripts, and meta tags.
    	 */
    	wp_head();
    ?>
    </head>
    Thread Starter nvr_di

    (@nvr_di)

    Neither of those actually. I removed the plugin and downloaded and installed the newest version of the plugin just to be sure.

    And the wp_head(); appears to be in the header.php of my theme.

    <?php wp_head();
    ?>
    </head>

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    There is only one css file activated in your header, the style.css from your theme and that is incredibly little. So, to my opinion there is surely something wrong with your theme.

    Thread Starter nvr_di

    (@nvr_di)

    Do you have any ideas of what it might be or maybe point me in the right direction? The plugin worked and the theme worked perfectly until the update.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    A few questions:

    Do you have other plugins installed and, if so, do they work properly?

    What version of WP and of WPPA+ were the last that worked ok?

    Are you sure your WP installation upgraded the last time free of errors?

    What happens when you re-install the previous version (i.e. the version that worked previously) of the plugin? You will find all old versions here. You will have to install them ‘by hand’.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Full size images not displaing’ is closed to new replies.