Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #634778

    The megamenu has a problem. it disappears when clicking.

    This is when mouse is over:
    https://www.dropbox.com/s/frgqkgdrcrwyz4u/ScreenHunter_409%20May.%2018%2013.33.jpg?dl=0

    But, when I clicking:
    https://www.dropbox.com/s/zltdb7j9g9brbff/ScreenHunter_410%20May.%2018%2013.34.jpg?dl=0

    What can I do?

    I’ve try:
    ….function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https…

    Didn’t work. I deactivate all the plugins. Didn’t work.
    My Site is http://www.praxisunion.com/lab/FA2016

    I will be attentive to your answer. Thanks!

    Jorge Navarro.

    • This topic was modified 7 years, 11 months ago by jorgeluis_ns.
    #635033

    Hi Jorge,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #635431

    Ok! Thanks!

    #635476

    I discovered the problem. The plugin Tap-Tap. Sorry, the problem is not Enfold, your job is great!
    Thank you x all!

    #635508

    Hey!

    I loaded your web site and here is what I see
    So, something is wrong up there, is that correct?
    http://awesomescreenshot.com/0d35vt5v17

    Regards,
    Basilis

    #635516

    Is there any way to leave the menu fixed in cell phones? I had to buy this plugin to achieve it.
    It is possible with the native menu Enfold?
    I need the menu never disappear from the top … even in resolutions of 320×480

    #635573

    Hi,

    It’s not clear but as i understand you like the desktop menu to be visible in mobile devices correct ?

    If so try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px) {
    nav.main_menu {display:block !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:none !important; }
    }
    

    If this is not what you want to do would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #635611

    Hi, thanks! But is not that I want.
    I want a sticky menu on top.
    The same responsive menu (with the logo) of Enfold theme, but sticky in Mobiles devices on 320×480 resolution.
    Always present. My client need that behavoir. Thank you, very much.

    Jorge L .Navarro

    #635640

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    
    .responsive #main {
    margin-top: 148px !important;
    }
    }

    Best regards,
    Vinay

    #635709

    Yeaahh! Is fantastic! But a little detail. I want only the logo and the Icon menu. No phone info.
    I have tried modifying the position wiht the code that you provided me, but I could not.
    Thank you, very much.

    • This reply was modified 7 years, 11 months ago by jorgeluis_ns.
    #636131

    Hello!
    Any Idea? What can I do to fix only the logo and the menu button on top?
    Please, I need the specific line of code, I couldn’t positioning this with previuos code.
    Thanks Very much!

    #636491

    Hi,

    Note that fixed positioning is not fully supported on some mobile devices. Add this to remove the top header on scroll:

    .header-scrolled #header_meta {
        display: none;
    }

    Place the code inside one of the css media query that we suggest previously.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.