News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Regain

Started by The Domain Shop, May 21, 2014, 07:02:14 PM

Previous topic - Next topic

The Domain Shop

Link to the theme


Dark gray and red styled theme with a flat sort of feel to it. Features social icons in header that can be enabled/deactivated from within admin area. This theme users some css3 which will not render in older browsers.


Created by:


Valid css3
Valid xhtml

For more free themes visit us here

For theme support visit us here

DasVON

Awesome theme

Just wondering how to change the logo (top right) size. Or for a possible full width Banner (see pic for example)

is this possible if so how ?


The Domain Shop

#2
Glad you like it.

Look in index.css for #logo to change size and yes its possible, you'll need to make changes to #header in index.css

DasVON

Quote from: 'Trax' on May 23, 2014, 03:48:26 PM
Glad you like it.

Look in index.css for #logo to change size and yes its possible, you'll need to make changes to #header in index.css

Thanks .. I will give it a try ASAP  :laugh:

The Domain Shop

Let me know how you get on?

DasVON

Hey,

Re-sizing the logo was easy but I am having trouble with the banner version

#header {
position: relative;
height: 120px;
overflow: hidden;
background: url(../images/theme/head_bg.png) 0 0 repeat-x;


I want the same height but I could not get it to work. I have my forum at 60% width. could you give me a hint  ???

The Domain Shop

Just upload your desired image and replace the head_bg.png with it.

DasVON

Thanks that worked ( such a simple solution )

The Domain Shop

Quote from: DasVON on May 24, 2014, 07:46:18 PM
Thanks that worked ( such a simple solution )

Glad to hear you've done it :-)

Chen Zhen

'Trax',

  Nice looking theme. Some of my users were complaining about it stating invalid cookie for the quick login (top left) whereas I confirmed by testing it. I took a look at the template and noticed that form was missing the cookie time input (ie. hidden - using forum setting since you do not have a drop down option for it).

File: ../Themes/Regain-2014/index.template.php

find:

<input type="submit" value="', $txt['login'], '" class="button_submit" />
<input type="hidden" name="hash_passwrd" value="" />


add after above:

<input type="hidden" name="cookielength" value="', (!empty($modSettings['cookieTime']) ? (int)$modSettings['cookieTime'] : '-1'),'" />


Regards.

My SMF Mods & Plug-Ins

WebDev

SMF support staff should be shaping a positive community experience & not provoking an argument or emotional reaction.

The Domain Shop

Glad you like it and thanks for pointing that out ;)

Advertisement: