Serious bug in latest Page Builder version

Serious bug in latest Page Builder version was created by Timfreak

Posted 7 months 3 weeks ago #69185
Hi!
We encountered a serious bug in Page Builder version 2.18.10.
Seems like the update breaks the accordion edit view.

When you edit an acccordion element with more than 1 items, the first one can be edited correctly, but the next ones won't show the content of the element. When you click on "edit content" the editor is empty or repearts the content of the first item.

So it will break all existing accordion blocks once you edit an article.

It's possible due to a missing div in the accordion structure in the edit_accordion.php:# PB 2.18.9:
Code:
<div class="accordionck itemcontentck"></div>

# PB 2.18.10
Code:
<div class="innercontent"></div> <div class="itemcontentck"></div> <div class="innercontent"></div>

# Possible Patch
Code:
<div>    <div class="innercontent"></div>    <div class="accordionck itemcontentck"></div>    <div class="innercontent"></div> </div>

I copied the accordion extension folder of PB 2.18.9 into my plugins folder so at least untouched articles won't be affected. But once the accordion is broken, it doesnt help to copy the 2.18.9 folder.

Can you please look into the issue and provide a fix?

Thanks,
Tim
 

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Serious bug in latest Page Builder version

Posted 7 months 3 weeks ago #69186
Hi
Please install this version of the plugin
www.dropbox.com/scl/fi/vk5tgody1m6nso9h9...7bquh9oslxiz2ti&dl=0

it shall fix it, let me know
I will release it asap
CEd

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Time to create page: 0.688 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 944 guests and no members online