[TH] Holidays

[TH] Holidays 2.1.3

No permission to download
ThemeHouse updated [TH] Holidays - now with Valentine's Day! with a new update entry:

Version 2.0.0 released

Important! This add-on no longer supports XenForo 2.0. Please upgrade to XenForo 2.1 first, before updating to this version.

Changes:

  • Reworked holiday effect mechanics from scratch (please be aware that any previous custom configurations will be dropped with this update)
  • Reworked Valentines, New Years & Winter effects
  • Added new holidays: Birthday, Halloween, Thanksgiving & 4th of July

Read the rest of this update entry...
 
@Jake B. This add-on not compatible with @Ehren this Uniform style. So please can you do compatible update your add-on for work with other style?
The .th_holiday__navInner__left class doesn't exist, so the plain div element is breaking the layout due to justify-content: center;

Adding some correct styling, including position: absolute; will fix the problem.

Code:
<div class="th_holiday__navInner__left"></div>
Breadcrumb navigation long space when addon enabled.

FrmIRx6BTB6Zo8LItqI4zA.png

@Jake B. This old issue happened with this update. This add-on not compatible with @Ehren this Uniform style. So please can you do compatible update your add-on for work with other style? Also Node icon not working.
 
Last edited:
@ThemeHouse:
Perfect. Thx.
Additionally 1st august (swiss day 🇨🇭 )? LOL

It work for me with IO dark theme!


Edit:
First fun, then serious. I created a swissday.
 

Attachments

  • Auswahl_001.webp
    Auswahl_001.webp
    4.1 KB · Views: 14
Last edited:
@Jake B. Breadcrumb navigation long space issue will be fixed with Adding this code to extra.less but Node icon not working for @Ehren Uniform style. So please do applie the solution. TH failing to add styling to the left div broke the layout since (with absolute positioning) it became a flex element. And despite their claims, the navigation is a flex element in the default theme too.

Adding this to extra.less will be fixed the problem Breadcrumb navigation long space issue.

Code:
.th_holiday__categoryStrip__left,
.th_holiday__categoryStrip__center,
.th_holiday__categoryStrip__right{
display: none;
}

With holiday enabled.

ScreenShot01241.png

Without holiday disabled.

ScreenShot01242.png
 
Why the Halloween holiday comes not? "Enable automatic holiday selection" is activated.
Here is now 0:35 Oct 31
  • XF 2.1.4
  • Holidays 2.0.0
 

Attachments

  • Auswahl_001.webp
    Auswahl_001.webp
    22.4 KB · Views: 12
There is a cron that runs hourly and triggers it to switch. Also, it'll use your server's default timezone I believe so if that time isn't the same as your local time it may get activated a few hours early or late
 
The witch hats are good but sadly they stop people clicking on page 2. They eend to be disabled for the top post of a page and also the reply box avatar at the bottom.
 
You can add pointer-events: none; to their css in the holiday styling settings. Although people can technically just use the "next" or "prev" button in the most common cases.
 
Top Bottom