[Resolved] Problem with responsive menu

Home Forums Support [Resolved] Problem with responsive menu

Home Forums Support Problem with responsive menu

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #415413
    Jesús

    Hello, I can’t expand the responsive menu. Thanks!

    #415639
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try #1 here?
    https://docs.generatepress.com/article/debugging-tips/

    Thanks!

    #416970
    Jesús

    Hello I tryed it but I can’t see it. Then I deactivated the GP Premium plugin and the responsive menu already appers, but I activate it again and it disappears.

    #417147
    Leo
    Staff
    Customer Support

    I see a lot of jQuery errors on your site which is not causing by GP: https://s1.postimg.org/7g6he64kmn/2017-11-06_0819.png

    Can you try disable all non-GP plugins and leave it so we can see?

    Thanks!

    #417157
    Jesús

    All plugins except “GP premium” are disabled now. Thanks

    #417197
    Tom
    Lead Developer
    Lead Developer

    Can you try updating to the latest GPP 1.5 release candidate? https://generatepress.com/gp-premium-1-5-alphabeta/

    #417226
    Jesús

    I have copied the snippet to the functions.php of my child theme but I can’t get the update.

    #417242
    Leo
    Staff
    Customer Support

    Might have to wait a few minutes to get the notification.

    #417260
    Jesús

    I have already updated the plugin and the problem continues.

    #417279
    Tom
    Lead Developer
    Lead Developer

    Now it’s a different error.

    Do you have this code added in GP Hooks?:

    <script type="text/javascript" charset="utf-8">
    // Cambiar lo de debajo para los diferentes sliders. Ejemplos en http://flexslider.woothemes.com/index.html //
    $(window).load(function() {
      $('.flexslider').flexslider({
        animation: "slide"
      });
    });
    // Cambiar lo de arriba para los diferentes sliders. Ejemplos en http://flexslider.woothemes.com/index.html //
    </script>

    If so, can you remove it? It’s likely causing the errors.

    #417295
    Jesús

    Yes, that was the problem. Now it’s good. Why was this problem happening? Thanks!

    #417425
    Tom
    Lead Developer
    Lead Developer

    Javascript errors break the rest of the javascript on the page.

    If you have Flexslider installed on the site, this would be your code:

    <script type="text/javascript" charset="utf-8">
    // Cambiar lo de debajo para los diferentes sliders. Ejemplos en http://flexslider.woothemes.com/index.html //
    jQuery(window).load(function() {
      jQuery('.flexslider').flexslider({
        animation: "slide"
      });
    });
    // Cambiar lo de arriba para los diferentes sliders. Ejemplos en http://flexslider.woothemes.com/index.html //
    </script>
    #417672
    Jesús

    That’s right! Thanks!

    #417867
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.