TheCripZone SMF Themes Site

All Things Public => Theme Support => SMF 2.1.3 Themes => Topic started by: Skhilled on Dec 30, 22, 09:03:13 PM

Title: Cleantek v2.1.3 Released!
Post by: Skhilled on Dec 30, 22, 09:03:13 PM
Get it while it's hot! ;)

The newest version is 2.1.3 v4! Also below is the edited theme-info.xml file for those who just want to upload that file instead of re-installing the new theme.  ;)

EDIT: You can see it in action here:

https://www.jpr62.com/demos212/index.php?theme=2
Title: Re: Cleantek v2.1.3 Released!
Post by: Oldcrow on Dec 30, 22, 10:24:31 PM
 :2up: Thank you Steve.  :taz:
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Dec 30, 22, 10:55:39 PM
No problem, Ron. It took me long enough, tho. LMAO
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Dec 31, 22, 07:02:46 AM
Oppps! I forgot to update the theme_info.xml file to v2.1.3!.  :-[ Please edit theme_info.xml in your root Cleantek's directory from this:

<?xml version="1.0"?>
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>smf:cleantek</id>
<!-- The theme's version, please try to use semantic versioning. -->
<version>2.1.2</version>
<!-- Install for, the SMF versions this theme was designed for. Uses the same wildcards used in the packager manager. This field is mandatory. -->
<install for="2.1 - 2.1.99, 2.1.2" />
<!-- Theme name, used purely for aesthetics. -->
<name>CleanTek</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->
<author name="Crip">noreply@jpr62.com</author>
<!-- Website... where to get updates and more information. -->
<website>https://www.jpr62.com/theme/index.php</website>
<!-- Template layers to use, defaults to "html,body". -->
<layers>html,body</layers>
<!-- Templates to load on startup. Default is "index". -->
<templates>index</templates>
<!-- Base this theme off another? Default is blank, or no. It could be "default". -->
<based-on></based-on>
</theme-info>


To this:

<?xml version="1.0"?>
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>smf:cleantek</id>
<!-- The theme's version, please try to use semantic versioning. -->
<version>2.1.3</version>
<!-- Install for, the SMF versions this theme was designed for. Uses the same wildcards used in the packager manager. This field is mandatory. -->
<install for="2.1 - 2.1.99, 2.1.3" />
<!-- Theme name, used purely for aesthetics. -->
<name>CleanTek</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->
<author name="Crip">noreply@jpr62.com</author>
<!-- Website... where to get updates and more information. -->
<website>https://www.jpr62.com/theme/index.php</website>
<!-- Template layers to use, defaults to "html,body". -->
<layers>html,body</layers>
<!-- Templates to load on startup. Default is "index". -->
<templates>index</templates>
<!-- Base this theme off another? Default is blank, or no. It could be "default". -->
<based-on></based-on>
</theme-info>


The first post has been updated. :)
Title: Re: Cleantek v2.1.3 Released!
Post by: Scrubmeister on Dec 31, 22, 08:58:21 AM
Nice job.

Thanks! :)
Title: Re: Cleantek v2.1.3 Released!
Post by: Dave on Jan 01, 23, 04:41:04 AM
Thank you  :gp:
Title: Re: Cleantek v2.1.3 Released!
Post by: TwitchisMental on Mar 28, 23, 04:57:28 PM
Heck yeah another classic Crip theme updated for 2.1.3 :).
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Mar 28, 23, 07:32:24 PM
More are on the way. ;)
Title: Re: Cleantek v2.1.3 Released!
Post by: TwitchisMental on Apr 02, 23, 10:00:57 PM
Found a few validation issues that are easy enough to resolve :).

HTML Validation Issues -
    Error: The font element is obsolete. Use CSS instead.

    From line 506, column 9; to line 506, column 30

    >↩    <h2><font color="#1776b6">Naviga

    Error: The font element is obsolete. Use CSS instead.

    From line 512, column 9; to line 512, column 30

    >↩    <h2><font color="#1776b6">Design

    Error: End tag div seen, but there were open elements.

    From line 514, column 3; to line 514, column 8

    /a></b>↩  </div>↩  <di

    Error: Unclosed element span.

    From line 513, column 38; to line 513, column 43

    trong> by <span><b> <a

    Error: The font element is obsolete. Use CSS instead.

    From line 516, column 9; to line 516, column 30

    >↩    <h2><font color="#1776b6">Copyri

    Error: End tag for body seen, but there were unclosed elements.

    From line 537, column 1; to line 537, column 7

    </script>↩</body>↩</htm

    Error: Unclosed element div.

    From line 103, column 2; to line 103, column 19

    ↩ </div>↩ <div id="wrapper">↩ <di

    Error: Unclosed element div.

    From line 59, column 1; to line 59, column 20

    on_home">↩<div id="footerfix">↩ <div


