• Resolved abhinav_khanna2008

    (@abhinav_khanna2008)


    Hi,

    my site will be having navigation menus upto 4 levels
    eg.

    Fruits
    Apple
    Red
    Local
    Imported
    Green
    Local
    Imported
    Grapes
    Green
    packed
    loose
    Black
    loose

    & so on.

    there are 2 issues:
    1. When i hover upon the main menu the system shows me all the child nodes at once rather than show related menus as i hover on them
    eg. when hover on fruit then show Apple & grapes, when hover on apple show red & green & so on

    2. Also it mixes up the menu such as
    when hovering on Fruits system shows
    Apple
    Red
    Green
    local
    imported
    Black
    Green
    Grapes

    Please suggest.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi abhinav_khanna2008

    Thank you for point out bug.

    Recently, Raindrops theme has made improvements on accessibility.
    When set to accessible mode, the main menu to allow keyboard access, we have changed.
    Test at the time of this change was insufficient.

    I think that it is therefore in the following changes, and it can be modified, please try to verify

    style.css line:1307

    #access ul ul {
    	/*display: none;*/
    	position: absolute;
    	top: 3em; /* If set linktext font-size, example #access a {font-size:123.1%} then this value 3em * 1.231 */
    	left: 0;
    	float: left;
    	width: 10em;
    	z-index: 99;
    	text-align:center;
    	left:-9000px;
    }

    above code change below.

    body:not(.raindrops-accessible-mode) #access ul ul{
    	display:none;
    }
    #access ul ul {
    	/*display: none;*/
    	position: absolute;
    	top: 3em; /* If set linktext font-size, example #access a {font-size:123.1%} then this value 3em * 1.231 */
    	left: 0;
    	float: left;
    	width: 10em;
    	z-index: 99;
    	text-align:center;
    	left:-9000px;
    }

    This bug will be fixed next version.

    Theme Author nobita

    (@nobita)

    This bug was fixed

    Please update Raindrops 1.200

    Thank you.

    Hi nobita,

    I use the Raindrops 1.2 but when I try to update my header image, doesn’t happen nothing.

    I want to use this image:link

    The image is on my PC.
    – i go to the raindrops_setting/upload image/browse/…
    – header image
    – no repeat
    – position: 0,0
    – box height: 180
    – upload

    After this I have the massage: updated raindrops-item-header-style-norepeat-top-0-left-0-x-height-180-Fejresz12.JPG successfully.

    But, on the website nothing else just: link

    Can you help me please? What’s the wrong?

    Sorry for my poor English.

    Ingyenkonyv

    Thread Starter abhinav_khanna2008

    (@abhinav_khanna2008)

    Hi Nobita

    Thanks for the update, the issue is resolved after installing 1.2

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Navigation menu hover is not working’ is closed to new replies.