- AuthorPosts
- May 6, 2014 at 17:22 #2987
AnonymousInactiveHi there,
after updating the Gmedia Gallery, none of the existing image-galleries is displayed anymore. I’ve already tried to capture the gallery-id within [ raw] & [ noformat] but that doesn’t seem to work. I’m in a bit of a hurry, because there’s a deadline on the way. I can send you the URL en wp-admin logins, so you can check. Should I use your contact-form or do you have an emailadres where which I can use?
Best Regards,
Sander
May 6, 2014 at 21:09 #2989
RattusKeymasterYou can post credentials here in private reply or via Contact page.
May 7, 2014 at 09:54 #2992
AnonymousInactiveThis reply has been marked as private.May 7, 2014 at 10:54 #2993
RattusKeymasterPhantom module was broken or not installed. I’ve install it via Manage Modules page and now galleries works fine.
May 12, 2014 at 11:00 #3018
AnonymousInactiveThanks for making it work again!
May 18, 2014 at 11:20 #3042
AnonymousInactiveI have somewhat of the same issue
I installed phantom… It works on a bluehost server but on a hostgator not working…
May 18, 2014 at 11:22 #3043
AnonymousInactiveThis reply has been marked as private.May 19, 2014 at 13:39 #3050
RattusKeymaster@anthony:
It works for me on both websites. Try clear browser cache.May 20, 2014 at 03:24 #3058
meParticipantI had this problem for my galleries (both on website and in preview box), and there were three causes:
– SWF-based galleries needed a browser cache clear (e.g. Slider)
– If there is an error in an early call to jQuery(document).ready(), later calls will not be executed. No previews were being shown because of a bug in my theme causing it to abort before executing the Gmedia code.
– The photobox module v0.5 has a bug related to unmigrated settings (I assume). In the rendered HTML:jQuery(document).ready(function(){
var data = null;
data.content = [This causes an error (cannot set a property on null), and because of the second point above any gallery displayed after this one would also not display.
This appears to be caused by the following lines:
$settings = array_merge($settings, ...)
var data = <?php echo json_encode($settings); ?>;To fix, set any setting in the photobox settings and save (it can be unset later) – this recreates the settings object internally.
May 20, 2014 at 09:43 #3061 - AuthorPosts
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
