There is enough room on the Ipad, horizontally, to still have the main menu.
How do I enable this?
- Pappy
- Commercial Templates
- Friday, 30 May 2014
- Subscribe via email
Hello
Try adding the following to the Custom CSS field of your templates parmeters...
Ciarán
Try adding the following to the Custom CSS field of your templates parmeters...
@media only screen and (max-width: 1024px) {
#hornav {display:inline !important;}
.slicknav_menu {display:none;}
}
@media only screen and (max-width: 959px) {
/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.slicknav_menu {display:block;}
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi,
That keeps the menu in place, but it is not working correctly.
It looks like the logo dimensions are overlapping the first 4 links, all defaulting to the home page.
I can see this by holding my finger down on the "News" link.
That keeps the menu in place, but it is not working correctly.
It looks like the logo dimensions are overlapping the first 4 links, all defaulting to the home page.
I can see this by holding my finger down on the "News" link.
- more than a month ago
- Commercial Templates
- # 2
Hello
Try also adding the following to your Custom CSS field..
Ciarán
Try also adding the following to your Custom CSS field..
.logo a {
width: 360px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Spoke too soon.
All is good, except I can only click on the first link (Accomplishments), in the first dropdown menu (Breeding).
The other dropdown menu, Galleries, works properly.
Any ideas?
All is good, except I can only click on the first link (Accomplishments), in the first dropdown menu (Breeding).
The other dropdown menu, Galleries, works properly.
Any ideas?
- more than a month ago
- Commercial Templates
- # 7
I have the same problem.
template Renovate
http://www.wttp.eu
I suspect: conflict TABS !!!
(see attachments)
Regards,
zbyszek
template Renovate
http://www.wttp.eu
I suspect: conflict TABS !!!
(see attachments)
Regards,
zbyszek
- more than a month ago
- Commercial Templates
- # 8
Hi Pappy
Have you since amended this issue as we can now select your dropdown menu items without issue (http://www.miragev.com - FireFox)?
Ciarán
Have you since amended this issue as we can now select your dropdown menu items without issue (http://www.miragev.com - FireFox)?
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Hi zbyszek
Could you detail for me the issue you are having? Idealy start a new post for your query.
Ciarán
Could you detail for me the issue you are having? Idealy start a new post for your query.
Ciarán
- more than a month ago
- Commercial Templates
- # 10
It works properly using a computer, but on the Ipad (horizontal view, since I kept the menu in the hornav) is only when I see the issue.
- more than a month ago
- Commercial Templates
- # 11
Issues can arise with the dropdown menu on some mobile devices which is one of the reasons why we use the mobile menu to avoid such issues. Is the issue only present on menu items that display over your video?
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 12
Hi,
I thought of the video coding at first, but after closer look, the problem only occurs the home page.
Works fine on the video gallery page. Only thing on the home page and not the others is the Home page icons (in the middle)
I thought of the video coding at first, but after closer look, the problem only occurs the home page.
Works fine on the video gallery page. Only thing on the home page and not the others is the Home page icons (in the middle)
- more than a month ago
- Commercial Templates
- # 13
I believe the issue with the homepage is that the dropdown is appearing over the video however the video has a higher z-index on the iPad making the dropdown menu items unclickable. My reasoning is that only the menu items that appear over your video are effected.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 14
You are correct. I removed the video and it works properly.
So... the z-index set for the video player is: auto
I tried changing to 1, but still not working.
Suggestions?
So... the z-index set for the video player is: auto
I tried changing to 1, but still not working.
Suggestions?
- more than a month ago
- Commercial Templates
- # 15
Sorry to say I am not familiar ywith your video module extension so I can not really say. It may be worth contacting the developer of the extenision for a soultion.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 16
It's not the z-index.
It appears that IOS takes over the touch controls when a video is present:
http://stackoverflow.com/questions/5261079/mobile-safari-link-a-element-over-video-element-does-not-work-on-click
It appears that IOS takes over the touch controls when a video is present:
http://stackoverflow.com/questions/5261079/mobile-safari-link-a-element-over-video-element-does-not-work-on-click
- more than a month ago
- Commercial Templates
- # 17
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »