After Update to 5.5.4 the default.custom.css is no more in use?

26.01.2025 15:12
#1
nordlander
Joomshopping forum user no avatar
Name: Kai
10.11.2019
Сообщения: 41
Quote
After Update to 5.5.4 the default.custom.css is no more in use?

After updating to JS 5.5.4, my default.custom.css is no longer included.
Was the name of the default.custom.css changed or was it forgotten in the update?

Some day ago I updated from 5.5.2 to 5.5.3 without such problem.
I can fix this by including the stylesheet link in Helix 3 - but is that the right way?


Joomla: 4.4.8
JoomShopping: 5.5.3
PHP: PHP 8.2.15
MySQL: MySQLi 5.7.42
Website Url: local
 
26.01.2025 16:56
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 28003
Quote
Aw: After Update to 5.5.4 the default.custom.css is no more in use?

Bug update.

install 5.5.5A1
https://github.com/joomshopping/joomshopping/tree/dev

or change Lib/JSFactory.php

$wa->registerAndUseStyle('com.jshopping.custom', $jshopConfig->css_live_path.$jshopConfig->template.'.css', $wap['options'], $wap['attributes'], $wap['dependencies']);

change to

$wa->registerAndUseStyle('com.jshopping.custom', $jshopConfig->css_live_path.$jshopConfig->template.'.custom.css', $wap['options'], $wap['attributes'], $wap['dependencies']);

https://github.com/joomshopping/joomshopping/commit/c2fc267a9e45a9b62f0857b20e1dad00b916c1ab#diff-163f2720013a2697a818c6799e95f4bfe33d246b32484db2aec353a0ea91d5d7


Последнее изменение: 26.01.2025 16:57
 
27.01.2025 09:54
#3
nordlander
Joomshopping forum user no avatar
Name: Kai
10.11.2019
Сообщения: 41
Quote
Aw: After Update to 5.5.4 the default.custom.css is no more in use?

Thank you!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.