ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
765 stars 202 forks source link

Display on mobile phone #61

Closed ceclin closed 6 years ago

ceclin commented 6 years ago

Hello! I really think that it is a good hexo theme which stands out. And I have tried it in my blog. But there are some problems. Firstly, the search button and the button linking to github become a blank block on my mobile phone. Secondly, I tried 'mathjax: true' but failed and I chose hexo-math plugin using mathjax engine. But in the html-css output format, I think its output's size is smaller. How can I sovle it? Finally, I am an English learner and there may be some grammar mistakes. I am sorry for this. Thanks!

ppoffice commented 6 years ago

@LC-Lin It seems like the third-party libraries this theme includes failed to load. Is this problem also happening on your desktop PC? And could you please give me the URL of your blog so I can test it on my phone as well? Thanks.

ceclin commented 6 years ago

@ppoffice On my desktop PC, it displays as expected. This is my blog. Your website on my mobile phone has the problem as well. Here is a screenshot. Thanks.

screenshot_2018-09-01-12-22-03_com tencent mtt

ppoffice commented 6 years ago

@LC-Lin What mobile browser are you using?

ceclin commented 6 years ago

@ppoffice QQ Browser

ceclin commented 6 years ago

@ppoffice I try it on another mobile browser on my phone and it is normal.

ceclin commented 6 years ago

@ppoffice Oh, sorry. It is strange that it displays as expected on QQ browser as well.

ppoffice commented 6 years ago

@LC-Lin Do you have any "save data plan" mode on? Or you simply need to update the browser?

ceclin commented 6 years ago

@ppoffice No, I use its normal mode. I haven't done anything but there is no problem now.

ceclin commented 6 years ago

@ppoffice Do you think the network is the cause? You said

It seems like the third-party libraries this theme includes failed to load.

I am in China. If I can change the CDN, do you think it will become better?

ppoffice commented 6 years ago

@LC-Lin Probably. You can switch to a different CDN by editting https://github.com/ppoffice/hexo-theme-minos/blob/master/layout/common/head.ejs and https://github.com/ppoffice/hexo-theme-minos/blob/master/layout/common/scripts.ejs

ceclin commented 6 years ago

@ppoffice OK. Thanks!

ceclin commented 6 years ago

@ppoffice I solve the other problem by reading your source code. Thank you!