• Resolved Toto146

    (@toto146)


    Hello,

    I’m using WP3.6.1 and the latest JetPack Plugin. In the Twentythirteen-Theme the Gallery doesn’t work. Resetting to Twentytwelve and the plugin works fine.

    What can I do?

    Link to the page.

    Click on “Galerie” and then on the first image “Kirche” to come to the first gallery.

    Regards

    Thorsten

    http://wordpress.org/plugins/jetpack/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Toto146

    (@toto146)

    I mean the carousel!!! The tiled gallery works fine, but not the carousel

    Thread Starter Toto146

    (@toto146)

    I have now figured out that this <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> is the problem for the missing caroussel.

    Twentythirteen seems not to work with JQuery

    Thread Starter Toto146

    (@toto146)

    Anyone an idea to make jquery run so that I can use this script?

    <script type="text/javascript">   $(document).ready(function() {
      $('a[href*=#]').bind("click", function(event) {
       event.preventDefault();
       var ziel = $(this).attr("href");
       $('html,body').animate({
        scrollTop: $(ziel).offset().top
       }, 1000 , function (){location.hash = ziel;});    }); return false; });</script>
    Plugin Contributor Richard Archambault

    (@richardmtl)

    I see that you’ve fixed the issue by properly enqueing jQuery. If you need further help, let me know!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Gallery not working’ is closed to new replies.