There is problem for SubMenu.
SubMenu works well for Mozilla Firefox.
SubMenu works bad for Internet Explorer 10.
teitbite wrote:Hi
Please remind me site url and show me a screenshot with problem.
teitbite wrote:Hi
I have send this question to programmers, becuase it works fine for me, but I'm checking it in a virtual system on Mac so it's not an orginal IE10 which may be the issue.
teitbite wrote:Hi
I got an answer from programmers. Unfortunately they cannot see problem either
http://d.pr/i/ItrL
teitbite wrote:Hi
It's possible that's becuase of a browser settings or additional plugins, but please describe how the problem looks like.I've already checked and ask programmers to check and all submenus are showing normaly as You can see on screen. Maybe it's not what You had in mind.
teitbite wrote:Hi
I've shown Your video to programmers. Do not have an answer yet, but I believe they will ask for FTP access. Please mail or PM it to me, so i'll give it to them too.
#gkMainMenu > div > ul div.childcontent { padding-top: 2px!important}
teitbite wrote:Hi
Programmers asked to try with adding this code to css:
- Code: Select all
#gkMainMenu > div > ul div.childcontent { padding-top: 2px!important}
if problem will persist please try reduce padding to 0. If it will not help I'll give them Your FTP access.
Mac_66 wrote:teitbite wrote:Hi
Programmers asked to try with adding this code to css:
- Code: Select all
#gkMainMenu > div > ul div.childcontent { padding-top: 2px!important}
if problem will persist please try reduce padding to 0. If it will not help I'll give them Your FTP access.
It nearly works, patience. I tried padding between 0 and 2 the same problem but it nearly works. When I touch menu and works well submenu but if I move mouse middle menu between and menu and submenu not works well. When my mouse touches menu works submenu but if I move to submenu slowly not show, works only move quickly.
teitbite wrote:Hi
An FTP access will not change much, becuase we simply cannot see the problem. Either me or bkrztuk see this submenu propperly when checked on our version of IE10. Please check if the same is happening on different computers under IE10. If this will be happening on different computers as well than we meet on skype and I'll try to fix it while sharing Your screen.
teitbite wrote:Hi
Ok. I've just seen Your other post. Does Your answer there is the same for this question ? Sorry, I'm probably to tired to notice.
My skype is teitbite
#gkMainMenu > div > ul div.childcontent { padding-top: 0px!important;
}
.gkMenu > ul div.childcontent {
display: none;
opacity: 1 !important;
height: auto !important;
overflow: visible !important;
}
.gkMenu > ul > li:hover div.childcontent {
display: block;
}
teitbite wrote:Hi
Can You please send me FTP access than ? I'll just make it for You.
#gkMainMenu > div > ul li > div.childcontent {
display: none !important;
opacity: 1 !important;
height: auto !important;
overflow: visible !important;
}
#gkMainMenu > div > ul li:hover > div.childcontent {
display: block !important;
}
teitbite wrote:Hi
I've made a complete checkout of Your site to find a caouse of this menu problem and looks like disabling ARI plugins fixed it all.
teitbite wrote:Hi
What do You mean by "article image thumbnail" ? Maybe I'll know a solution if I would know what You mean.
teitbite wrote:Hi
The best method would be to use a build in "modal" functionality, but this would require some changes to the core files. So to make it easy a plugin is ok. I do understand what article image thumb is, but since article is a larger presentation of content, than why to show a thumb than. Just simply never was asked about that.
teitbite wrote:Hi
I saw Your PM with an example of this plugin working on a different template. I understand that's possible, but it's in conflict with our script. We simply cannot make it compatible with every 3rd party extensions available. It's not possible. You may try some additional noConflict plugins or an easyjquery plugin to replace jquery version, but this may or may not work, so a safiest method would be to use different plugin for thumb. A mootools based plugin if possible, than the conflict will most likely not appear.