News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

CleanTek

Started by Crip, October 13, 2008, 08:27:03 PM

Previous topic - Next topic

Crip

Link to the theme


Really clean , nearly all white , with some blue gradients.

  ==> Demo
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Fussilet

Really nice theme bro :up:

Dudi

Nice Theme Crip, Thanks ;)

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Cado

nice theme thaks Crip   :)

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

scarter

It is a great theme ... but ... where do I replace the "Clean Tek" logo with my own?  I've been able to do this with other themes, but it's not obvious what to change.

Crip

psd file style.css #logo { }
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

scarter

Thanks.  That worked.

Crip

Good, if you'll remeber this is how I do most of my Themes ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

sudip

I installed the theme but the logo is not displaying.. nither clean tek logo nor mine.. can you say what's the problem.. i also tried to place my logo manually editing the theme but couldnt get any idea.. how can i do so.. plz help

Crip

Quote from: sudip on October 28, 2008, 09:47:01 AM
I installed the theme but the logo is not displaying.. nither clean tek logo nor mine.. can you say what's the problem.. i also tried to place my logo manually editing the theme but couldnt get any idea.. how can i do so.. plz help

I have no idea "why" , it's a .png format image , possibly you need .gif , .jpg format .. ?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Crip

Updated 2.0 Version.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

glacierjames

Quote from: Crip on October 17, 2008, 05:46:36 PM
psd file style.css #logo { }

Sorry Newbie here.  Can you give me a few extra steps?  Thanks alot. :)

Crip

logo.psd is included in /Themes/cleantek/....Here><<<<<<<
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

deagleclan

Hi, I've installed this theme CleanTek on my forums, I do see in footer there is/are option(s) to add more pages. Can someone advice me how to add pages there? or activate those links?

here is the link to my site joindroid.com, please see it on the left hand side bottom corner, under Home there are 3 extra links link1.2.3.

Thanks

Crip

Look in the "(index.template.php)" and find this section...:

<div id="footer">
  <div class="footbox">
<div class="col1">
<h3>Navigate</h3>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="#" title="">Link1</a></li>
<li><a href="#" title="">Link2</a></li>
<li><a href="#" title="">Link3</a></li>
</ul>
</div>


...then change the Links to point in-forum page,  or out-of-forum page/pages.

<div id="footer">
  <div class="footbox">
<div class="col1">
<h3>Navigate</h3>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="http://www.google.com/" title="Google Search">Google</a></li>
<li><a href="http://www.your-other-site.com/" title="">My other site</a></li>
<li><a href="http://www.yahoo.com" title="" target="_blank">Yahoo</a></li>
</ul>
</div>
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

Very nice clean and crisp theme...

I have a question for you though.   The News feature puzzles me... I am used to being able to use BBC in the news, example:
. I am finding that only stationary news displays well. When using the
, it drops the line down below the fixed text "NEWS:" and does not display correctly. It also causes the search box to partially disappear. 

see http://www.northwest-reloaders.com/index.php

This is the only small issue I can find with this awesome theme. Is there possibly a way to make it work for me?



Crip

you can adjust teh News: up a bit..scrolling does drop a bit by default ..

#news{clear:both;position:absolute;top:11em;left:2em;width:50%;text-align:left;color:#444;font-size:8pt;}
#news a:link,#news a:visited{color:#444;}


Change Like:

#news{clear:both;position:absolute; top:10em; left:2em;width:50%;text-align:left;color:#444;font-size:8pt;}
#news a:link,#news a:visited{color:#444;}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

Thanks for the help...I need a little more though. LOL I can't find the code that needs to be changed, can you give a brother a little more help?  ::)

Crip

Sure , just ask specifically what it is you need.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

Quote from: Crip on February 25, 2013, 09:41:40 AM
you can adjust teh News: up a bit..scrolling does drop a bit by default ..

#news{clear:both;position:absolute;top:11em;left:2em;width:50%;text-align:left;color:#444;font-size:8pt;}
#news a:link,#news a:visited{color:#444;}


Change Like:

