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.
@Parsian™:

Thank you very much for this great support!
It looks very good till now.

But one little problem with the sidebar. When I enter the page the first time, sidebar is on and forum is still shown to small. When I klick to close the sidebar, forum is correct at 90%.
So where can I make correct settings for the sidebar?

Thanks.
(2015-02-15, 05:45 PM)Pikeman Wrote: [ -> ]@Parsian™:

Thank you very much for this great support!
It looks very good till now.

But one little problem with the sidebar. When I enter the page the first time, sidebar is on and forum is still shown to small. When I klick to close the sidebar, forum is correct at 90%.
So where can I make correct settings for the sidebar?

Thanks.

in your headerinclude themplate
and give me your forum address to check out

tnx
Hi,

here comes the link: http://www.3d-drucker-center.net/portal.php

The forum is brandnew is hust opened today evening.
So thank youu very much for support.
open index themplate and find

<div class="sidebar" style="float: right; width: 250px;">


change to persent like this
<div class="sidebar" style="float: right; width: 25%;">

i see your themeplate and i found change it to 82%

i figure out you change your index themplate to this


<div class="sidebar" style="float: right; width: 17%;">
GREAT man!!
Works perfect.
Thank you very much for this great support!
Hello, let me just say that this theme is absolutely badass! But I got two small questions! 1. How do I change the color of the modules? Like, in this case they are blue, how do I change that? 2. How do I change the font of the header logo. It says Square on top, but how do change the font of that logo? Thank you very much!
i have a problem

I have forums.mydomain.com for my forums
I shifted portal.php to www.,mydomain.com

i made the necessary modification for portal.php, it works, it load the things.
however, the theme is missing the awesome font icons at the portal.
i checked the css at the portal source to see if it is linked correctly and it is.
i am not sure what is the problem, any one have any idea


Fixed, need to add this into .htaccess

<FilesMatch "\.(ttf|otf|eot|svg|woff)$">
 <IfModule mod_headers.c>
  Header set Access-Control-Allow-Origin "*"
 </IfModule>
</FilesMatch>
Hi,

another question to the Header Navi.
I just installed ezgallery mod. But now I need navigation icon for this.
Is there a icon included?
Or is there a chance to get on that looks similar to the theme icons like PORTAL, FORUM, SEARCH and so on?

Thanks for help.

REPLY:

Found it!
Header Template edit and entered following code:


<li><a href="{$mybb->settings['bburl']}/ezgallery.php"><i class="fa fa-picture-o fa-2x"></i><br />Gallerie</a></li>

Looks great!
got my board updated to 1.8.4
Do I need to update the theme somehow ?
Never mind it has been solved. :3