Well, I want to use this menu here link
It does not work in blogger link and I have tried in several different templates as well.
I downloaded the file and it worked perfectly ... So I thought the problem would be in the blogger .. then I went to test in jsfiddle to be sure ( link ) and also did not work, I put the same codes of the files that I downloaded, and the result was the same with the blogger.
If it were just in the blogger, it could be code conflicts, but I I tested it in 4 different places, and the problem persists in two of them ...
I've put comments on the blogger with the parts of the menu, to make it a little easier.
<!--menu-->
<!--script menu-->
<!--menu jquery-->
I already put jquery after <head>
and before </body>
and it did not make any difference either, and another thing I just changed in blogger, at the request of the blog, was this part of the code:
if ($(window).width() <= mediasize) {
For this reason:
if ($(window).width() <= mediasize) {
Now, I could not be more confused ... I do not know what to change or why. are the same codes in different places.
Note: The error of this code in jsfiddle, was because it needed to import jquery ... As in the photo, although he thought he was already importing it into this code (which is the same as was downloaded along with the menu) <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
, apparently I was not.
However, despite the change in blog codes, nothing has changed.