News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 301
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 268
Total: 268

Cleantek v2.1.3 Released!

Started by Skhilled, Dec 30, 22, 09:03:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

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

Oldcrow


Skhilled

No problem, Ron. It took me long enough, tho. LMAO

Skhilled

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. :)

Scrubmeister


Dave

If you want play quizzes or games click below

TwitchisMental

Heck yeah another classic Crip theme updated for 2.1.3 :).

Skhilled


TwitchisMental

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

Skhilled

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


TwitchisMental

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.

Skhilled

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.

TwitchisMental

#12
Ahhh I see I see.  If you would like to do that you can.


Skhilled

Just register. I'm Bocool, btw. lol

TwitchisMental


Skhilled


Skhilled

Crap! I know why the '.floatleft' wasn't fixed. I was busy looking for it the Ambassador theme! LMAO

Skhilled

#17
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

Skhilled

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.

lesmond

Little problem with 'All Unread Topics' page! It doesn't l have a line break like other themes....



should look like this....


Skhilled


Skhilled

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;
}



Skhilled

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! ;)