Forum:Mobile Issues: Difference between revisions
No edit summary |
|||
Line 13: | Line 13: | ||
==Comments== | ==Comments== | ||
OK, talk bubbles and infoboxes are better now. If there are other table issues, please provide examples. A separate mobile main page is possible. The way elements are selected to appear on the mobile main page is with a div of <code><nowiki>id="mf-???"</nowiki></code> where <code><nowiki>???</nowiki></code> can be anything (also, adding a div <code><nowiki>title</nowiki></code> parameter creates a heading). What I've done is [http://www.khwiki.com/index.php?title=Main_Page&diff=629097&oldid=628735 select elements] from the existing main page to appear on mobile. To create a separate mobile main page from scratch, all you you have to do is use a single <code><nowiki><div id="mf-main" style="display:none;">...</div></nowiki></code> containing the mobile main page at the bottom of the main page, and it will be hidden from view. Then make it show up only for mobile users using [[MediaWiki:Mobile.css]]. --[[User:Porplemontage|Porplemontage]] ([[User talk:Porplemontage|talk]]) 02:17, 20 July 2014 (UTC) | OK, talk bubbles and infoboxes are better now. If there are other table issues, please provide examples. A separate mobile main page is possible. The way elements are selected to appear on the mobile main page is with a div of <code><nowiki>id="mf-???"</nowiki></code> where <code><nowiki>???</nowiki></code> can be anything (also, adding a div <code><nowiki>title</nowiki></code> parameter creates a heading). What I've done is [http://www.khwiki.com/index.php?title=Main_Page&diff=629097&oldid=628735 select elements] from the existing main page to appear on mobile. To create a separate mobile main page from scratch, all you you have to do is use a single <code><nowiki><div id="mf-main" style="display:none;">...</div></nowiki></code> containing the mobile main page at the bottom of the main page, and it will be hidden from view. Then make it show up only for mobile users using [[MediaWiki:Mobile.css]]. --[[User:Porplemontage|Porplemontage]] ([[User talk:Porplemontage|talk]]) 02:17, 20 July 2014 (UTC) | ||
:Thank you. {{User:TheFifteenthMember/Sig1}} 00:52, 21 July 2014 (UTC) |
Revision as of 00:52, 21 July 2014
|
Issues
Submit your issues here!
- Talk bubbles are completely broken. TheFifteenthMember 00:10, 20 July 2014 (UTC)
- Mobile's main page is much less effective due to its incredible length. Is there any possibility of creating an alternate main page to be displayed on mobiles? TheFifteenthMember 00:10, 20 July 2014 (UTC)
- Some tables can't be viewed in its entirety, requiring tedious scrolling left-and-right in order to read them. Is this a non-solvable problem, dependant on the mobile's screen width? TheFifteenthMember 00:10, 20 July 2014 (UTC)
Comments
OK, talk bubbles and infoboxes are better now. If there are other table issues, please provide examples. A separate mobile main page is possible. The way elements are selected to appear on the mobile main page is with a div of id="mf-???"
where ???
can be anything (also, adding a div title
parameter creates a heading). What I've done is select elements from the existing main page to appear on mobile. To create a separate mobile main page from scratch, all you you have to do is use a single <div id="mf-main" style="display:none;">...</div>
containing the mobile main page at the bottom of the main page, and it will be hidden from view. Then make it show up only for mobile users using MediaWiki:Mobile.css. --Porplemontage (talk) 02:17, 20 July 2014 (UTC)