Givan
Givan
Hi Thank you. You can manually change the admin login path to something like `/admin-123` by changing line 25 in [config/admin.php](https://github.com/givanz/Vvveb/blob/master/config/admin.php#L25) to ```php 'path' => 'admin-123', ``` then rename `/public/vadmin`...
If you can't change your htdocs folder to `/public_html/public` then you change your admin login page path by creating a new folder like `/public_html/admin-123/` and move `/public_html/admin/index.php` to `/public_html/admin-123/index.php` ....
Digital assets assigned to a product show in the user > download section after they buy the product. I will add a flag to allow marking certain assets as public/free...
Thanks for the bug report, it was a faulty nightly release with some recently changed code that was not properly tested, it's now fixed.
Can you also please check your php error log? this is probably caused by a php fatal error.
I'm unable to find a page that sets 3rd party cookies to see these warnings in the console. Can you please provide more details?
Hi Thanks for feedback. It seems that the embed google maps from contact form section sets cookies that triggers these chrome warnings. I managed to reproduce them once but now...
Hi It looks that you have an old version of Mysql/MariaDB because JSON_ARRAYAGG is missing. JSON_ARRAYAGG was added in MySQL version 5.7.22 and in MariaDB version 10.5.0 You need to...
Can you please provide steps to reproduce and more details, are you using default theme or another theme? the saved page is homepage or another page, is it a newly...
Thanks for feedback. Some themes were not updated after the css editor feature was added to page builder and they are missing `css/custom.css` For backup error make sure that public/themes/portio/backup...