Hmm I have asked for an idiot guide to sort this problem twice here now and no response. Yet you say I only need to post once for a reply. As for your forum I have asked you there for a link to the post that you said you replied to but that has not been answered either. Are you sure we only need to post once?
Idiot guide please
Congerman
I could be wrong, but this is what I am currently adding to the responsive.css to fix some display problems my site has on iPads (which are 768x1024)
@media only screen and (device-width:768px)and (orientation:landscape){
add your css here
}
@media only screen and (device-width:768px)and (orientation: portrait){
and here
#header-lan-curr {display:none;}
}
For example, I don't want my block of what country you are browsing to appear in the top corner of portrait but I am fine if it's left there for landscape, so I used Crome -> right click -> Inspect Element and found it it falls under #header-lan-curr, so i just put it as display:none. I'm still tweaking it and perhaps it doesn't work for everyone, but it is working great for me so far. Hope this helps.
And please be nice to Ann, she is hugely helpful on this site. A quick Google of iPad responsive css and I found this solution which seems to be working. And I am pretty much an idiot at this stuff as well.
Last edited by margecc; 9 Nov 2015 at 09:26 PM.
Thanks, Colleen
www.af-company.com
To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978
Thanks I will try that. Do you happen to know the css that is required to put the mobile menu instead of the full menu?
I do not think i have not been "not nice" to Anne. She said I had duplicate posted but would not give me link to supposed duplicate post. She replied here and then I asked for a idiot guide and have had no response. I am just frustrated. I use Anne's templates and have had great response for support in the past. Just can't work out why it has fallen apart this time
My site is http://ProGradeCabinets.com. Using Stirling Grand template with ZC 1.50, and has been working perfectly, thank you picaflor-azul. However I added new categories, increasing my columns in the css drop down mega menu portion to 5 & 6 columns. When hovering on item in 3rd Category, (ex. Jamco Products>Carts>2 Shelf Svc Carts>) it displays columns 4 & 5, and overlays all column 5 subcategories. How can I go about getting columns 5 and above to display correctly, or not at all?
Thanks
Jon Baumann
Last edited by Cabinetman; 19 Nov 2015 at 06:30 PM.
I would recommend re uploading the original menu styles from the template package. The overlapping is not happening in the demo, but it looks like the template is only coded out to 4 levels deep so if you have more levels you will need to copy the styles for the additional levels. You can check out the original menu tutorial for more info about this:
http://code.tutsplus.com/tutorials/h...enu--net-15129
Thanks,
Anne
I re-uploaded all the .css files, as I had compiled and combined some files. But this made no change. The link to the tutorial isn't valid. I checked out some other css menu tutorials online, but couldn't figure it out. I am ok with just displaying 4 levels deep, if there is an easy way to do that, but I can't reduce the number of subcategories I have. Any thoughts?
Bookmarks