monikak
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9Hey,
i overcome this submenu problem for IE..using z-index property of HTML.I appreciate your guidance.
Monika
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9Hi,
am working on submenus issues.. fortunatetly they started appearing in IE browser too now just like other browsers ??
only issue with IE is submenu looking overlapped , please have a look on site link in IE and let me know what can be the best solution for it.
https://www.fluidperformancemanagement.com/index.phpThanks
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9okay
for jetpack it requires higher 3.2 ahead version
mine is 3.1 and having direct remote machine access and not ftp details
therefore actually having prb of upgradation
will check another links at forum for upgradethanks
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9am thinking to send you my site wp-admin login details to avoid above problem
so that you can directly check style.css issuein which secure way should i give you login details like at your email address ?
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9Jetpack requires worpdress version 3.2 or higher
our version is 3.1 , and while upgrading it asked me ftp details which we dont have, as we are direct client server remote machine accessNot getting just like plugin we copy downloaded plugin folder at plugin directory , is there any way for upgradation also via direct copying downloaded files?
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9ya added below code too
.menu-header ul ul{
display: none;
}please check now
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9yes here i applied again (just removed li from below code) and seeing submenu always open
#access ul ul {
display:none;
}let me know what can be done next
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9by adding below code same problem persists. ie submenus showing in mozila and chrome and not in IE ??
.menu-header ul ul{
display: none;
}Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9as its giving problem i commented out, am opening it again
i will remove after you test itPlease have look now
Thank you
Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9sir,even after clearing cache and applying below code under style.css , i found that complete menu gets hidden
ie no parent menu or submenues appearing ?#access .menu-header ul {
display: none;
}Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9after removing li from below code
#access ul ul li {
display: none;
}
amd after making it as below code – submenues looking always open on page load..#access ul ul {
display: none;
}Forum: Themes and Templates
In reply to: wordpress submenu not looking at IE 9thank you for your reply.
but if we hide or comment out below class from style.css
/*
#access ul ul li {
display: none;
} */then submenus remained aways open.
this is not correct , as when we are going to mouse over to parent menu then only submenu should be seen