Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Video formatting issue on mobile
Avatar
Alex T
Member
sp_UserOfflineSmall Offline
Jul 28, 2015 - 9:29 am

How can this be fixed?  Videos are not being properly displayed.

Image Enlarger

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jul 28, 2015 - 9:43 am

Hey Alex,

This was something that had hopefully been fixed in a previous version of Reboot.

Are you all up to date? If so could you supply a link?

Avatar
Alex T
Member
sp_UserOfflineSmall Offline
Jul 28, 2015 - 9:59 am

Ike said
Hey Alex,

This was something that had hopefully been fixed in a previous version of Reboot.

Are you all up to date? If so could you supply a link?

Yes, all up to date.  I'm using regular Reboot for mobile, and child for desktop.  Just created a test post here: http://www.ohhtee.com/forum/gu.....ideo-test/

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jul 28, 2015 - 10:11 am

That's a bit odd. I've checked that link in FF, Chrome and on my phone and all I'm getting is Reboot Desktop no matter what viewport size or user agent on desktop..

Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Jul 29, 2015 - 7:43 am

this is what I am seeing on a galaxy s5

Image Enlarger

Avatar
Alex T
Member
sp_UserOfflineSmall Offline
Jul 29, 2015 - 8:56 am

kvr28 said
this is what I am seeing on a galaxy s5

Image Enlarger

Sometimes they will show, though most get cutoff when on mobile.  I use an Iphone.  Is your browser set for mobile?  Asking because it shows the side where stats are.  

Avatar
kvr28
Member
Free Members
sp_UserOfflineSmall Offline
Jul 29, 2015 - 9:55 am

Yes, set for mobile. Weird, I just went back to double check and reboot showed fine 

Image Enlarger

Ike, the flex wrap seems to still be an issue with ios, I just double checked it with my ipad and see the same, I had noticed it after the update as well but forget to mention it on the reboot thread I had made.

Image Enlarger

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jul 29, 2015 - 10:28 am

Thanks Kyle, I'm having no luck recreating this locally! Unfortunately I don't have any Apple devices to hand..

I too am now getting mobile theme, but it's only mobile theme, no desktop.. There's definitely something strange going on there!

Alex, could you try adding some CSS to test? If you're happy to, please open reboot-mobile.php. Under the very first media rule could you make some space and add:

#spMainContainer .spTopicPostSection .spPostSection,
#spMainContainer .spPostContentSection    {
    display: inline;
}

The start of the file should then look like:

@media screen and (max-width: 2000px) {

    #spMainContainer .spTopicPostSection .spPostSection,
    #spMainContainer .spPostContentSection    {
        display: inline;
    }

And let us know if it resolves the wrap issue?

Avatar
Alex T
Member
sp_UserOfflineSmall Offline
Jul 29, 2015 - 12:02 pm

So I added the code:

@media screen and (max-width: 2000px) {
 
 #spMainContainer .spTopicPostSection .spPostSection,
#spMainContainer .spPostContentSection {
 display: inline;
}
 #spMainContainer .spGroupForumSection.spOdd,
 #spMainContainer .spForumTopicSection.spOdd,
 #spMainContainer .spMemberListSection.spOdd {
 color: <?php echo($indexRowOddColor); ?>;
 background: <?php echo($indexRowOddBackGround); ?>;
 border: <?php echo($indexRowOddBorder); ?>;
 }

Whereas before it was like this:

@media screen and (max-width: 2000px) {
 #spMainContainer .spGroupForumSection.spOdd,
 #spMainContainer .spForumTopicSection.spOdd,
 #spMainContainer .spMemberListSection.spOdd {
 color: <?php echo($indexRowOddColor); ?>;
 background: <?php echo($indexRowOddBackGround); ?>;
 border: <?php echo($indexRowOddBorder); ?>;
 }

Now the video is showing up normally, though the overall formatting has some issues:

Image Enlarger

 

Before:

Vid11.pngImage Enlarger

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jul 29, 2015 - 12:40 pm

OK, good stuff - I can at least see the problem in Safari now!

You've got the code in the right place, so could you now try changing the

display: inline;

to

display: block;
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