Serious bug in latest Page Builder version
1 year 2 months ago #69185
by Timfreak
Serious bug in latest Page Builder version was created by Timfreak
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:
# PB 2.18.10
# Possible Patch
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
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.
1 year 2 months ago #69186
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Serious bug in latest Page Builder version
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
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
Please Log in or Create an account to join the conversation.
Time to create page: 0.197 seconds