Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author arcware

    (@arcware)

    Have you tried re-saving your WordPress permalinks? Is it just the images? Meaning, if you give your gallery a description, does that show?

    Thread Starter knittingand

    (@knittingand)

    I resaved the permalinks but it didn’t work. There’s also no description showing

    Plugin Author arcware

    (@arcware)

    Hard to say without seeing it. Mind if I login to your WP admin and take a look? Send credentials to dave AT maxfoundry DOT com.

    Plugin Author arcware

    (@arcware)

    That’s weird. I see your above reply about re-saving permalinks didn’t work, but then I got an email from this thread with a response from you that it did, yet *that* response isn’t showing in this thread.

    So are you still having issues or are you OK?

    Thread Starter knittingand

    (@knittingand)

    That was my fault. My internet failed while switching from one to the other and I didn’t realise it was still using the lite plugin so I edited my reply. Images are still not showing using the full version, neither are descriptions.

    Plugin Author arcware

    (@arcware)

    Sorry for the delayed response. I logged in to your admin and deactivated MaxGalleria Lite and activated MaxGalleria. However, the issue was that the single-maxgallery.php file in the root of your theme didn’t get updated, as it was still looking for the Lite post type version. I edited that file to use the correct post type and now it works as expected.

    Plugin Author arcware

    (@arcware)

    For anyone else with this issue, to resolve this issue, do the following:

    – Be sure MaxGalleria Lite is deactivated and MaxGalleria is activated.

    – In the root of your theme is a file named single-maxgallery.php. Open it up for editing.

    – Look for this line of code:

    <?php if ($post->post_type == MAXGALLERIA__LITE_POST_TYPE) { ?>

    – Change that line of code to this:

    <?php if ($post->post_type == MAXGALLERIA_POST_TYPE) { ?>

    This only affects viewing the gallery page directly and it seems like it’s only when people are going from the Lite version to the full version. Viewing galleries within posts/pages should be just fine.

    Plugin Author arcware

    (@arcware)

    Marking as resolved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Switch from MaxGalleria Lite – No Pictures’ is closed to new replies.