givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.91k stars 1.59k forks source link

Release #278

Open arc9531 opened 1 year ago

arc9531 commented 1 year ago

When is there gonna be a stable release? I tried installing it and looks fine but after installation there are a ton of files missing! including but not limited to controller files!

oleteacher commented 1 year ago

Maybe you should fork it and stable it up. Personally, it is working great for us.

arc9531 commented 1 year ago

Maybe you should fork it and stable it up. Personally, it is working great for us.

here's an example

Method does not exist!

Vvveb\Plugins\Cdn\Controller\Settings :: save

arc9531 commented 1 year ago

Also when trying to mass delete products that for some reason come preloaded into the website it gives me "Error deleting product!" but I can delete them one by one, which is inconvenient

arc9531 commented 1 year ago

It flat out wont let me delete any of the preloaded "orders" it throws some errors redirects me and some images that I presume have to load in, don't load in

Screenshot (161)

arc9531 commented 1 year ago

BTW, this is a fresh install on ubuntu

arc9531 commented 1 year ago

Here is some other things such as I can't even upload files it breaks the page and will keep loading until I reload the page manually and the file or picture never gets uploaded, There is no documentation on file permissions or other setting for a fresh ubuntu site install, clearly there is more than just extracting the zip and calling it a day. Someone please help me here.

Screenshot (162)

Screenshot (163)

Ampdale commented 1 year ago

Having similar issues here as well

oleteacher commented 1 year ago

I think the difference between your install and ours is modifications. I have never seen a fresh install of VvvebJs look like yours. Or maybe I do not know what I am doing:)

Hopefully the author will come around and give you help.

treborin commented 1 year ago

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

arc9531 commented 1 year ago

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

ok, well in this JS version, how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

treborin commented 1 year ago

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

ok, well in this JS version, how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

The way this editor works is: you have an already created html page, and linked to css file(s) inside the html code. Then, you use it for editing that "template". You can see the code of any page using the [</> Edit Code ] button. There you can see the linked css file(s). And you can easily download everything in a zip file too

Ampdale commented 1 year ago

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

ok, well in this JS version, how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

The way this editor works is: you have an already created html page, and linked to css file(s) inside the html code. Then, you use it for editing that "template". You can see the code of any page using the [</> Edit Code ] button. There you can see the linked css file(s). And you can easily download everything in a zip file too

So no css editor in the panel? Will one ever be added?

givanz commented 1 year ago

Hi

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/

Thanks, these issues are for Vvveb cms https://github.com/givanz/Vvveb

When is there gonna be a stable release? I tried installing it and looks fine but after installation there are a ton of files missing! including but not limited to controller files!

The first beta version of Vvveb cms that will have all features completed (excluding ecommerce which will be left to RC1) will be available at the beginning of the year, currently there are features that are not yet finished this is why some pages/controllers are missing.

The content management and page editing are mostly finished and working, there is still work to be done on user management, settings, theme import, backup, ecommerce etc.

Here is some other things such as I can't even upload files it breaks the page and will keep loading until I reload the page manually and the file or picture never gets uploaded,

There was a bug in the media upload code, I fixed it it should work now if write permission for /media folder is set.

Also when trying to mass delete products that for some reason come preloaded into the website it gives me "Error deleting product!" but I can delete them one by one, which is inconvenient

I fixed bulk delete, the demo content is currently imported on install for easier testing in the future it will be moved to optional theme import and a clean install will be possible.

So no css editor in the panel? Will one ever be added?

I added theme editor feature for Vvveb that allows editing all theme files including javascript and css files, for VvvebJs I don't think a css editor is needed as it only edits individual pages not themes to track css/js assets.