giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
219 stars 77 forks source link

Theme changing doesn't work in Firefox/Gecko #582

Closed dustojnikhummer closed 1 year ago

dustojnikhummer commented 1 year ago

Description

Theme selector in Navbar doesn't work in Firefox

Steps to reproduce

  1. Go to https://laptopwiki.eu in Firefox (desktop, mobile)
  2. In the top right select the Color Palete icon
  3. Change theme (default is Darkly)

Expected behavior: Theme changes

Actual behavior: Theme stays at Darkly even if parameter ?bootswatch-theme=slate is passed

Same thing happens on Firefox on Android, Windows, Linux (Debian) Works perfectly fine in Chromium based browser (can't confirm Safari as I don't own any Apple devices). TLDR: Seems to be a Gecko issue

Versions

Screenshots or Logs

Template settings

https://i.imgur.com/W0MBVdl.png

giterlizzi commented 1 year ago

FIXED in development branch

nice website :)

dustojnikhummer commented 1 year ago

FIXED in development branch

nice website :)

Works perfectly after replacing the theme-switcher.php file Very much thanks, now I can move to Firefox!