Goomento / PageBuilder

Goomento - The Free Magento Page Builder Extension, that allows you to create unique Magento websites using advanced animations, custom CSS, responsive designs, and more, by performing simple actions such as drag and drop.
https://goomento.com
Open Software License 3.0
90 stars 16 forks source link

Bug js edit page with Goomento/PageBuilder on Magento 2.4.5 #18

Closed davidduong90 closed 2 years ago

davidduong90 commented 2 years ago

When I install the extension Goomento/PageBuilder on Magento 2.4.5 and I try to edit content of a page, it shows a bug like this https://prnt.sc/VDf5JdFgHK4c

Please share with me how to fix it. Thanks

haihv433 commented 2 years ago

Hi @davidduong90

Can you inspect the element and see this selector on DOM, it should be the same as here view-source:https://goomento.com/goomento-the-free-magento-page-builder-extension

image

If not, I think there were something in your theme, which prevent the Goomento to fully functional

Also, pls check on log files at var/log/exception.log and var/log/pagebuilder/error.log these might reveal thing

davidduong90 commented 2 years ago

Hello @haihv433,

Thank you for getting back to me. But This is just Magento 2.4.5 with sample data, I don't install any extensions or theme. You can log in here: https://magegeek.com/magento245/admin user: haihv433 password: haihv433@Goomento

Best regards,

David

haihv433 commented 2 years ago

Hi @davidduong90

I checked your site and can not figure out for sure, but you can try this

at registration.php file (for Goomento_Core and Goomento_PageBuilder extensions), change the line of

isset($file) ? dirname($file) : __DIR__

to

__DIR__

I made this in case of multiple instances can use one source, but seems to be the bug here,

Pls let me know if this work,

If not,can you send to me the logs file? var/debug.log and var/pagebuilder/error.log (Pls remove all the sensitive data)

davidduong90 commented 2 years ago

Hello @haihv433 ,

It works. Thank you so much for your great support!

Best regards,

David

haihv433 commented 2 years ago

Thank @davidduong90

I will fix this and the patch will be available in next version,

I close this issue for now