MyBB Community Forums

Full Version: MyBBPro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
https://www.google.com/webmasters/tools/mobile-friendly
why google Mobile-Friendly Test declare these theme not mobile-friendly

Page appears not mobile-friendly
Text too small to read
Mobile viewport not set
Links too close together

?
How do I change the icons from desktop to something else?

It is using https://octicons.github.com/ but I cannot change it?!

Someone please help.



Fixed... ICONS

Changed (in global.css)

.forum_status.forum_on:before, .subforum_minion:before {

  content: '\f27c';
  color: #3498db;
}

.forum_status.forum_off:before, .subforum_minioff:before {
  content: '\f27c';
  color: #7f8c8d
}

Fixed... Wrapping on mobile

Change in global.css

.forumbit-row {
 background: #fefefe;
 border: 1px solid #ddd;
 border-radius: 2px;
 position:relative;
 min-height: 80px;
 padding: 10px;
 padding-left: 70px;
 padding-right: 260px;
 margin:2px 0;
}

change padding-right to 20px or whatever you need.
why don't u publish the version including the mobile version already installed in it ?
im confused with the posts and not able to make my website a mobile friendly.
overall its a nice theme and i liked it.
i have issue,

when i log in as member in google chrome
i face issue of header load slowly,

as a guest, site loads fine but as member it opens slowly and search appear and then it become full page

it was running fine till yesterday 
i wonder what happened today that it does it 

please guide what to do so i can fix this 

[attachment=34307]

**for guests on chrome it runs just fine !!
(2015-04-09, 01:16 AM)incubation Wrote: [ -> ]http://i.imgur.com/LHobULK.png
Help.
How do I get that off the screen?
I'm not that experienced with this, literally.
I just started today and i'm really confused, so please be simple with me.
The words are in the wrong places and stuff, how can I fix it?

I have the same problem, others in this thread have also mentioned this issue but I can't see a fix. Sad
(2015-05-31, 12:35 AM)msm1 Wrote: [ -> ]
(2015-04-09, 01:16 AM)incubation Wrote: [ -> ]http://i.imgur.com/LHobULK.png
Help.
How do I get that off the screen?
I'm not that experienced with this, literally.
I just started today and i'm really confused, so please be simple with me.
The words are in the wrong places and stuff, how can I fix it?

I have the same problem, others in this thread have also mentioned this issue but I can't see a fix. Sad

Hi, you must copy the image files to your image folder in your host files.

Good luck
(2015-06-03, 06:50 PM)Chunkypops Wrote: [ -> ]Hi, you must copy the image files to your image folder in your host files.

Good luck


Hi,

Thank you for taking the time to respond, I checked and the images were already in the correct folder, I did however notice that the headerinclude template was looking for two java script files in the wrong directory.

For anyone else with the same problem check the headinclude:

Quote:Home » Template Sets » MyBBPro Templates » headerinclude

and make sure the following files are in the correct directories:

Quote:<script src="{$mybb->asset_url}/images/bootstrap/js/bootstrap.min.js"></script>
<script src="{$mybb->asset_url}/images/all.js"></script>
For mobile, you have to add the following to the HEAD tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
Otherwise, the page will not zoom, looking exactly like on a desktop.
Demo for the responsive MyBB theme added to MybbDesign.
Screens?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20