The sub menu is not stopping for us to click

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support The sub menu is not stopping for us to click

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #27982
    Maniya
    Participant

    Dear support team,

    Thank you for this awesome theme, however we are facing a weird problem in the menu here http://www.danat.bh/phases/phase1/. When we hover on the main menu, which has a sub menu, the sub menu disappears before we even go on it to click. Just for your info we are using google chrome.

    Your urgent response will be highly appreciated.

    Thank you

    #27988
    Veena
    Moderator

    I don’t see any issue but if you need submenu to stay more time then you have to change delay time in file js/main.js file (line no:252)
    currently it is set to 1 sec you can modify it accordingly.
    Pls search for the below code lines and change delay value –

    $('.dropdown-menu-wrap > ul').superfish({
                    delay: 100, // one second delay on mouseout
                    animation: {height: 'show'}, // fade-in and slide-down animation
                    speed: 'fast', // faster animation speed
                    autoArrows: false // disable generation of arrow mark-up
                });
    
    #28009
    Maniya
    Participant
    This reply has been marked as private.
    #28034
    Maniya
    Participant

    Hi,

    Any update on this?? We are waiting.

    thank you

    #28037
    Veena
    Moderator

    We ll get back to you shortly on this.
    Thanks.

    #28049
    Maniya
    Participant

    Hi,

    Can you please tell me the timeline for it??

    I really need to urgently fix it.

    Thank you

    #28074
    Raghavendra
    Moderator

    I see no issue at all in the submenu. It behaves exactly like it should and stays as long as I am hovering over the item. Not sure why you think this is an issue.

    Will get back to you on the team page. Something weird here.

    #28075
    Maniya
    Participant
    This reply has been marked as private.
    #28076
    Maniya
    Participant
    This reply has been marked as private.
    #28084
    Raghavendra
    Moderator

    We checked multiple times on Chrome on multiple OSes and Dev machines but did not find any issue.

    Regarding the second issue, pls use the following Custom CSS –

    .post-snippets .hentry {
        padding: 0;
    }

    Looks like the main style.css was customized by the developers and hence this issue occured. Pls restore the original file and confine all customizations to the child theme style.css. And pls do not modify base styles since that can cause issue like the above.

    #28085
    Raghavendra
    Moderator

    A custom CSS like below that has been added –

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    padding-top:6px;
    padding-bottom:40px;
     display: block; }

    can cause issues in multiples places of the site. Pls remove the same and make it more specific wherever required.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.