• Hello,

    It appears that the theme is not compatible with the latest version of NextGen Gallery (Version 2.0.30). I updated NextGen and now I am unable to upload images into the posts unless I disable NextGen. And when I run compatibility test it fails.

    Does any one have similar issues?

    Cheers,
    Margarita

Viewing 2 replies - 1 through 2 (of 2 total)
  • I haven’t upgraded to the lastest version.

    Sadly I think I read they removed the compatibility check, which I think is a bad idea.

    Very useful feature because it would at least report a problem.

    You may want to check if you’re theme has the following :

    <?php wp_head(); ?>

    <?php wp_footer() ?>;

    You can check by clicking

    Appearance-> Editor in your admin bar.

    Click Header and then after the Footer on the right hand side of your screen.

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

    <?php wp_footer(); ?> right before </body>

    Add them if they are missing and click Update file after you edit each before moving on the the next.

    Good luck.

    Margarita – does the NextGen compatibility test give you any specifics about what might not be compatible in Sunspot that you could pass along?

    Sunspot uses

    get_header();
    get_footer();

    …not wp_head(); and wp_footer();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatibility with NextGen Version 2.0.30’ is closed to new replies.