Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420088
    godwininc
    Participant

    Hi,

    when I first noticed there was a problem, the main menu (desktop) would not show drop downs on hover. I added the following code that I found in a thread and the code corrected the desktop menu drop down. (code below)

    .x-navbar .desktop .x-nav li:hover > .sub-menu {
    display: block;
    }

    Now I see the mobile menu drop downs are always open. I used the following code to get them to close but the result, which did close the drop downs, leaves me without down arrows on the parent menu to open the sub menu.

    @media (max-width: 979px) {
    .x-navbar .x-nav > li > ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    }
    .x-navbar .x-nav > li > ul.sub-menu.visible {
    display: block !important;
    visibility: visible !important;
    }
    }

    I have since deleted the above code so the public could still access the entire site when on mobile.

    I am running the current version of X and have tried disabling all other plugins for Java conflics.

    Please take a look and thank you in advance for your help.

    asapchurch.com

    #1420155
    Thai
    Moderator

    Hi There,

    Please provide us with your admin account so we can take a closer look.

    Thanks.

    #1420157
    godwininc
    Participant
    This reply has been marked as private.
    #1420164
    Thai
    Moderator

    The username / password is incorrect.

    Could you please double check?

    Thanks.

    #1420391
    godwininc
    Participant
    This reply has been marked as private.
    #1420890
    Rad
    Moderator

    Hi there,

    It’s not related to CSS, some scripts required for it to run properly are not loaded.

    http://asapchurch.com/wp-content/themes/x/framework/js/dist/site/x-head.min.js?ver=4.6.4
    http://asapchurch.com/wp-content/plugins/cornerstone/assets/dist/js/site/cs-head.min.js?ver=1.3.3

    Would you mind providing your FTP login credentials as well? For the meantime, you may re-instal your theme too.

    Thanks!

    #1421117
    godwininc
    Participant
    This reply has been marked as private.
    #1421130
    godwininc
    Participant

    I reinstalled the X theme and the down arrows on mobile are now there…and working.

    See the previous reply for the other info you requested.

    Thanks so much for your help and let me know when you are done and if you need anything else from me.

    #1421245
    Rue Nel
    Moderator

    Hello There,

    Regretfully the given ftp details do not work for us. It seems that the password is incorrect. Could you please double check so that we can check your site?

    Thank you in advance.

    #1421496
    godwininc
    Participant

    Yeah…somethings afoot…the info is correct but I couldn’t get in with filezilla either. I will look into it.

    #1421538
    godwininc
    Participant
    This reply has been marked as private.
    #1421755
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials. I re-installed the Cornerstone plugin and the missing file issue seems to be fixed now. I also checked your mobile navigation and the dropdowns are working fine now. Please clear your browser’s cache and reload the site.

    Let us know how this goes!

    #1421905
    godwininc
    Participant

    Thanks again! It is all working.

    #1421966
    Joao
    Moderator

    Glad to hear it,

    Cheers

  • <script> jQuery(function($){ $("#no-reply-1420088 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>