-
AuthorPosts
-
October 26, 2016 at 8:58 am #1231525
thanks!!
October 26, 2016 at 10:33 am #1231671You are welcome
November 16, 2016 at 8:56 am #1259406Hi,
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.
AnthonyNovember 16, 2016 at 10:54 am #1259598Hi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
November 20, 2016 at 8:21 pm #1264799Hi, 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?
November 20, 2016 at 11:39 pm #1264907Hello 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.3Please 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.
December 23, 2016 at 4:57 pm #1303093Hello, 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.4Of note: This issue may also be what is causing Cornerstone to not work in live mode.
December 23, 2016 at 5:16 pm #1303104This reply has been marked as private.December 23, 2016 at 9:44 pm #1303330Hello 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/January 3, 2017 at 2:22 am #1313828This reply has been marked as private.January 3, 2017 at 2:59 am #1313858Hi there,
Please find and remove following custom code :
ul.x-nav { display: none; }
Thanks.
January 3, 2017 at 3:03 am #1313864Thanks 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
January 3, 2017 at 3:12 am #1313872Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-colophon.bottom ul.x-nav { display: none; }
Hope that helps.
January 3, 2017 at 3:15 am #1313877Purrrrfect – thank you team X!
January 3, 2017 at 3:46 am #1313898If you need anything else please let us know.
-
AuthorPosts