If you need to see the site without the menu installed to evaluate where it is breaking you can find it here http://www.matchlockarms.com
Thanks all!
Printable View
If you need to see the site without the menu installed to evaluate where it is breaking you can find it here http://www.matchlockarms.com
Thanks all!
I can offer this: http://www.zen-cart.com/content.php?124-blank-page
Thanks DrByte, I reviewed the mentioned and don't believe this to be code related. The cache folder on my server is empty. It seems be be more formatting related. The entire main content is behind the menu maybe? Did you happen to look at the site? http://dev.matchlockarms.com for the dev site with the issue and http://www.matchlockarms.com for the working site no menu installed yet.
Thanks!
Ya, I looked at the site yesterday.
Right now it looks like you've got it working.
Hi there, I've just updated one of our sites and I'm although I tested on every browser I had on my computer, my dropdown menu unfortunately breaks on an ipad.
The dropdown bit just doesn't happen at all.
Also, positioning wise, the menu runs onto two lines which is annoying too (this happens on ipad and my android phone) but obviously I'd most importantly want to get the menu actually working on ipad.
my site is www.traditionalirishgifts.com if anyone can help me I'd really appreciate it
thanks
The
can anyone help me out with this? It's still a problem and it's xmas and loads of people can't use my site.
I suspect that the CSS you're using to drive it simply isn't listening for a "click" event. It's all based on "hover" events ... which means it works fine when a mouse is moved over the menu ... but on a tablet you don't have a mouse, you only have a "touch" or "click" event. So you'll need to rework your code to accommodate that.
Here's proof of why searching the forum and reading the readme are usually the best place to start when solving an issue.. I failed to do both, and found these posts which pointed me to the readme (where I should have started to begin with :laugh:)