BUG On Accordion Addon - Question | JoomShaper

BUG On Accordion Addon

Laurent

Laurent

SP Page Builder 1 month ago

Hi,

On SP page builder latest version, from front-end editor there is a bug on accordion addon.

On edit page mode, accordion is closed, see here => https://prnt.sc/8nuzzRXDg_m3 But on live page, the first element icon is not good => https://prnt.sc/vkYDYvBTRXkt

See Hidden Content area for details.

Thanks

0
16 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #221862

Hi there!

Sorry for your experience.

Did you mean you have close all item as selected there?

https://cleanshot.com/share/l6JxSDYh

May I have your admin access in the hidden content box to check?

Best regards,

0
Laurent
Laurent
Accepted Answer
1 month ago #221914

ok see Hidden Content are for credentials. I have also added a video to show you the bug.

0
Laurent
Laurent
Accepted Answer
1 month ago #222285

any news?

0
Laurent
Laurent
Accepted Answer
1 month ago #223017

any new?

0
Laurent
Laurent
Accepted Answer
2 weeks ago #224168

any news please?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #224173

Yes, it's not issue from SPPB itself, but from Casiopea Custom CSS file.

.icone-liquid-glass button[aria-expanded="true"] .sppb-accordion-image {
  content: url("/files/2026/04/03/minus.svg");
}

It's loaded by file: media/templates/site/cassiopeia_extended/css/user.css

And it force (-) as first default icon

If you cannot edit that (user.css) file (but you should) then use below Custom CSS line in Page Settings > Page CSS

.icone-liquid-glass button[aria-expanded="true"] .sppb-accordion-image {
  content: none;
}

simple conflict

0
Laurent
Laurent
Accepted Answer
2 weeks ago #224175

thanks for the feedback.

is it possible for you to fix it directly inside SPPB as it's a conflict with joomla native code?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #224176

By default Joomla 5.x or 6.1 don't have user.css file, so must be added by site webmaster, and can be edited. That css line & "minus" image was added, as you can see, on 3 April 2026.


It's sort of custom.css from Helix. And Joomla update will not override that.


About Aria status - it will be fix in June update

0
Laurent
Laurent
Accepted Answer
2 weeks ago #224181

ok thanks your feedback I unsdertand now ;-)

0
Laurent
Laurent
Accepted Answer
2 weeks ago #224184

@paul : I have tested and the problem is not coming from the icon. the problem is coming from aria-expanded="true" on the first accordion item. By default the first accordion item is always opened, but I want it to be closed by default.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #224186

Content of 1st tab is closed/hidden, but Ok, we have to correct Aria status during next update (but not this week update!) I found it too.

0
Laurent
Laurent
Accepted Answer
2 weeks ago #224187

ok thanks

0
Laurent
Laurent
Accepted Answer
6 days ago #224857

hi,

any news about this bug?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 days ago #224858

The team is on religious holiday this week, so unfortunately this issue is on hold. I hope someone will look into it next week and include it in the June SPPB update. So we both have to wait.

0
Laurent
Laurent
Accepted Answer
6 days ago #224859

OK I understand, many thanks for your feedback

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 days ago #224986

Hi @Laurent

Thanks for your cooperation and understanding.

Best regards,

0