KunenaScssPhp\ScssPhp\Parser:
- Chico Gois
- Offline Topic Author
- New Member
- Thanks: 2
- Posts: 17
Joomla 5.0
PHP 8.1
Kunena version:6.2.1
I have this error.
Thanks
PHP 8.1
Kunena version:6.2.1
I have this error.
Thanks
Code:
KunenaScssPhp\ScssPhp\Parser::registerPushedBlock(): Argument #1 ($b) must be of type KunenaScssPhp\ScssPhp\Block, ScssPhp\ScssPhp\Block\DirectiveBlock given, called in /home/u141892142/domains/hotzonegt3.com.br/public_html/libraries/kunena/External/scssphp/scssphp/src/Parser.php on line 879
Last Edit:9 months 3 weeks ago
Post by Chico Gois
Last edit: 9 months 3 weeks ago by ntstore.
Please Log in or Create an account to join the conversation.
Hi Chico Gois,
Thank you very much for bug report. We are checking this issue on Joomla 5. We will try to fix it as soon as possible.
Regards,
Thank you very much for bug report. We are checking this issue on Joomla 5. We will try to fix it as soon as possible.
Regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Post by ntstore
Please Log in or Create an account to join the conversation.
- Chico Gois
- Offline Topic Author
- New Member
- Thanks: 2
- Posts: 17
Thank you,
I'll wait
I'll wait
Post by Chico Gois
Please Log in or Create an account to join the conversation.
Hi Chico Gois,
We have fixed this issue and updated to the template download package. The main reason is that the SCSS compiler cannot compile the keyframe in the scss file. So we have deleted the keyframe rules in the _element.scss file. It's working fine now.
Kind regards,
We have fixed this issue and updated to the template download package. The main reason is that the SCSS compiler cannot compile the keyframe in the scss file. So we have deleted the keyframe rules in the _element.scss file. It's working fine now.
Code:
// Add icon animation
@keyframes icon-ani {
0% {
transform: scale(1);
}
25% {
transform: scale(1.2);
}
40% {
transform: scale(1);
}
60% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
Kind regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Last Edit:9 months 3 weeks ago
Post by ntstore
Last edit: 9 months 3 weeks ago by ntstore.
The following user(s) said Thank You: Chico Gois
Please Log in or Create an account to join the conversation.
- Chico Gois
- Offline Topic Author
- New Member
- Thanks: 2
- Posts: 17
Thanks.
Now everything is ok
Now everything is ok
Post by Chico Gois
Please Log in or Create an account to join the conversation.
- sereniteam
- Offline
- New Member
- Thanks: 1
- Posts: 5
This issue is also present in your NTS KGrid template 6.1.0 that i downloaded today.
Post by sereniteam
Please Log in or Create an account to join the conversation.
Hi sereniteam,
We have fixed and updated to the NTS KGrid download package. Please download the latest package and update to your website.
Kind regards,
We have fixed and updated to the NTS KGrid download package. Please download the latest package and update to your website.
Kind regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Post by ntstore
Please Log in or Create an account to join the conversation.
Time to create page: 0.612 seconds