#news{clear:both;position:absolute; top:10em; left:2em;width:50%;text-align:left;color:#444;font-size:8pt;}
#news a:link,#news a:visited{color:#444;}



I can't locate the source of the code above you suggested I could modify. Can you point me to it please?

Portugal


antler

Crip, if you would be so kind, I am still waiting for an answer to reply #21.

Thank you

Al

Crip

QuoteI can't locate the source of the code above you suggested I could modify. Can you point me to it please?



It's in the css/index.css near the bottom part of the style-sheet!
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

Thank you, I will look again. I must have missed it yesterday..

Thanks
Al

antler

That took care of it

Thanks

Crip

Okay, you lost me on that one?..I need A Screen-Shot if that's feasible @ all?

Quote from: antler on April 14, 2013, 12:16:14 PM
Crip, I have another question.... the tear/waterdrop images to the left of each board always say "no new posts". I entered new posts and new topics and still no change.... any ideas?  Also what is that images name?

I still like this theme better than all of them because it is so cleasn and crisp.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

#28
Quote from: antler on February 25, 2013, 02:15:14 PM
Quote from: Crip on February 25, 2013, 09:41:40 AM
you can adjust teh News: up a bit..scrolling does drop a bit by default ..

#news{clear:both;position:absolute;top:11em;left:2em;width:50%;text-align:left;color:#444;font-size:8pt;}
#news a:link,#news a:visited{color:#444;}


Change Like:

#news{clear:both;position:absolute; top:10em; left:2em;width:50%;text-align:left;color:#444;font-size:8pt;}
#news a:link,#news a:visited{color:#444;}



I can't locate the source of the code above you suggested I could modify. Can you point me to it please?

Crip, I was able to modify per your suggestion and my news is now fully visible. I still have the problem with my Search field being partially covered by the menu bar. any suggestions on that one?

Crip

Ok,
Can you show a www.Link-To-Theme.com ?

..>> or a screen shot ?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

Never mind, I figured out that is only a problem in the device I use most. I corrected the resolution and now have no problem.

I do have a question though. I really like BLUE themes and I wonder what ever happened to your MARINE theme. I really like the colors.

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

I get a message: An Error Has Occured!

                          No Download Exists

Crip

Quote from: antler on April 29, 2013, 04:14:56 PM
I get a message: An Error Has Occured!

                          No Download Exists

It's a link at my-site and it works>>>>>>>
http://www.jpr62.com/theme/index.php?action=downloads;sa=view;down=3
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

antler

It works this morning but it would give me an error on sunday & monday.

Thanks

olilibob

Please how do I remove these : SimplePortal 2.3.5 © 2008-2012, SimplePortal
XHTML
RSS
WAP2

Crip

#36
beats me oliilbob?
.some of those links are copyrights .. you can't hide / remove those.  :laugh: :laugh:
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

olilibob

Please how do i add more links in the footer just like links 1.2.3

Crip

