-
Hi,
I followed the same steps/locations to add my own custom templates with the bloxby default ones as mentioned in this query.
https://support.bloxby.com/forums/topic/custom-blocks-images-and-fonts-not-loading/After that I was having issues while running webpack so i referred this article
https://support.bloxby.com/forums/topic/nmp-rebuild-problem/I successfully built the blocks after replacing my files with the files provided by you in the above mentioned article.
However now I am having issues while dragging and dropping the custom blocks to the editor. The blocks can be dragged however nothings shows up in the iframe after that. I think there are still some issues with js/jquery/css. Some of the errors I am getting in the browser console are as follows:1. Uncaught TypeError: d.activePage.heightAdjustment is not a function
at Function.<anonymous> (builder.js:91)
at Function.e.publish (publisher.js:32)
at ui.js:1702. Uncaught TypeError: d.activePage.transparentOverlay is not a function
at HTMLLIElement.start (/build/builder.bundle.js:6:546074)
at a.(anonymous function).(anonymous function)._trigger (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:1:10051)
at a.(anonymous function).(anonymous function)._trigger (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:2:15440)
at a.(anonymous function).(anonymous function).eval [as _trigger] (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:1:5035)
at a.(anonymous function).(anonymous function)._mouseStart (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:2:7364)
at a.(anonymous function).(anonymous function).eval [as _mouseStart] (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:1:5035)
at a.(anonymous function).(anonymous function)._mouseMove (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:1:12487)
at a.(anonymous function).(anonymous function).eval [as _mouseMove] (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:1:5035)
at HTMLDocument.f._mouseCapture._mouseDistanceMet._mouseDelayMet._mouseMoveDelegate (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:1:12003)
at HTMLDocument.dispatch (eval at e.exports (/build/builder.bundle.js:1:795), <anonymous>:3:8436)
There were some errors in while loading the font files but that were removed after I corrected filepaths for t hose files. I am unable to remove the above mentioned errors. Can someone please guide me through this?
Replies only viewable for logged in users
- This reply was modified 6 years, 8 months ago by Andrew Ozols.
Replies only viewable for logged in users
- This reply was modified 6 years, 8 months ago by Andrew Ozols.
Attachments:
You must be logged in to view attached files.
The topic ‘Errors in block development’ is closed to new replies.