Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1231525

    Diablo
    Participant

    thanks!!

    #1231671

    Joao
    Moderator

    You are welcome 🙂

    #1259406

    innovan
    Participant

    Hi,

    URL: http://www.changediy.com/

    my Download button (“Télécharger” in French) does not work on all the mobile device with tactile screens.

    Please help and provide me with all the respective link to get help considering the fact that I am a beginner…

    thanks in advance.
    Anthony

    #1259598

    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1264799

    Andrey R
    Participant

    Hi, when looking at my website (chicagoapartmentsdowntown.com) on a mobile device, if you click the menu button a drop down of the menu choices appears for 1 second then quickly disappears. How do I fix this?

    #1264907

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! Can you confirm that you are fully updated? (Theme and Plugins)

    Our latest versions are:
    X Theme: 4.6.4
    Cornerstone: 1.3.3

    Please take note that X shortcodes and its functionality has been consolidated into Cornerstone which you can install by going to X Addons > Extensions. Please deactivate and delete X Shortcodes plugin completely.

    You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    #1303093

    ralanboone
    Participant

    Hello, I am experiencing an issue where my mobile menu button shows up, but is inactive. The most invasive thing I have done is add additional css to the functions.php file. Any help you can provide would be appreciated.

    http://1b6.a1b.myftpupload.com/
    Wordpress 4.7
    X 4.6.4

    Of note: This issue may also be what is causing Cornerstone to not work in live mode.

    #1303104

    ralanboone
    Participant
    This reply has been marked as private.
    #1303330

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! I have checked your site and it turns out that the code you have added is the root cause of the issue. You are loading the js and css files incorrectly. You are not supposed to load jQuery because it is already loaded by WordPress. I have remove this line:

    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript">
    </script>

    The issue with your mobile menu button should be resolve right now.

    And by the way, please review how you can properly load or enqueue scripts in WordPress. Perhaps, you can check out the codex and links: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_enqueue_scripts
    https://developer.wordpress.org/themes/basics/including-css-javascript/
    https://premium.wpmudev.org/blog/adding-scripts-and-styles-wordpress-enqueueing/
    http://www.wpbeginner.com/wp-tutorials/how-to-properly-add-javascripts-and-styles-in-wordpress/

    #1313828

    pixie
    Participant
    This reply has been marked as private.
    #1313858

    Christopher
    Moderator

    Hi there,

    Please find and remove following custom code :

    ul.x-nav {
        display: none;
    }

    Thanks.

    #1313864

    pixie
    Participant

    Thanks Christopher – hope you enjoyed the holidays 🙂
    I did find the above and removed it, mobile menu is back in action… but the original reason the above code was added now needs to be addressed.

    I added this to remove the footer menu – now it has a “Assign Menu” above the socials in the footer – is there a new solution to remove that, please 🙂

    #1313872

    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.bottom ul.x-nav {
        display: none;
    }

    Hope that helps.

    #1313877

    pixie
    Participant

    Purrrrfect – thank you team X!

    #1313898

    Thai
    Moderator

    If you need anything else please let us know.