• Resolved elffuts

    (@elffuts)


    I really want to use the Raindrops theme for my website, but my two-level menu doesn’t work properly with it. When I click on an item in the primary menu, the submenu pops up right on top of the primary menu rather than off to the side. If this were fixed, I’d adopt Raindrops in the blink of an eye.

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

    (@nobita)

    Hi elffuts

    I, pending the review, the corrected version of this problem.
    For normal function, there is no problem, but I have received the current accessibility reviews.

    Do apologize for the trouble, but if in a hurry, so you can download from the following URL, please try the latest version

    https://github.com/tenman/raindrops/releases

    Please download ver 1.230

    Thank you.

    Thread Starter elffuts

    (@elffuts)

    Thank you for the quick reply, but now neither menu appears as it should.

    Please check my website at https://www.idacadsci.org

    When the mouse cursor hovers over “About IAS” in the navigation bar, a drop-down menu appears, then when the cursor hovers over “Awards” in that menu, a second drop-down menu appears to the right of the first one. Neither of those drop-down menus appears with Raindrops ver 1.230

    Theme Author nobita

    (@nobita)

    now neither menu appears

    neither means like below ?

    https://www.tenman.info/wp3/manualraindrops/files/issue-menu.jpg

    Display of ordinary Raindrops is as follows.

    Please check the about test: ABC

    https://www.tenman.info/wp3/previewraindrops/

    If you can not get the display, such as a sample, conflict of CSS will be considered

    I think if you can check the sites Raindrops is applied, is a rather strange menu display, and understand the cause maybe, what, such as plug-ins by whether it is actually used, it varies, it is estimated by the imaginary it is difficult.

    but However, if you test

    style.css line:1427

    .enable-keyboard #access .children .children,
    .enable-keyboard #access .sub-menu .sub-menu,
    .enable-keyboard #access ul ul ul,
    .raindrops-accessible-mode #access .children .children,
    .raindrops-accessible-mode #access .sub-menu .sub-menu,
    .raindrops-accessible-mode #access ul ul ul {
        left: 100%;
        top: -1px;
        text-align:center;
    }
    #access .children .children,
    #access .sub-menu .sub-menu,
    #access ul ul ul {
        left: 100%;
        top: -1px;
        text-align:center;
    }

    for example change from left:100%; to left:100%!important;

    Thank you.

    Thread Starter elffuts

    (@elffuts)

    I’m just a user, not enough of a css programmer to understand your comments. And, I don’t mean to argue, but I just tried six other themes, and my menus work properly with all six. Therefore, it seems to me that the problem must be with the Raindrops theme.

    Theme Author nobita

    (@nobita)

    Neither of those drop-down menus appears with Raindrops ver 1.230

    And, I don’t mean to argue,

    Is it possible for you to provide a screen shot?

    Thank you.

    Thread Starter elffuts

    (@elffuts)

    I don’t know how to put a screen shot in here, but I could send one as an email attachment.

    In the meantime, when I try Raindrops, I get this error message at the top of the screen, “Warning: Illegal string offset ‘widget_ids’ in /homepages/6/d172544949/htdocs/IAS/wp-content/themes/raindrops-1.232/functions.php on line 7306”

    Does that help?

    Theme Author nobita

    (@nobita)

    "Warning: Illegal string offset 'widget_ids' in
    /homepages/6/d172544949/htdocs/IAS/wp-content/themes/raindrops-1.232/functions.php
    on line 7306"

    Sorry I’m fixed above issue.

    I’m update 1.233 Please try below.

    https://github.com/tenman/raindrops/releases

    Thank you

    Thread Starter elffuts

    (@elffuts)

    Yes, the warning message is gone. But, the menus sill don’t work.

    Theme Author nobita

    (@nobita)

    Please comments below

    https://www.tenman.info/wp3/raindrops/about/

    I’m reply your mail address

    Theme Author nobita

    (@nobita)

    past 4weeks no reply

    change resolved

    Thread Starter elffuts

    (@elffuts)

    Sorry to say that I never was able to get it to work. Had success with many other themes, but never with Raindrops.

    Theme Author nobita

    (@nobita)

    Thanks reply

    Your nav-main menu tested with my Raindrops

    I was able to reproduce the behavior that can not be displayed 2014 award …

    Issue was sloved with my Raindrops ( ver 1.239 )

    Please add to Raindrops style.css last line below style rules

    #nav-main .nav-main a:hover {
    background-color: #FFF!important;
    color: #000;
    text-shadow: none;
    }
    
    #nav-main .sub-menu a,
    #nav-main .children a {
    float: left;
    width: 150px!important;
    padding: 10px 14px;
    font-size: 15px;
    }

    Thank you.

    Thread Starter elffuts

    (@elffuts)

    I wish I knew enough about CSS to feel comfortable making that change. Unfortunately, I can’t even find the place to add the code lines you provided. Are you planning to make available an updated version of Raindrops that includes this change?

    Theme Author nobita

    (@nobita)

    Are you planning to make available an updated version of Raindrops that includes this change?

    Problem from occurring in the menu of the second level, it does not occur only in the state where you copied the html source of your site.

    Of course, it is not than there is a problem with the menu of your site, It is a thing that comes from the difference in structure.

    I believe such problems, because it may occur from time to time, and we should support the user who suffers from such a problem

    At the moment, I can not be determined as a bug.

    Sorry Please do understand

    Thread Starter elffuts

    (@elffuts)

    As I said, I’m not a css programmer. Can you please give me a more detailed description about where I should insert those changes? Is it between lines 102 and 103? or where?

    Thank you!

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Two-level menu’ is closed to new replies.