-
AuthorPosts
-
May 29, 2014 at 12:32 am #271537
The image is a photo of a Droid that does not allow screenshots. I’ve seen this bug on other devices too. Hard to determine a pattern of devices/browsers.
I put it in media queries because it only happens on mobile!
It shouldn’t need any hack css code! Why is the theme enlarging the image at all?
- This reply was modified 10 years, 5 months ago by wintner.
May 29, 2014 at 12:39 am #271542Have you tried removing or tweaking that?
http://milestonementoring.com/murphypsychologygroup/wp-content/themes/enfold-child/style.css?ver=1https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
Best regards,
JosueMay 29, 2014 at 12:47 am #271544Removing what? I added that CSS because this was being enlarged on mobile. Why is the theme enlarging the image?
Background-size is the whole color section. This image is positioned bottom-right in the section. Why is it being enlarged? Is the color section code written to enlarge a background image? How do I just address the image in the section rather than Background-size?
May 29, 2014 at 1:20 am #271547I see it now, this will fix it:
.avia_mobile #contact .av-parallax { background-size: initial !important; }
You can remove this:
#contact { background-size: 320px auto !important;}
The theme resizes it because a background image in a color section is meant to be used as a full width background, but that can be changed in cases like this.
Cheers!
JosueMay 29, 2014 at 1:23 am #271548It’s not set for parallax, it’s fixed! Is .av-parallax necessary?
May 29, 2014 at 1:26 am #271550Works on the Droid. I will check other devices later but I suspect we got it! Thanks for all your help.
May 29, 2014 at 1:45 am #271553Yes i tested it on Android too, let me know how it goes.
Regards,
JosueJune 1, 2014 at 8:42 pm #273023Uh oh! One fix causes another bug?
Hi Josue,
It seems your solution to mobile Search in the mobile menu disabled the desktop search function! What’s going on here?
The search item is the last menu list item on desktop. Shouldn’t it just be responsive and be the last list item in the mobile menu?
June 1, 2014 at 8:54 pm #273024Hi,
It’s fixed now (edited child style.css):
http://milestonementoring.com/murphypsychologygroup/Please note that the search thing wasn’t exactly a fix to a “bug” but more of a little customization i made on request :).
Regards,
JosueJune 2, 2014 at 12:20 am #273061Thanks Josue.
Seems to me that should not be a customization, though.
In a responsive theme shouldn’t whatever’s in the desktop menu be in the mobile menu?June 2, 2014 at 1:21 am #273066Perhaps that’s something we may add in the future, if you don’t have any other issues i’ll close this topic for now.
Cheers!
JosueJune 5, 2014 at 3:30 am #274904Hi,
I found the root of the bug, is the header height (logo center, menu below / large / no shrinking header). I will test this exact configuration on my local install and see how it goes.
Please let keep the conversation here, this topic is not closed yet :)
Cheers!
Josue- This reply was modified 10 years, 5 months ago by Josue.
June 5, 2014 at 6:41 am #274955Found a definitive fix, It’s already applied on your site:
http://milestonementoring.com/murphypsychologygroup/I have proposed this change so it may get merged or improved :)
June 5, 2014 at 5:16 pm #275219Thanks Josue. Applied to the child theme?
June 5, 2014 at 5:30 pm #275235Hi!
No, i had to modify line 255 in js/avia.js. But the bug (+fix) is already reported so it will be taken in consideration for the next update, just like we did with the land-on-top-section bug on mobiles.
Best regards,
JosueAugust 31, 2015 at 8:29 pm #496082I experience the same problem with the mobile menu on the One Page demo (Wedding demo).
When I click on a mobile menu link (which is supposed to go to particular section) it goes somewhere to previous section. This website is still under development so I can not share a screenshot publicly. Will send details privately. I need to have the mobile menu working. As far as I see all the anchors are set correctly in the menu and on the page in the Color Sections.
- This reply was modified 9 years, 2 months ago by manuelap.
September 1, 2015 at 7:26 am #496247 -
AuthorPosts
- The topic ‘Bugs in one page with color sections’ is closed to new replies.