Givan

Results 364 comments of Givan

Hi This is a simple example on how to initialize the builder if you want to start from scratch but is recommended to use editor.html as a base because there...

Hi I commented the script in the last commit please see https://github.com/givanz/VvvebJs/issues/207

Hi Upload code was added for the media modal in a previous commit, by default it uses upload.php to hande server side file saving https://github.com/givanz/VvvebJs/blob/master/libs/media/media.js#L472 to the root folder, you...

From the error message it looks like after the code change the filename is missing and only the folder `/var/www/html/VvvebJs/` is present. Please use the latest code without changes, probably...

Hi There is a npm package at https://www.npmjs.com/package/vvvebjs but the editor can't be loaded using javascript alone, it needs the html elements of the editor to be already in the...

Hi If editor.html is opened directly from filesystem it doesn't work because of recent changes to chrome and firefox iframe security. The best alternative is to use a web server...

Hi The colorpicker is not compatible with bootstrap 5 please see https://github.com/itsjavi/bootstrap-colorpicker/issues/327

There is a zip plugin in development that is not finished yet in libs/builder/plugin-jszip.js that will scan the html for css files and zip everything. But the best way is...

Hi Currently this feature is not available I will add it in a future update, thanks for the suggestion.

Hi I'm not familiar with tailwind beyond the fact that it uses classes as css rules, in this case you will need to change the base element (that is used...