MyBB Themes - ThemeFreak
Mobile Metrostyle isn't automatically switched - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26)
+--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33)
+--- Thread: Mobile Metrostyle isn't automatically switched (/showthread.php?tid=561)



Mobile Metrostyle isn't automatically switched - dunask - 18th Aug

Hi guys


Thanks for the nice theme.


I just purchased your MetroStyle Theme and saw that it doesn't automatically switched to mobile style when i access my site on mobile.


Thanks for support.


DA


RE: Mobile Metrostyle isn't automatically switched - Tan - 18th Aug

You will have to install GoMobile for mybb. Then install the mobile metro theme and then set the theme inside the plugin settings. GoMobile is a plugin that will automatically switch your theme to a mobile friendly theme. Let me know how that goes.


RE: Mobile Metrostyle isn't automatically switched - dunask - 19th Aug

it takes too long to load because of the images. is there anyway to tell we would like to have the structure of the site (text) first, then the images could be loaded later then. Another themes I have work like this for a better performance and for people who use their phone with 3G.


RE: Mobile Metrostyle isn't automatically switched - dunask - 19th Aug

Btw, how can I change the default color to blue? I tried base color but it didn't work.


RE: Mobile Metrostyle isn't automatically switched - Tan - 19th Aug

(19th Aug, 05:43 pm)dunask Wrote:  it takes too long to load because of the images. is there anyway to tell we would like to have the structure of the site (text)  first, then the images could be loaded later then. Another themes I have work like this for a better performance and for people who use their phone with 3G.

The metro theme doesn't have images. The icons are you see are actually fonts. Can you PM me a link to your forum and a test account I can login with? I will check it out and also answer your other question after.


RE: Mobile Metrostyle isn't automatically switched - dunask - 20th Aug

(19th Aug, 09:17 pm)Tan Wrote:  
(19th Aug, 05:43 pm)dunask Wrote:  it takes too long to load because of the images. is there anyway to tell we would like to have the structure of the site (text)  first, then the images could be loaded later then. Another themes I have work like this for a better performance and for people who use their phone with 3G.

The metro theme doesn't have images. The icons are you see are actually fonts. Can you PM me a link to your forum and a test account I can login with? I will check it out and also answer your other question after.



Hi Tan


The problem is solved with lazy load images. It doesnt have anything to do with your theme, just the portal which has too many images to load.


Would you please show me how to set a default theme color, please.


Thank you for your support.


RE: Mobile Metrostyle isn't automatically switched - Tan - 22nd Aug

(20th Aug, 01:40 pm)dunask Wrote:  Would you please show me how to set a default theme color, please.


Thank you for your support.

To change the default theme color please edit metrostyle/theme_stylesheet.php .

Find:

Code:
else {
 $metrostyle_color =   '@import url(stylesheet/orange.css);';
 }

Replace with:

Code:
else {
 $metrostyle_color =   '@import url(stylesheet/blue.css);';
 }

To really find out if the default color has changed you will need to clear cookies after as well.


RE: Mobile Metrostyle isn't automatically switched - dunask - 24th Aug

Thank you Tan. Have a nice day and great success at work.