Hi there
I am having an issue with Events Manager 5.3.5 and JetPack. Most things seem to work fine, but the Tiled Galleries seems to have a conflict for some reason. Is there a work around that is known?
Cheers in advance
Garf
Hi there
I am having an issue with Events Manager 5.3.5 and JetPack. Most things seem to work fine, but the Tiled Galleries seems to have a conflict for some reason. Is there a work around that is known?
Cheers in advance
Garf
hi,
seems to be working fine with my test site; do you have a sample screenshots of what do you see?
Hi there
Thanks for the reply.
When Event Manager is activated the Media --> Setting check box for show as mosaic isn't available, when it's deactivated it is. I tried setting the show as mosaic with EM turned off and my test gallery worked as a tiled gallery, but when I re-enabled EM it returned to just being a gallery and the option again had disappeared from the Media settings.
Garf
Hi Garf,
tested this out, and I get this too... how wierd! will fix asap, although this may take a few weeks due to the things we're working on atm.
Hi Marcus
No worries about the speed of the fix, just glad I wasn't going insane :-)
thx, it is an odd one....
FYI the latest version of JetPack hasn't fixed this issue on my site
haven't had a chance to look yet so can't confirm yet if the problem is on our side
We have the same problem too. I found a solution if you are not using the gallery short code of the Event Manager.
from plugins/events-manager/classes/em-event.php scroll to the bottom and you will these codes
remove_shortcode('gallery');
add_shortcode('gallery_em', 'em_event_gallery_override');
comment them and there you have your jetpack tiled gallery.
Hope this helps
@MidnightJr thanks for pointing that out, a big clue there.
Unfortunately the latest update has removed the code to look for, and it is probably in another file, still clashing. Aghh! Will have a look through the files...
no, haven't moved the code above yet, plan to fix this by next update
btw, this is now fixed in the latest dev version
I've modified the code highlighted by MidnightJr so it's executed later than JetPack Tiled Galleries, otherwise using just [gallery] on a recurrence event won't retrieve the attached pictures to the original recurring event post.
You must log in to post.