problem with drop down menu on mobiles
hi guys
in middle of setting up new site, have changed quite a lot of colours ect in style sheet and all looked great on the pc, however i have just checked the mobile side of things and my drop down menu no longer drops down it simply covers over half the screen hiding the mai content of the site, have spent last 2 hours trying to find the problem but am pulling my hair out
can someone help please, i'm using the responsive classic template
https://www.cjscreativecrafts.com/
zencart 2.10
php 8.3
Re: problem with drop down menu on mobiles
Why are you loading two versions of jquery?
this one belongs there
Code:
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
This one does not belong there
Code:
<script src="includes/templates/responsive_classic/jscript/jscript_jquery-1.5.1.min.js"></script>
Re: problem with drop down menu on mobiles
Quote:
Originally Posted by
barco57
Why are you loading two versions of jquery?
this one belongs there
Code:
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
This one does not belong there
Code:
<script src="includes/templates/responsive_classic/jscript/jscript_jquery-1.5.1.min.js"></script>
:oops:
your a star
i thought it was somthing i had broke in the css so have been digging around there for hours:blush:
no idea where the other file came from and have removed it now and it fixed it