News:

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

 

Recent posts

#11
SMF 2.1.4 Themes / Re: Cleantek 2.1.4a Released!
Last post by Skhilled - Aug 13, 24, 07:09:53 PM
Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span'. The last two lines to it found about line 4283 in index.css:

.notify_dropdown span {
    font-size: 0.9em;
    display: block;
    max-width: 500px;
}

Released on Github, Cleantek v2.1.4b1:

https://github.com/Crip-Zone/Cleantek/releases/tag/v2.1.4b1
#12
SMF 2.1.4 Themes / Re: Flagrantly v2.1.4 Released...
Last post by Skhilled - Aug 13, 24, 01:35:08 PM
Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span'. The last two lines to it found about line 4156 in index.css:

.notify_dropdown span {
    font-size: 0.9em;
    display: block;
    max-width: 500px;
}

Released on Github, Flagrantly v2.1.14b1:

https://github.com/Crip-Zone/Flagrantly/releases/tag/v2.1.4b1
#13
SMF 2.1.4 Themes / Re: News Theme Released!
Last post by Skhilled - Aug 13, 24, 12:19:46 PM
Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span' and added the last two lines to it found about line 4010 in index.css:

.notify_dropdown span {
      font-size: 0.9em;
      display: block;
      max-width: 500px;
}

The release can be downloaded on Github:

https://github.com/Crip-Zone/News/releases/tag/v2.1.4b1
#14
SMF 2.1.4 Themes / Re: Orangeline v214a Released!
Last post by Skhilled - Aug 11, 24, 01:39:02 PM
Orangeline v214b release:

Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span' and add the last two lines to it found about line 3962 in index.css:

.notify_dropdown span {
      font-size: 0.9em;
      display: block;
      max-width: 500px;
}

The updated version for this is here:

https://github.com/Crip-Zone/Orangeline/releases/tag/v2.1.4b
#15
SMF 2.1.4 Themes / Re: Ambassador Theme Released!
Last post by Skhilled - Aug 10, 24, 09:04:11 PM
Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span' and add the last two lines to it found about line 4168:

.notify_dropdown span {
      font-size: 0.9em;
      display: block;
      max-width: 500px;
}

EDIT: Updated the latest release on Github:

https://github.com/Crip-Zone/Ambassador/releases/tag/v2.1.4c
#16
SMF 2.1.4 Themes / Re: DarkModern v2.1.14 Release...
Last post by Skhilled - Aug 10, 24, 02:15:28 PM
DarkModern v2.1.14b Release:

Fixed the 'notify alert/email' dropdown at the bottom right of posts. The updated version for this is here:

https://github.com/Crip-Zone/DarkModern/releases/tag/v2.1.4b
#17
SMF 2.1.4 Themes / Re: DarkModern v2.1.14 Release...
Last post by Skhilled - Aug 04, 24, 09:59:18 PM
Here's the fix for the 'notify alert/email' dropdown. Find '.notify_dropdown span' and add the last two lines to it:

.notify_dropdown span {
 font-size: 0.9em;
 display: block;
 max-width: 500px;
}

Image before:

notify-drop-before.png

Image after:

notify-drop-after.png
#18
Site News / Theme Fixes
Last post by Skhilled - Aug 04, 24, 09:29:57 PM
We've found a bug in DarkModern in the 'notify alert/email' dropdown. However, the fix we've applied to it looks better than the standard SMF version. So, we'll be applying it to all current and future themes and posting the fixes along with the line numbers in their respective topics here. The fixes will also be posted on Github and the releases will be upgraded. :)

Basically, the fix is to find: '.notify_dropdown span' in your chosen 2.1 theme and add the following 2 bottom lines to it. It will wrap the text for the 'Not Following' option and make it more compact. ;)

.notify_dropdown span {
  font-size: 0.9em;
  display: block;
  max-width: 500px;
}
#19
SMF 2.1.4 Themes / Orangeline v214a Released!
Last post by Skhilled - Jun 30, 24, 06:47:48 PM
We have actually completed this last month but due to my internet not working properly, I'm just getting around to this. ;D

https://github.com/Crip-Zone/Orangeline/releases/tag/v214
#20
Theme Support / Re: Next On Deck for SMF 2.1.x
Last post by Skhilled - Jun 30, 24, 06:46:04 PM
My apologies. For the last month or so I've been having a lot in internet issues which seem to be finally fixed.

Orangeline v214a was completed last month.

We are working on Whitebox now...