-
AuthorPosts
-
November 4, 2018 at 5:23 pm #1029638
Hi!
On mobile, the first container below the menu is all the way on top and i can’t seem to fix it https://www.routier.io/
it cuts off the text and image and didn’t do that before. randomly started happening.
any suggestions?
thanks!
November 4, 2018 at 5:43 pm #1029642if i try fixing the css on one page, it doesn’t work or apply on another one. it makes it different
November 4, 2018 at 7:17 pm #1029653Hi,
Please try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .home #main { margin-top: 110px !important; } }
This is designed for the homepage, if it is for all of the pages, please try removing the “.home” from the code.
Best regards,
MikeNovember 5, 2018 at 10:59 am #1029831thank you so much! fabulous :)
November 5, 2018 at 1:22 pm #1029877Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardNovember 5, 2018 at 1:33 pm #1029885yes. one more thing. https://www.routier.io/
on the testimonials section close (below the huge circle) something is wrong with this element and it gets worse in mobile. i can’t figure out the div or class to change the background color, etc.
i don’t know why but all my mobile elements got funky randomly.
thank you so much again for your help. #enfoldrules
November 5, 2018 at 1:49 pm #1029893.avia-slideshow-arrows a:before
i think the z index is too high here and sat over the text. is that what happened?
November 5, 2018 at 2:02 pm #1029895is this a good start or do you have something better?
.testi-section .avia-slideshow-arrows a:before {z-index:0 !Important; }
.testi-section .avia-content-slider-inner {z-index:100 !Important; background-color:white !Important; }
.testi-section .avia-slideshow-controls {display: none;}
November 5, 2018 at 2:56 pm #1029912Hi,
I took a look at the source code of testimony slider and it looks like it has been modified, where some lines are commented out and there are some extra closing tags now. Were you trying to make some changes here?
I also noticed that you are getting a 404 error for a css file “all.css” in a new folder “new-assets” this is not a Enfold folder or file, but I wonder if you had some customizations there, perhaps for mobile view? This would explain why you have many “sudden” errors.
I see that you are using “autoptimize” please disable this plugin while we are trying to sort this out, and any other caching plugins. Actually can you try to disable all of your plugins to see if that helps? Can we also try this? Please include a admin login in the Private Content area, so we can try to figure out what is wrong with your testimony slider. I also see your “back to top” button has an error, what other elements have you noticed?Best regards,
MikeNovember 5, 2018 at 4:43 pm #1029958see below. i really appreciate your help so much.
i also noticed that when i make from live to staging not all the css gets copied over and i still see errors in staging that i fixed in live.
November 5, 2018 at 5:01 pm #1029965also on the homepage, the two columns with the gold images. the thing for your guest and for your staff. i don’t know why everything got so messed up :(
November 6, 2018 at 8:23 am #1030266Hi,
I disabled your autoptimize, and then the element looked correct until I refreshed again. I see you are using WPengine which uses built-in server caching which could need to be cleared. Please try to clear your server cache to see if that solves if not we will look again, but please leave autoptimize off for now so we can try to help without the cache issues.Best regards,
MikeNovember 6, 2018 at 10:24 am #1030324cool. thanks man :) much appreciated. i purged cache and the testimonials look better. i’ll remove the scroll since it’s just a hassle. but i think the rest i need to fix on my own since it’s css and random things changed.
you guys are seriously the absolute best and i can’t explain my appreciation.
have a great day
November 6, 2018 at 3:07 pm #1030406 -
AuthorPosts
- The topic ‘mobile pages aren't identifying menu’ is closed to new replies.