Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3044
    sahm.christian
    Participant

    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

    #3051
    Rattus
    Keymaster

    Try replace in init.php file:
    from
    jQuery(document).ready(function(){
    to
    jQuery(function(){

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