Scarlet
Member  
Posts: 60
Registered: 9-15-2017 Location: England
Member Is Offline
Mood: Excited for XMB's resurrection!
|
|
[New] CSS Bootstrap expert? Making a theme in XMB responsive?
XMB Version: 1.9.11
Hi,
I have an averaging grasp on CSS and would like to learn how to make a theme in XMB responsive? It'd really help browsing experiences on mobile
devices, and would really bring XMB up to date.
Thanks for any support. x&apos 
|
|
lottos
Administrator       
Posts: 486
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
Quote: Originally posted by Scarlet  |
XMB Version: 1.9.11
Hi,
I have an averaging grasp on CSS and would like to learn how to make a theme in XMB responsive? It'd really help browsing experiences on mobile
devices, and would really bring XMB up to date.
Thanks for any support. x&apos |
You have probably see this already:
https://www.w3schools.com/html/html_responsive.asp
I'd say that a responsive theme would be one of the most important items xmb needs.
|
|
Jenny Lee
Member  
Posts: 36
Registered: 7-21-2017 Location: England, UK
Member Is Offline
Mood: Meh. 
|
|
Just use a bootstrap, rather doing it in plain html,css & js by yourself. All documentation is on their website, plus there's countless
videos on how to use it on a YouTube.  It's
fairly easy. 
|
|
lottos
Administrator       
Posts: 486
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
|
|
lottos
Administrator       
Posts: 486
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
|
|
Jenny Lee
Member  
Posts: 36
Registered: 7-21-2017 Location: England, UK
Member Is Offline
Mood: Meh. 
|
|
No, not yet.I still run IPS Community Suite as my forum engine due to easier localisation, because you can modify language strings in accordance of
pluralisation rules. With English it's fairly simple like this:
1 registered user, everything else would end as x registered users. That's not always the case when it comes
to foreign languages.
In regards of bootstrap, including file won't do the magic. All of xmb templates would have to be rewritten to match bootstraps grid system and
css classes, otherwise it won't be responsive. As I can see this forum has bootstrap included or at least it's css file, but none of
templates modified in accordance, so it won't function.
|
|
lottos
Administrator       
Posts: 486
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
Quote: Originally posted by Jenny Lee  |
In regards of bootstrap, including file won't do the magic. All of xmb templates would have to be rewritten to match bootstraps grid system and
css classes, otherwise it won't be responsive. As I can see this forum has bootstrap included or at least it's css file, but none of
templates modified in accordance, so it won't function. |
Yes, I included it to see what it looked like. Daniel backed it back out earlier today. Wonder what ever happened to his new version mentioned here: http://forums.xmbforum2.com/viewthread.php?tid=777005
Users of xmb are looking for responsive layouts, here is a recent topic:
http://locostbuilders.co.uk/viewthread.php?tid=210306
|
|
Daniel Gouveia
Moderator     
Posts: 64
Registered: 4-10-2007 Location: Portugal, Braga
Member Is Offline
Mood: |Catch Me If You Can|
|
|
Hello, Lottos.
Unfortunately my life has taken a very big turn. Much has happened unfortunately on the negative side.
In this change of life I lost a lot and some people.
About the topic.
Such responsive layouts dont work by adding just a CSS file.
You need to change all templates to "<div>" the old "<table><tr><td>" system needs to be changed.
|
|
lottos
Administrator       
Posts: 486
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
Quote: Originally posted by Daniel Gouveia  |
Hello, Lottos.
Unfortunately my life has taken a very big turn. Much has happened unfortunately on the negative side.
In this change of life I lost a lot and some people.
About the topic.
Such responsive layouts dont work by adding just a CSS file.
You need to change all templates to "<div>" the old "<table><tr><td>" system needs to be changed.
|
I'm sorry to hear this and hope your life is improving now.
|
|
lottos
Administrator       
Posts: 486
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
|
|