Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
weird issue with reboot on mobile
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 5, 2015 - 1:08 pm

If you mean the big, 72px WP Smiley then here it is now 🙂

Be in 5.5.6 which is tied to WP 4.2

andy-signature.png
YELLOW
SWORDFISH
Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 1:33 pm

no, why posts are being cut off with chrome on mobile

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 2:40 pm

Not really I'm afraid, I couldn't replicate it locally. Could you link me to the topic from your first post? Apologies on not replying, it's been a hectic couple of weeks and it's easy to loose touch of a thread - feel free to give me a prod any time!

Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 3:10 pm

this was the thread I had linked, check it with chrome on mobile to see the issue

http://kvr28.staging.wpengine......ood-waste/

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 4:27 pm

Have you reverted to your old SP theme? No longer shows up as Reboot..

Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 4:28 pm

two seconds, will put it back, my bad

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 4:43 pm

No problem, this should have been resolved sooner so it's really my fault.

It seems to be a bug of some kind, the padding for the offending section is set to padding: 4px, but if I change it to padding: 4px 0, it works fine. It's almost like it's shrinking the container even with border box applied.

This shouldn't affect any other browser, so I'll open a ticket and make sure it gets fixed up.

If you're running a child theme you will probably just want to add:

#spMainContainer .spTopicPostSection .spPostSection {
    padding: 4px 0 8px 0;
}

But if you do - keep an eye out to see if anything else is affected badly, I won't have a chance to properly test it and make the change until later.

Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 5:42 pm

I had to increase the bottom padding to 175 to get this topic to show completely, I reverted back to 8 so you can look at it

http://kvr28.staging.wpengine......baltimore/

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 6:38 pm

OK, I've narrowed it down to a couple of things, mainly having either a flex-wrap in the wrong place, or having one container inside another with a wrap on both which either Chrome doesn't like, or it's missing a fallback rule somewhere..

Either way, the same stands I'm afraid I don't have time to properly test it right now, but give the following a try:

Add reboot-mobile.php stylesheet to your child theme, or open if you already have, and add the following under the first media rule (max width 2000px) -

#spMainContainer .spTopicPostSection .spPostSection {
        flex-wrap: nowrap;
    }

It wont have any adverse effects on desktop as the stylesheets and templates for mobile / desktop are split, but I've had a quick look at a couple of topics, including the text from your forum post which I worked from, and it seems to be the solution.

Will most likely get a better chance to take a look tomorrow evening.

Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Apr 5, 2015 - 6:49 pm

that appears to have fixed the issue with mobile chrome, thank-you Ike!

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625