CSS Validation Issues -

.floatleft Value Error : display 1 is not a display value : flex 1
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Apr 02, 23, 10:18:05 PM
I REALLY do appreciate the help! I love learning things and have since I was a little boy. :)

I think the 1st validation issues are carried over from 2.0 versions. I'll have to look into those. :)

Hmmm, I can't seem to find this:

.floatleft Value Error : display 1 is not a display value : flex 1

Title: Re: Cleantek v2.1.3 Released!
Post by: TwitchisMental on Apr 02, 23, 10:23:30 PM
Quote from: Skhilled on Apr 02, 23, 10:18:05 PM
I REALLY do appreciate the help! I love learning things and have since I was a little boy. :)

I think the 1st validation issues are carried over from 2.0 versions. I'll have to look into those. :)

Hmmm, I can't seem to find this:

.floatleft Value Error : display 1 is not a display value : flex 1

Line 259 in index.css

.floatleft {
float: left;
display: flex 1;
}


change to

.floatleft {
float: left;
display: flex;
}


Honestly it shouldn't need the display: flex; at all.
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Apr 02, 23, 10:33:42 PM
It isn't in the new revised version I'm working on now. The site is below. I use it for testing then post them here:

https://skhilled.com/cztest/

Might save both of us some work. LOL If you'd like I'll make you an admin so you can see everything.
Title: Re: Cleantek v2.1.3 Released!
Post by: TwitchisMental on Apr 02, 23, 10:35:22 PM
Ahhh I see I see.  If you would like to do that you can.

Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Apr 02, 23, 10:42:13 PM
Just register. I'm Bocool, btw. lol
Title: Re: Cleantek v2.1.3 Released!
Post by: TwitchisMental on Apr 02, 23, 10:45:32 PM
Quote from: Skhilled on Apr 02, 23, 10:42:13 PM
Just register. I'm Bocool, btw. lol
Will do.
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Apr 02, 23, 10:48:34 PM
Done!
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Apr 02, 23, 10:57:23 PM
Crap! I know why the '.floatleft' wasn't fixed. I was busy looking for it the Ambassador theme! LMAO
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on May 10, 23, 09:28:28 PM
This theme has been updated to fix a number of little cosmetic issues. First post has been updated.  :coolsmiley:

https://www.jpr62.com/theme/index.php?topic=2414.msg15239#msg15239

EDIT: Oooops! Thanks to the Team for all of their help and support!  O0
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on May 12, 23, 08:55:57 PM
We've made a oopsie! LOL

We forgot to edit theme-info.xml so it can install to future themes.  ::)

I've attached that file here. Also, the first post has been updated to show both, the new zip (2.1.3v4) and the theme-info.xml file.
Title: Re: Cleantek v2.1.3 Released!
Post by: lesmond on May 16, 23, 06:27:46 PM
Little problem with 'All Unread Topics' page! It doesn't l have a line break like other themes....

(https://tinypix.co.uk/images/2023/05/16/image.png)

should look like this....
(https://tinypix.co.uk/images/2023/05/16/imagee1ded8cd6a9f0a4a.png)
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on May 16, 23, 09:15:57 PM
Thanks for reporting this. :)
Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on May 17, 23, 08:43:52 PM
Here's the fix... Find "#topic_container .lastpost" in index.css and change it to this:

#topic_container .lastpost {
  width: 20%;
  background: transparent;
  display: block;
}


Title: Re: Cleantek v2.1.3 Released!
Post by: Skhilled on Jun 24, 23, 10:05:27 PM
You can download the latest version from Github:

https://github.com/Crip-Zone/Cleantek/releases/tag/Cleantek-213c

SMF 2.1.4 coming very soon! ;)