Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Hey,
thanks for the great plugin.
I am struggling with a classic ajax problem. The post (where the shortcode is in) is loaded by an ajax call. So the jQuery(document).ready(… within the for example afflux/init.php will not happen, so the gallery is not showing.
Is there any known method to avoid this problem with ajax? Any suggestions?
Thanks in advance, Chris
Try replace in init.php file:
from
jQuery(document).ready(function(){
to
jQuery(function(){
