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
(2014-09-21, 02:29 PM)My-BB.Ir Wrote: [ -> ]
(2014-09-21, 02:11 PM)jakesully Wrote: [ -> ]i got 1.8 already and template isnt giving me a mobile layout :/

I'm sorry!
please add these codes to "headerinclude":

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

Opened on Android 4.2.1 (5 "720x1280) and the forum is displayed on the computer.

I would also like to say that not enough code:
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Templates & Style -> Templates -> MyBBPro Templates -> Ungrouped Templates -> headerinclude
---
Главная » Наборы Шаблонов » MyBBPro Templates /Остальные шаблоны/headerinclude
---

Did. But on the mobile does not look good.

Image:
1.
http://i.piccy.info/i9/9e59d6c0c7684fca0..._09_53.png
2.
http://i.piccy.info/i9/3b4cd565aeaa68421..._10_01.png
3.
http://i.piccy.info/i9/cdebb7d30ef1b419e..._23_1_.png
4.
http://i.piccy.info/i9/ab0d9eead82834ed1..._10_43.jpg
5.
http://i.piccy.info/i9/1a379c4a251d771f9..._34_1_.png
6.
http://i.piccy.info/i9/43d5cd69bb00af2c9..._55_1_.png

global.css:611
.forumbit-row {
  padding-right: 260px;

Why 260px?
This is it:
http://i.piccy.info/i9/43d5cd69bb00af2c9..._55_1_.png
Hi
Can anybody please tell me how I can change the user cp left site menu potion ? I mean I just want the menu look llike MyBB default user cp menu style.

[attachment=32692]
[attachment=32693]
(2014-10-04, 01:26 PM)NomanProdhan Wrote: [ -> ]Hi
Can anybody please tell me how I can change the user cp left site menu potion ? I mean I just want the menu look llike MyBB default user cp menu style.

you can restore usercp_nav template and usercp.css stylesheet.

(2014-10-04, 05:51 AM)Vadim Wrote: [ -> ]
(2014-09-21, 02:29 PM)My-BB.Ir Wrote: [ -> ]
(2014-09-21, 02:11 PM)jakesully Wrote: [ -> ]i got 1.8 already and template isnt giving me a mobile layout :/

I'm sorry!
please add these codes to "headerinclude":

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

Opened on Android 4.2.1 (5 "720x1280) and the forum is displayed on the computer.

I would also like to say that not enough code:
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Templates & Style -> Templates -> MyBBPro Templates -> Ungrouped Templates -> headerinclude
---
Главная » Наборы Шаблонов » MyBBPro Templates /Остальные шаблоны/headerinclude
---

Did. But on the mobile does not look good.

Image:
1.
http://i.piccy.info/i9/9e59d6c0c7684fca0..._09_53.png
2.
http://i.piccy.info/i9/3b4cd565aeaa68421..._10_01.png
3.
http://i.piccy.info/i9/cdebb7d30ef1b419e..._23_1_.png
4.
http://i.piccy.info/i9/ab0d9eead82834ed1..._10_43.jpg
5.
http://i.piccy.info/i9/1a379c4a251d771f9..._34_1_.png
6.
http://i.piccy.info/i9/43d5cd69bb00af2c9..._55_1_.png

global.css:611
.forumbit-row {
  padding-right: 260px;

Why 260px?
This is it:
http://i.piccy.info/i9/43d5cd69bb00af2c9..._55_1_.png
It's not "Fully" Responsive.
260px is for lastpost.
you can remove it and add this code:
@media(min-width:768px)
{
.forumbit-row {
padding-right: 260px;
}
}
It still doesnt solve the problem ... it is looking good in "landscape"-mode on my mobile.


Quote:It's not "Fully" Responsive.

260px is for lastpost.
you can remove it and add this code:

Code:

@media(min-width:768px)
 {
 .forumbit-row {
 padding-right: 260px;
 }
 }

Oh and by the way ... the "Lite (Archive) mode" is not responsive either ....
(2014-10-05, 05:07 PM)hjertelandetdk Wrote: [ -> ]Oh and by the way ... the "Lite (Archive) mode" is not responsive either ....
Big Grin
This theme don't effect in Archive Mode!
Smile hehe okay ... but maybe you should do something about it ... hehe .. thanks for reply ... any fix for the mobile issue me and the other guys are having ?
(2014-10-05, 05:56 PM)My-BB.Ir Wrote: [ -> ]
(2014-10-05, 05:07 PM)hjertelandetdk Wrote: [ -> ]Oh and by the way ... the "Lite (Archive) mode" is not responsive either ....
Big Grin
This theme don't effect in Archive Mode!

Hey dude. Thanks for this perfect theme.
But i have a problem at my portal page. 


 Avatar is get over to my post. Looks Like;

http://postimg.org/image/4fhflcqqf/

How can i solve this problem? 
And i would like to set content.css 's width and want it margin center. how can i do that?
[Image: G19Py2.jpg]
(2014-10-09, 06:50 AM)diskopat Wrote: [ -> ]And i would like to set content.css 's width and want it margin center. how can i do that?
[Image: G19Py2.jpg]
you can change the #content style, for example use this code:
#content {
padding:10px;
background: #f7f7f7;
border-radius: 10px;
}
I want to add a forum icon next to the forum status icon. Having issues with div format of the code and getting it to work properly and be vertically aligned.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20