This topic has 7 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #170929
     verenar
    Participant

    Hello,

    after update to 4.2.9 I have following problems:

    • On Mouse over notifications and Mails in the menu does not work (no box is appearing)
    • If I activate “Theme options – BuddyPress – Profile & Group Menu Overlay” the group or profile menu disappears.

    The problems could not solved with the update to 4.2.10.

    Thanks

    #171024
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #171043
     verenar
    Participant

    The first problem is with the update to 4.2.10 solved. The second not.

    Greetings

    #171286
     Radu
    Moderator

    Hi,

    For the second issue, make sure to have a cover photo added already

    For me it works using latest theme version.

    Let me know, if still not works, reinstall the theme and check gain, also if you have child theme try to set off only to test if it’s caused by the child.

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #171363
     verenar
    Participant

    Hello Radu,

    the issue “On Mouse over notifications and Mails in the menu does not work (no box is appearing)” is not fixed.

    The “Profile & Group Menu Overlay” is working now.

    Sorry, I mixed up the issues.

    Greetings,
    Verena

    #171438
     Radu
    Moderator

    Hi,

    The hover issue on notifications and cart fixed

    Just add the next function to functions.php child theme (wp-content/themes/kleo-child/functions.php)

    COPY CODE
    
    function sqr_fix_hover_22082017() {
    	
    	echo '
    <style>
    .open .kleo-toggle-submenu { display:block !important; }
    </style>
    	';
    
    }
    add_action('wp_footer', 'sqr_fix_hover_22082017');
    
    

    NOTE : Child theme needs to be installed and activated.

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #171487
     verenar
    Participant

    Thats working, thank you.

    #171534
     Radu
    Moderator

    Great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?