Problem With Accordion - Question | JoomShaper

Problem With Accordion

S

Sergio

SP Page Builder 1 year ago

Hello,

When trying to edit accordion items from backend editor it collaps giving the following error. If I try from the frontpage editor is even worst... since I can edit it (not easily since it fails) and from time to time (I don't know why) there's no way to save the work since the save buttom dissapears. You can check the page here: https://web.analisisdetextura.com

This is the error I find when editing: Unhandled Runtime Error

TypeError: t.replace is not a function

Please open the browser console for more information! Call Stack children

(2:773404) I

(2:52737) xs

(2:528202) xl

(2:585034) yc

(2:574188) mc

(2:574116) pc

(2:573977) rc

(2:570784) sc

(2:571173) Bi

(2:512048) 4448/tc/<

(2:568725)

You can check a video of the backend crash here: https://we.tl/t-eodVCSgNKz

A video of the of the fail with the fronpage editor here: https://we.tl/t-2r6u5KxqtX

By the way I've got this same problem with another site with same template last year.

Best Regards

Sergio

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #170453

Hello Sergio

The addon was overriden in the template which is creating problem. Please go to this location and delete the folder:

templates/shaper_floox/sppagebuilder/addons/accordion

Then the addon will load from SP Page Builder directly. There might be design issues. But you can fix it easily with the original addon.

Best regards

0
S
Sergio
Accepted Answer
1 year ago #170791

Hello Ofi,

It's working perfectly!!! Thanks very much. Just a quick question. I have noticed than the icon when the item is open (fa fa-chevron-right) is missed.

What can we do?

Best Regards,

Sergio

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #170830

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-heading.active span i:before {
  content: "\f078" !important;
}

Chevron Down arrow will be shown when the item is opened.

0