Okay
  Public Ticket #1130015
Menu slider in blog page doesn't work
Closed

Comments

  •  2
    Bart started the conversation

    Hello,


    the menu doesn't slide in on my blog page. However, it does work on the index page. Do you have any idea?

    This is the page: http://pullyoursocksup.nl/blog-gallery-grid.html

    Thank you.

  •  839
    Jelly replied

    Hi,

    Try go to

    /scripts/main.js
    

    Then change the validation code:

    /*Validation*/
      $("#contactform").validate({
        submitHandler: function(form) {
          $(form).ajaxSubmit();
          $('.formSent').show();
          $(form).find('input[type=text]').val('');
          $(form).find('input[type=email]').val('');
          $(form).find('textarea').val('');
        }
      });
    

    To

    /*Validation*/
      jQuery("#contactform").validate({
        submitHandler: function(form) {
          $(form).ajaxSubmit();
          $('.formSent').show();
          $(form).find('input[type=text]').val('');
          $(form).find('input[type=email]').val('');
          $(form).find('textarea').val('');
        }
      });

    Best Regards,
    Jelly Team

  •  2
    Bart replied

    Hi, thanks for your reply, but I don't think it has anything to do with the contactform. It is just that the menu doesn't appear on that specific page. When you click on the hamburger on the left, nothing happens.

    Thank you.

  •  839
    Jelly replied

    Hi,

    The problem come from jquery error, that why I tried tell you try to change the script, please follow the steps because it's impossible to do anything when you don't provide ftp information.

    If you don't know how to do it, please provide ftp information via private reply. I will help you check it.

    Best Regards,
    Jelly Team

  •   Bart replied privately
  •  839
    Jelly replied

    Hi,

    It's information to connect your hosting and check the source code, if you don't know it from where, try ask your hosting provider about it.

    Best Regards,
    Jelly Team