MyBB Community Forums

Full Version: Square theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-07-06, 10:52 AM)eNvy Wrote: [ -> ][Image: VnJADbD.png]

Seems to work fine for me.

Hmmm interesting. Thanks for testing. How would I go about troubleshooting this?
(2015-07-06, 10:58 AM)GreyGhost Wrote: [ -> ]
(2015-07-06, 10:52 AM)eNvy Wrote: [ -> ][Image: VnJADbD.png]

Seems to work fine for me.

Hmmm interesting. Thanks for testing. How would I go about troubleshooting this?

Check your default theme, if all goes correctly, I recommend to re-install Square Theme.
(2015-07-06, 12:26 PM)eNvy Wrote: [ -> ]Check your default theme, if all goes correctly, I recommend to re-install Square Theme.

Yeah it's the same in my default theme too. So something is up.... I'll ask elsewhere.

Thanks eNvy!
@eNvy
I don't have that look :c
[Image: HfnABFl.png]

i have

http://scr.hu/7asv/uv93z


What i should do for that first look? Sad


I know, my english is bad
(2015-07-07, 09:40 AM)xVacuum Wrote: [ -> ]@eNvy
I don't have that look :c
[Image: HfnABFl.png]

i have

http://scr.hu/7asv/uv93z


What i should do for that first look? Sad


I know, my english is bad

Change the postbit layout to classic mode into your ACP and into your profile:

ACP > Configuration > Settings > Show Thread Options > Display posts using the classic layout

And User CP > Edit options > Check -> Display posts in classic mode.
@eNvy
Thanks, i have one more question.
How to change only that cube on header with own image? I also want to rotate this image like that cube.
(2015-07-08, 08:25 AM)xVacuum Wrote: [ -> ]@eNvy
Thanks, i have one more question.
How to change only that cube on header with own image? I also want to rotate this image like that cube.

ACP > Templates & Styles > Templates > Square Templates > Header Templates > open header template

Search this code:

<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>

Replace with this:

<div class="logo"><div class="logo2"><img src="link to your image"></div> {$lang->xstyled_logo}</div>

Greetings.
I'm new to MyBB and thought I'd try out your awesome looking theme but seem to be missing a bunch of text throughout the forums.

Screenshot: http://gyazo.com/6084794ed6cfc8c23323d6d92377665b

There are a few other areas where text isn't showing like if I were to make a post for example. How do I go about fixing this?
(2015-07-08, 08:07 PM)DuGz Wrote: [ -> ]I'm new to MyBB and thought I'd try out your awesome looking theme but seem to be missing a bunch of text throughout the forums.

Screenshot: http://gyazo.com/6084794ed6cfc8c23323d6d92377665b

There are a few other areas where text isn't showing like if I were to make a post for example. How do I go about fixing this?

Install the plugin that comes with the theme.
(2015-07-08, 11:14 PM)eNvy Wrote: [ -> ]
(2015-07-08, 08:07 PM)DuGz Wrote: [ -> ]I'm new to MyBB and thought I'd try out your awesome looking theme but seem to be missing a bunch of text throughout the forums.

Screenshot:  http://gyazo.com/6084794ed6cfc8c23323d6d92377665b

There are a few other areas where text isn't showing like if I were to make a post for example. How do I go about fixing this?

Install the plugin that comes with the theme.

Ah right I thought I'd already done that, thanks for the help.