You can  edit those links via your :: [[index.template.php]"
'
---------------------------------------------------------------------
Quote from: olilibob on August 11, 2013, 02:07:30 PM
Please how do i add more links in the footer just like links 1.2.3
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Duffield1

HI there

Love the theme!  ;D  Is there any way you can make the space for the logo a bit bigger?  I tried just dropping in a big logo, but it only showed the top part of it.  :o
Trying to make the world a more intelligent place one question at a time! www.intelligentanswers.co.uk

Crip

u can try adding your image exact : Width: <=> Height: via your .../css/index.css
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Duffield1

That has worked wonderfully, thank you!  However, as is always the case with SMF, it has created another problem, which is that in the second line of 'news' only the top half of the text appears!
Trying to make the world a more intelligent place one question at a time! www.intelligentanswers.co.uk

Crip

You can adjust the News: via css/index.css Top or Left..
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Duffield1

Trying to make the world a more intelligent place one question at a time! www.intelligentanswers.co.uk

Dave J

Hi,

Love the theme and have set it as forum default.

I have a problem with the background

In IE10 or 11 the background is black, in Firefox it's the right colour blue. Also the buttons are rounded in IE and square in FF. See screenshots below.

Any idea how to fix it in both please?



NOTE: Please don't someone say stop using IE I've heard it all before and some people do not have a choice what they use and are lumbered with it.
If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

Crip

I do not know what's up with that (ie)  I have never heard it here as a problem so , your guess is as good as mine..?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Dave J

I have just found out Crip died on January 2nd 2014.

RIP Crip.

So unless someone from his site i.e. Maxx takes over this thread there there may not be any other support for this theme.
If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

GigaWatt

May he rest in peace :'(. I just read this and I've been modding the guys theme for about a month now, so... I had no idea.

There is a bit of a problem with the upper right corner login (login2) in SMF 2.0.15. I've manager to fix it with a tip from this thread.

https://www.simplemachines.org/community/index.php?topic=553910.0

Change the following code in the index.template.php file of the theme.

Original:

<input type="hidden" name="hash_passwrd" value="" />

Modded:

<input type="hidden" name="hash_passwrd" value="" />
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />


Hope this helps any new users of this theme :).
"This is really a generic concept about human thinking - when faced with large tasks we're naturally inclined to try to break them down into a bunch of smaller tasks that together make up the whole."

"A 500 error loosely translates to the webserver saying, "WTF?"..."

Dave J

#48
Thanks for the PM and thanks for the theme fix too. I wil apply them later and feedback if there are any issues

Update: I've just checked my template file and I already have this fix in place and the file was last updated in May last year.

<input type="hidden" name="hash_passwrd" value="" />
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

GigaWatt

#49
Hmmm... strange. I downloaded the theme form the themes site... just like any other theme... and the fix wasn't applied with the default pack. Maybe I downloaded an older version ???.

OK, I downloaded the theme pack again (cleantek_20g.zip), opened up index.template.php in Notepad... the fix is not applied.

"This is really a generic concept about human thinking - when faced with large tasks we're naturally inclined to try to break them down into a bunch of smaller tasks that together make up the whole."

"A 500 error loosely translates to the webserver saying, "WTF?"..."

Dave J

Now that is odd. I have looked back through the thread to see if the answer was given previously but can't see anything, I've also checked my PM's and there is nothing there either.

The problem still exists though in older versions of IE, which we have to use a work as it's the corporate default browser, at home I now use Firefox so no issues.
If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

GigaWatt

Well, anyway, the workaround is posted, so... if anyone has issues using this theme, just apply the fix in index.template.php ;).
"This is really a generic concept about human thinking - when faced with large tasks we're naturally inclined to try to break them down into a bunch of smaller tasks that together make up the whole."

"A 500 error loosely translates to the webserver saying, "WTF?"..."

GigaWatt

Here's how to add a Search button next to the Seach box in the quick search (search2).



In index.template.php of the theme, find this code.

<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
<input class="inputbox" type="text" name="search" value="', $txt['search'], '..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['search'], '...\';" />';


Replace it with this.


<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
<input class="inputbox" type="text" name="search" value="', $txt['search'], '..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['search'], '...\';" />
<input type="submit" value="', $txt['search'], '" class="button_submit" />';


Done ;).
"This is really a generic concept about human thinking - when faced with large tasks we're naturally inclined to try to break them down into a bunch of smaller tasks that together make up the whole."

"A 500 error loosely translates to the webserver saying, "WTF?"..."

Skhilled

As requested, this theme has been updated to include the session timeout fix. You can download the updated from The Crip Zone here:

https://www.jpr62.com/theme/index.php?action=downloads;sa=myfiles;u=1506

Dave J

Quote from: Skhilled on October 28, 2019, 07:05:30 AM
As requested, this theme has been updated to include the session timeout fix. You can download the updated from The Crip Zone here:

https://www.jpr62.com/theme/index.php?action=downloads;sa=myfiles;u=1506

Thanks Steve
If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

Skhilled

No problem! I you need others fixed, just ask. :) SMF 2.0.16 should fix this problem but I can update the themes while we wait.

Advertisement: