- This topic has 15 replies, 2 voices, and was last updated 7 years, 7 months ago by
Johan.
-
AuthorPosts
-
November 9, 2014 at 2:04 pm #45176
Joha
Hello,
I’ve made a website with Forefront. It’s a great template. Everything is werking fine except on a mobile. I can’t dropdown the menu on my iphone. On iPad, desktop it workshop fine. What am I doing wrong?
Thanks in advance!
November 9, 2014 at 3:48 pm #45184Tom
Lead DeveloperLead DeveloperHi there,
That’s odd – what kind of phone are you using?
Browser?
If possible, can you post your link here so I can take a look?
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 9, 2014 at 10:23 pm #45198Joha
I use am iPhone, but it doesn’t work on Samsung as well. I use Safari, but also in Chrome and explorer the menu will not drop down. Strange.
November 10, 2014 at 10:13 am #45358Tom
Lead DeveloperLead DeveloperCan you possibly post your link so I can try on my Android?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 10, 2014 at 1:48 pm #45389Joha
This is the link: praktijkqualityliving.nl
Thanks in advance!
November 10, 2014 at 2:36 pm #45396Tom
Lead DeveloperLead DeveloperYea, I’m experiencing this even when resizing my browser down to mobile size.
It seems there’s a javascript error somewhere, because the navigation isn’t rendering the dropdown arrow, or the effect when it drops down.
Can you try deactivating any plugins you have and see if the problem persists?
If not, activate each plugin one by one until you find the culprit.
Let me know what you find out π
Also – I love your website, it looks great!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 10, 2014 at 10:25 pm #45491Joha
Thanks!
November 10, 2014 at 10:27 pm #45492Joha
I Will try that, but when I activate the plug-ins again, will the information and content still be there?
November 11, 2014 at 1:54 am #45558Tom
Lead DeveloperLead DeveloperYes it should be – unless it tells you specifically that data will be deleted.
You can always do a quick database backup first just to be sure.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 11, 2014 at 9:44 am #45612Joha
Thanks! I will try this tomorrow night. I will let you know if this solves the problem. Thanks again.
November 13, 2014 at 2:11 am #46039Johan
Hi Tom,
I have deactivated/activate my plugins but it didn’t change a thing.
The menu still isn’t working on mobile devices. Is there anything else I cloud try?Thanks!
November 13, 2014 at 10:28 am #46200Tom
Lead DeveloperLead DeveloperDid you try while all of your plugins were deactivated?
If so, can you possible email me a temporary admin login to support@generatepress.com so I can poke around and see if I can find the issue?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 13, 2014 at 2:39 pm #46229Johan
Tom,
I’ve sent you an email!Thanks!
November 14, 2014 at 10:52 am #46362Tom
Lead DeveloperLead DeveloperI finally figured it out!
It seems you had removed (or somehow it was stripped?) a super important WordPress hook in the footer.php template of GeneratePress.
Before the closing
</body>
tag, your site was missing:<?php wp_footer(); ?>
which is essential for javascript to be loaded to your website.I re-added this hook, and bam, everything was working again π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 15, 2014 at 1:25 am #46423Johan
Wow thanks Tom. Great job
-
AuthorPosts
- You must be logged in to reply to this topic.