News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

DaY Relax Theme

Started by zutzu, January 20, 2010, 10:50:39 PM

Previous topic - Next topic

zutzu

Link to the theme


Day Relax Theme , is my first design.
only for SMF RC3


Live demo | Support | Donate to my work



Tested in:
IE7, Mozilla, Opera, Chrome, Safari



aikencolon

Hello!

Thank you for the theme! Very clean & professional looking :-)

I installed it this week on my forum, however I've discovered a problem that I'm having with it. Many of the admin features' links are broken. For example, configurations> features and options> general is broken in the drop down menu and through the tabs at the top (I'm getting 404 messages). This occurs with most of the admin options! Can you perhaps look at the links and let me know what file I can update so that these work? I had to switch my forum back to my previous theme just to get it out of maintenance mode.

I look forward to hearing from you! Thank you!

Chris Mayes
AC Tool Supply, Inc.
Energy Auditor Talk
www.aikencolon.com / www.energyauditortalk.org

zutzu

sorry men , this theme is only SMF RC2

rjckE

Excelente tema Zutzu... Tenes algun foro de DEMO? :D

aikencolon

Quote from: zυтzυ on January 23, 2010, 01:24:51 AM
sorry men , this theme is only SMF RC2

I am using RC2. Do you, or does anyone else, experience this problem? The tab section that includes "main", "configuration," "forum," "members," and "maintenance" has drop down lists with broken links.

I am hoping to keep this theme up because I love the look of it, however if I can't use basic features of the forum I'll have to switch to another theme.  :-\

Thanks in advance for any help!
Chris Mayes
AC Tool Supply, Inc.
Energy Auditor Talk
www.aikencolon.com / www.energyauditortalk.org

zutzu

sorry men, I do not speak English   :(
I use google translator :P :P




this is the forum where you use  theme?
www.energyauditortalk.org
your forum is version 2.0 RC1
----
and my theme is for the version 2.0 RC2




testing...

SMF 2.0 RC2





SMF 2.0 RC1






ok try this...

remove GenericMenu.template.php

./Themes/dayrelax/GenericMenu.template.php

and test..

PD.-remember  clear the cache

result...





Quote from: rjckE on January 25, 2010, 02:26:43 AM
Excelente tema Zutzu... Tenes algun foro de DEMO? :D

Hola gracias  ;D , si puedes verlo aqui Demo (server free por eso carga un lento las imagenes)

rjckE

Gracias Zutzu... ahi lo testié... Por ser Core y para RC2 parece bastante profesional... El Editor.js del Core tiene los mismos bugs que el del Curve? tenes alguna idea? Creo que mañana lo preguntaré en el foro en inglés.... Ahora me dieron ganas de hacer un theme basado en Core que esté realmente bueno XD

aikencolon

Thank you!

The theme works perfectly now that I have removed GenericMenu.template.php.

Chris Mayes
AC Tool Supply, Inc.
Energy Auditor Talk
www.aikencolon.com / www.energyauditortalk.org

SAFAD

Best Regards
Sadaoui "SAFAD" Abderrahim - Lead Developer @ Electron Inc.

Eudemon

hi, thanks for the great theme

i wanna do some change to the theme, can you show me the steps?

i wanna remove this one


and move the menu to where the above one was

also i wanna make the menu text font a little bigger

i tried to edit the index.template myself, but i failed

can anyone help?
thx

zutzu

Ok, search and remove

Code (index.template.php) Select
';
// extra logo
echo'
<div class="extralogo">
<img src="', $settings['images_url'], '/smflogo.png" title="',$context['forum_name'],'" alt="',$context['forum_name'],'" />
</div>
<div class="news normaltext">
<form id="search_form" style="margin: 0;" action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
<input type="text" name="search" value="" class="input_text" />&nbsp;
<input type="submit" name="submit" value="', $txt['search'], '" class="button_submit" />
<input type="hidden" name="advanced" value="0" />';

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="', $context['current_topic'], '" />';
// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '</form>';

echo '
</div>



Search and remove:
Code (index.template.php) Select
';

// Show the menu here, according to the menu sub template.
template_menu();

echo '<br class="clear" />



search:
Code (index.template.php) Select
</div>';

// Show the navigation tree.


replace width:
';
// Show the menu here, according to the menu sub template.
template_menu(); echo'
</div>';

// Show the navigation tree.


search in your index.css
Code (index.css) Select
div#upper_section div.user
{
width: 50%;
overflow: auto;
position: absolute;
top: 105px;
left: 45px;
color: #EAEAEA;
}

and change the top property for your custom position

search..
Code (index.css) Select
.cust_menu, .cust_menu ul
{
list-style: none;
line-height: 1em;
padding: 0;
margin: 9px 0 0 0;
}

and change the margin 9px in 5px

Search
.cust_menu a span
{
display: block;
padding: 0 0 0 5px;
font-size: 0.9em;
}


and change the font-size

replace atach image in 
./Themes/Day_relaxrc3/images/theme/

sorry my bad english  :-X

thanks...


Eudemon

thank you so much! my friend
you're a great man, it works perfect

Eudemon

hi, thx for the edit last time

here i want help with a little edit again
see the attach image
there's some space between the gap, how do i adjust the space for the gap

zutzu

#13
in your index.css, change the property in 0px

Quote
#upper_section
{
   padding: 5px;
   margin-bottom: 1.5em;
}


Quote
.navigate_section
{
   padding: 0.5em;
   margin: 1em 0 0 0;
}


Quote
.navigate_section ul
{
   display: block;
   margin: 0;
   font-size: 0.9em;
   padding: 1em 0 0.5em 0;

Eudemon

thank you again

you're a nice person
btw i added you to my buddy list  ;D

Rain Forest

Thanks, I'm using it! :)

I wonder why the avatar is rescaled..



98px × 100px (scaled to 85px × 100px)

Rain Forest

Quote from: zutzu on January 25, 2010, 05:14:36 PM
sorry men, I do not speak English   :(
I use google translator :P :P




this is the forum where you use  theme?
www.energyauditortalk.org
your forum is version 2.0 RC1
----
and my theme is for the version 2.0 RC2




testing...

SMF 2.0 RC2





SMF 2.0 RC1






ok try this...

remove GenericMenu.template.php

./Themes/dayrelax/GenericMenu.template.php

and test..

PD.-remember  clear the cache

result...





Quote from: rjckE on January 25, 2010, 02:26:43 AM
Excelente tema Zutzu... Tenes algun foro de DEMO? :D

Hola gracias  ;D , si puedes verlo aqui Demo (server free por eso carga un lento las imagenes)

I do have this problem with my menu.



FORUM: http://solar-xl.nl/forum/index.php

rhondaklewis

This is my forum and I can't see were users are to log in or register. I also don't have a link to click for admin.

Farjo

Hi, thanks for the theme. It is my favourite and I would like to use it when we go live. Will there be an updated version for RC4?

Kajol

Quote from: giovannie_1 on September 30, 2010, 02:07:33 PM
Thanks, I'm using it! :)

I wonder why the avatar is rescaled..



98px × 100px (scaled to 85px × 100px)

I have something similar.

 

If I give "100%" in the stylesheet it's fine but then the Internet Explorer show a big huge Avatar next to the comment and they can't see what they write...
Ist es eigentlich Non-Canon, dass Non-Canon nicht Canon ist, weil Canon nicht in Non-Canon Büchern sein darf, oder ist das Canon....?

Advertisement: