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.
I have a big Problem! A very big Problem ^^

The Slider from "Welcome, ..." is not working, in my Backup the slider works.
I have copied the hole square.css But - it will not work!

Any Help?
hello,
first congratulations for your theme Smile 
I have need to introduce a second menu to the left of my forum
it will be fixed like this : http://yaldaram.com/thread-936.html 
with this : http://jsfiddle.net/jxt5wo28/
could you help me please ?
Blush
Helo !

I have a big Problem!
My template doubled the forums.
What can I do to fix this ?

[Image: Semtiacutetulo_zps654a07a4.png]
I want to fix the panel by scroll page by user

screenshot add

[attachment=33460]
Wow, what a great Theme. I love it. Thank you for your work.

I habe an issue with ungegisteres visitors. They see my forum without any symbols coming out of the symbol font file. A new user showed me this issue in firefox and internet explorer. After he registered everything looked OK.

Any idea how to fix this?

Thanks in davance,
Teasy.
(2015-01-11, 07:12 PM)Teasy Wrote: [ -> ]Wow, what a great Theme. I love it. Thank you for your work.

I habe an issue with ungegisteres visitors. They see my forum without any symbols coming out of the symbol font file. A new user showed me this issue in firefox and internet explorer. After he registered everything looked OK.

Any idea how to fix this?

Thanks in davance,
Teasy.

Probably it's the use of the FontAwesome in local mode, you can try to change in headerinclude template, the call of the FontAwesome css and replace that with the CDN of FA.

Search this on headerinclude:

<link href="{$mybb->settings['bburl']}/images/square/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

And replace with this:

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

Try it.

----------------------

Thank you guys for all your kind words, I deleted xstyled because a lot of things happened in my personal life, my free time is less than before, and some people only wanted me for changing basically all their forums completely (Support for me it's only to fix things that doesn't work, and maybe a few tweaks... but people only asked how to change the design overall, the colors, the function of the design itself, etc... that's not support for me, sorry).

I want to still develop free themes for MyBB, so, I'm gonna do that, but at irregular intervals of time, and giving support and ONLY SUPPORT (Fixes, and a few tweaks, nothing more) here on MyBB Community.

Greetings and see you all soon =).
How i remove ¡Welcome to square theme ?
If you want to remove, go to ACP > Templates & Styles > Templates > Square Templates > Header Templates and open header template

Inside, search this:

<div class="news">
    <div class="announcements"><i class="fa fa-microphone fa-2x"></i></div>
    <div class="automsj">
        <ul>
            <li class="quotes">¡Welcome to Square Theme!</li>
            <li class="quotes">This news are in header template.</li>
            <li class="quotes">Please ignore this message.</li>
        </ul>
    </div>
</div>

If you want to completely remove, simply delete all of this.

If you want to add other things, you can delete this:

    <div class="announcements"><i class="fa fa-microphone fa-2x"></i></div>
    <div class="automsj">
        <ul>
            <li class="quotes">¡Welcome to Square Theme!</li>
            <li class="quotes">This news are in header template.</li>
            <li class="quotes">Please ignore this message.</li>
        </ul>
    </div>

And put your code/things inside <div class="news">.

Greetings.
Thanks .
flat design and color combination is good