php - Unable to expand navigation of wordpress website when the browser size is reduced -


i looking in verefly.com. have developed website online theme , have made necessary changes .my issue navigation menu when browser reduced original size , not expand . should ideally , performing until days ago .

the normal website looks :

enter image description here

the website looks different when browser reduced in size :

enter image description here

in above picture see navigation menu , plus sign no longer clickable . neither expand . not able understand can change work again .

i appreciate .*

* tried check if secondary menu had issue , nothing evident *

mmm.. see. try remove or turn off script below. may resolve problem.

jquery(document).ready(function(){        jwplayer("mediaplayer_vid_5").setup({        "autostart" : "true",         "controlbar" : "bottom",         "file" : "http://www.youtube.com/watch?v=pgocetmgle0&feature=youtube_gdata_player",         "flashplayer" : "http://verefly.com/wp-content/plugins/cool-video-gallery/cvg-player/player.swf", "volume" : "70","width" : "640",                             "height" : "480",                             "image" : "http://i.ytimg.com/vi/pgocetmgle0/0.jpg",                             "mute" : "false",                             "stretching" : "fill",                             "skin" : "http://verefly.com/wp-content/plugins/cool-video-gallery/cvg-player/skins/glow-skin/glow.xml"                         });                     }); 

new update : script in article "vault in ville!", let check in post in wordpress admin, there may inadvertently insert javascript code. if find code, remove it.

please use browser view source in url http://verefly.com/2012/06/06/vault-in-the-ville-2/ see javascript code mean.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -