Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: CrimeS on April 01, 2015, 06:16:02 PM

Title: studioV1
Post by: CrimeS on April 01, 2015, 06:16:02 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2832)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C2832%2Fimage%2Cthumb&hash=9cdce30f0048c5c47b69790691aa09eaa0187056)

Old theme form the studio. http://studioCRIMES.com (http://studiocrimes.com)
Title: Re: studioV1
Post by: Deaks on April 01, 2015, 07:45:09 PM
couple small bugs for you ... a few of your images arent displaying ... seems when looking at the theme they are corrupt ... may want to look at them

paid.gif
merge.gif
split.gif
moved.gif

I uploaded fresh ones to replace these from default theme and they worked fine.
Title: Re: studioV1
Post by: CrimeS on April 02, 2015, 06:10:09 AM
Thanks, I forgot to pack it with windows. Apparently SMF breaks images when you use WinRar and send it to server through administration.
Title: Re: studioV1
Post by: Deaks on April 02, 2015, 07:02:26 AM
yeh I use winrar and have to unpack to see what images need fixed, it was only a recent discovery so when I update any of my themes I double check this now
Title: Re: studioV1
Post by: treki on June 05, 2015, 09:50:54 PM
Nice Theme. Thank you.
I have a little problem with the header.
The menu buttons (like "Übersicht", "Hilfe") are on the right side from the header image.
How i can this configure, so the buttons are displayed wider under the logo?
See the printscreen in the attachement.

Edit: How i can remove the "News" message on the left side?
Title: Re: studioV1
Post by: CrimeS on June 08, 2015, 04:59:20 AM
In index.css change the width to 100% under this class:
#main_menu

To remove news just remove this from index.template.php:
if (!empty($settings['enable_news']))
echo '
<div class="updates"><div class="updates_color">', $txt['news'], ':&nbsp;</div> ', $context['random_news_line'], '</div>
';
Title: Re: studioV1
Post by: Blade~ on June 09, 2015, 09:18:29 PM
Wow ... that's what I call a pro design! I love the RetroMini Red version. Could you let me know how I can setup something like it? Especially setting a background image like that. I have yet little experience with SM and just starting a couple of forums for a website.

Also ... how do you enable an avatar here, I went to my profile settings but I don't have an option for it.   :-\

Thanks!
Title: Re: studioV1
Post by: CrimeS on June 10, 2015, 05:47:29 AM
Background is just simple css with background-position property set to top in body (index.css).