- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by
Tom.
-
AuthorPosts
-
June 14, 2015 at 10:35 am #114536
carlo bazzo
Hello Tom,
I am testing GP and your add-ons, you made a wonderful job. I noticed just one problem at the moment, the mobile menu does not show and all I get is the desktop navigation. I can not catch the reason as in another site I had no problems.Could you have a look at testwp.new-box.com?
Thank you
CarloJune 14, 2015 at 12:22 pm #114550Tom
Lead DeveloperLead DeveloperHmm, it seems your site isn’t loading the mobile.css file.
Can you confirm that it’s there? wp-content/themes/generatepress/css/mobile.css
Also, whatever you used to create your child theme is including the parent style.css file a second time, go to “Appearance > Editor > Theme Function (functions.php)” and delete the function loading the parent style.css file.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 14, 2015 at 2:19 pm #114569carlo bazzo
Well, I emptied functions.php in the child and noticed all css are correctly loaded except for mobile.css which gives “301 moved permanently”. Mobile.css is in the right path.
Really I can not understand this, any clues? Thank youCarlo
June 14, 2015 at 2:20 pm #114570Tom
Lead DeveloperLead DeveloperNever seen that before..
Any other plugins installed? Can you deactivate them and see if the issue persists?
If not, activate them one by one until it occurs again.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 16, 2015 at 1:26 am #114864carlo bazzo
Really a mistery to me. It’s a multisite installation but I do not think this is the issue. Just one plugin, your Premium pack (tried to disable, no success). By the way, same problem if I use GP original and not a child theme.
I dequeued your mobile.css, moved it to my-child-theme/css, re-enqued thw file, no change, always code 301. As I said all other css files in the same path are loaded no problem.I gave up for now, I dequeued mobile.css and put all its content into the child theme style.css.
June 16, 2015 at 8:37 am #114932Tom
Lead DeveloperLead DeveloperMaybe check with your hosting to see if there’s any weird mobile redirects going on with files named mobile.css? You can test thing by renaming it and enqueuing it again.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.