Tagged: x
-
AuthorPosts
-
March 25, 2017 at 10:29 am #1420088
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
March 25, 2017 at 12:01 pm #1420155Hi There,
Please provide us with your admin account so we can take a closer look.
Thanks.
March 25, 2017 at 12:13 pm #1420157This reply has been marked as private.March 25, 2017 at 12:31 pm #1420164The username / password is incorrect.
Could you please double check?
Thanks.
March 25, 2017 at 8:27 pm #1420391This reply has been marked as private.March 26, 2017 at 4:27 pm #1420890Hi 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.3Would you mind providing your FTP login credentials as well? For the meantime, you may re-instal your theme too.
Thanks!
March 26, 2017 at 9:51 pm #1421117This reply has been marked as private.March 26, 2017 at 10:10 pm #1421130I 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.
March 27, 2017 at 1:26 am #1421245Hello 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.
March 27, 2017 at 6:42 am #1421496Yeah…somethings afoot…the info is correct but I couldn’t get in with filezilla either. I will look into it.
March 27, 2017 at 7:21 am #1421538This reply has been marked as private.March 27, 2017 at 10:03 am #1421755Hi 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!
March 27, 2017 at 12:06 pm #1421905Thanks again! It is all working.
March 27, 2017 at 1:06 pm #1421966Glad to hear it,
Cheers
-
AuthorPosts