Home › Forums › Photo World/Photo Session Support › Menu error
- This topic has 10 replies, 3 voices, and was last updated 8 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
November 19, 2015 at 3:57 pm #14784
When a menu item is selected all of the sub-items turn green. The user can no longer see the sub-items turn from white to green as the mouse scrolls the items.
This happens under the “Our Work” and “About Us” menu items. For some reason the items under “Careers” work as they are supposed to work.
http://www.compoconst.com/
November 19, 2015 at 4:04 pm #14786I noticed this web site using Photo Session has the same problem under the “Activities” menu item:
http://jerseyitguy.co.uk/AS/08VanNesteJ/website2/wordpress/summer-camp
November 20, 2015 at 9:43 am #14851Will solve this in Photo Session in next update.
Regards,
ShriNovember 20, 2015 at 2:53 pm #14879When will there be an update?
I took another look at why “Careers” works while “Our Projects” and “About Us” does not work and discovered that if I make the top menu a custom link to a URL instead of to a Page the menu works? Maybe this will help you find out where the problem is, but for me my work around is fine.
Under “About Us” the sub-menu item “Community Involvement” wraps. Can you point me to the location in the source where I can increase the sub-menu width about 3 characters? Thanks
Rich Keitz
November 23, 2015 at 1:33 pm #15081Hi Rich,
Sure show us your website URl and we can guide you.
Regards,
ShriNovember 23, 2015 at 3:40 pm #15096http://www.compoconst.com/
Also, where can I adjust the color of the submenu background? It’s stuck on #FFFFFF with no transparency. I would like to make it the same as the header background and transparency.
November 24, 2015 at 12:37 pm #15162#site-nav ul li:hover ul { background-color:rgba(0, 0, 0, 0.6)}
Add this in Appearance>Theme Options>Layout Settings>Custom CSS
Regards,
ShriDecember 2, 2015 at 2:24 pm #15762I added: #site-nav ul li:hover ul { background-color:rgba(0, 0, 0, 0.6)}
and it did not seem to have any effect.
December 3, 2015 at 10:25 am #15829Apply !important at the end of 0.6 and then close it with ; (semi colon)
Regards,
ShriDecember 11, 2015 at 1:15 pm #16391Shri,
That didn’t workDecember 14, 2015 at 11:53 am #16586Hi Richard,
Kindly go to Appearance>Theme Options>Layout Settings>Custom CSS
Replace this css code with your code:#site-nav ul li:hover ul {background:rgba(0,0,0,0.6); display:block; left:0; position:absolute; top:30px; width:190px; z-index:10;}
Hope it helps.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.