Drop down menus are not working

8 posts by 3 authors in: Forums > CMS Builder
Last Post: March 30   (RSS)

By Rhedrick - March 26

When I open the web page the drop own arrows don't show up

waht can I fix on this

Thanks 

Robert

Robert Hedrick

By Dave - March 26

Hi Robert, 

Can you provide more information.  Are you talking about the website or the CMS?  Maybe upload a screenshot? 

Dave Edis - Senior Developer
interactivetools.com

By Robarbh - March 27

Dave,

Robert Hedrick
Attachments:

arsicbrosdocx.docx 573K

By Dave - March 27

Hi Robert, 

If you view the page in Chrome and go to: Right-Click > Inspect > Console

You'll see a number of warnings such as: 

If you search for the listed tags such as this one: 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>

and remove the https: it will load with whatever protocol is used, either http or https:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>

And that should fix the issue.

Good luck!

Dave Edis - Senior Developer
interactivetools.com

By Rhedrick - March 28

Dave

Thank You so Much.

Robert

Robert Hedrick

By Rhedrick - March 29

Dave 

on every page or just index

Robert

Robert Hedrick

By Robarbh - March 30

Dave,

I changed the script on every page that I found it

Thank You

Robert

Robert Hedrick