Viewing 5 replies - 1 through 5 (of 5 total)
  • Dave Hall

    (@icanmakeyouwebsite)

    Probably a little late for you Arjun, but in case anyone else out there is grappling with this one, I found I could get the tiled galleries in Jetpack to reinitialise with the following:

    $( 'body' ).trigger( 'post-load')

    Worked for me.

    Plugin Author Dean Williams

    (@deano1987)

    Thanks I will add this to reload codes

    how do i use the code ? i tried it like this but it didnt work for me ??

    <script type = "text/javascript">
    $( 'body' ).trigger( 'post-load');
    </script>

    i have to say that i use ajaxify wordpress site because that works somehow better for me … but their forums is pretty dead

    Dave Hall

    (@icanmakeyouwebsite)

    If you’re using the AAPL plugin, it actually needs to be like this (entered into the reload code box, like this, without the script tags around it):

    jQuery('body').trigger('post-load');

    Apologies for the confusion. Hope that works for you n3v3rm1nd.

    tried that but i just doesnt work .. and i dont know why …

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reload Codes for a few Google Events Calendar/Jetpack’ is closed to new replies.