(2015-04-11, 10:38 AM)Ferdaus Wrote: (2015-04-11, 07:12 AM)JarimHosting Wrote: After install this theme plugins not working , how I will fix it or active it ?
www.hostingboard.co.uk
Follow the instructions on the 'installation' which comes with it, you'll need to upload the language and the xml file, then go into themes and activate it as 'default' aswell as 'force on users'
As for the finishing touches, I want to expand this... to 1024px min width, the same as the header (where can I find this?).
http://gyazo.com/2c1b9bd0cd6df6b8737ac0a7f9454af5
I want to have this next to it, and remove this... from the index.php
http://gyazo.com/f718655a35343205cb06c3826506d69d
Alongside that, this needs to be aligned all the way to the left, at the beginning... Which I'm pretty sure I can do myself. http://gyazo.com/e0cef84a483521bbe27a549da137fcfb
But this I need help on, making this shuffle a bit more to the right, in order to be align and right next to the icon, when I've finished.
http://gyazo.com/cd1b2cdac30880d2f950be80bc53e165
Thanks.
1. Search into Square.css
.panel {
background: #003965;
height: 50px;
min-width: 1024px;
}
Change the "min-width" to your liking.
2. It's the breadcrumb, you can't move around from one template to another, but you can have this next to the panel section.
Go to ACP > Templates & Styles > Templates > Square Templates > Header Templates and open header
Search this:
<br />
<navigation>
Delete the <br /> tag, and that's all.
3. You can't put that all the way to the left because the icon have a minimum spacing (Happens with all the icons), it's already floated to the left on Square.
4. Don't understand too much what you want to do, if you want to put the nick almost near to the icon, you can but remember this... your nickname is short, the spacing I've left there is on purpose to be more pleasant to the people who uses long nicknames.
If you want to move the nickname a bit more to the right, do this:
ACP > Templates & Styles > Styles > open Square.css
Search this class:
.usermenu {
font-size: 13px;
margin-right: 20px;
}
Change a bit the "margin-right" property in order to put a bit closer the nickname to the icon (Minor than 15px it's kind of annoying XD).