arcware
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxGalleria] import from nextgenFYI, we just released MaxGalleria 2.2.1 which fixes this issue with the NextGEN import tool.
Forum: Plugins
In reply to: [MaxGalleria] where does it store the galleries ?The galleries for MaxGalleria is based on a custom post type, so it stores its settings in the wp_post and wp_postmeta tables.
Forum: Plugins
In reply to: [MaxGalleria] doenst save optionsI see that now, thanks for letting us know. We’ll get a fix in place shortly.
Forum: Plugins
In reply to: [MaxGalleria] import from nextgenTo clarify, I think this is related to the most recent update of MaxGalleria, not NextGEN.
Forum: Plugins
In reply to: [MaxGalleria] import from nextgenI’m able to reproduce this and I think it’s related to the most recent update. Let me dig into it a bit more and get back to you. Thanks for bringing this to our attention.
Forum: Plugins
In reply to: [MaxGalleria] import from nextgenAre you going from the Lite version to the new full version? And what version of NextGEN are you using?
Forum: Plugins
In reply to: [MaxGalleria] Switch from MaxGalleria Lite – No PicturesFor 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.
Forum: Plugins
In reply to: [MaxGalleria] Switch from MaxGalleria Lite – No PicturesSorry 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.
Forum: Plugins
In reply to: [MaxGalleria] Switch from MaxGalleria Lite – No PicturesThat’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?
Forum: Plugins
In reply to: [MaxGalleria] Switch from MaxGalleria Lite – No PicturesHard 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.
Forum: Plugins
In reply to: [MaxGalleria] Switch from MaxGalleria Lite – No PicturesHave you tried re-saving your WordPress permalinks? Is it just the images? Meaning, if you give your gallery a description, does that show?
Forum: Plugins
In reply to: [MaxGalleria] Video Galleries AddonClosing this thread.
Forum: Plugins
In reply to: [MaxGalleria] VideosNo worries, we’re still figuring out how this new model works best for our customers, so any feedback like that is good.
Forum: Plugins
In reply to: [MaxGalleria] Video Galleries AddonThere is no Video Galleries addon, per se. Video galleries are included as part of the core plugin and support YouTube videos. There is a separate addon to support Vimeo videos if that’s what you need.
As for self-hosted videos, MaxGalleria does not support those at this time.
Forum: Plugins
In reply to: [MaxGalleria] VideosFYI, we just released version 2.1.0, which brings support for YouTube videos back into the free core plugin (instead of having to use a separate addon). Sorry if you felt mislead, that wasn’t our intent.