Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I followed the install wizard and I am unable to fully activate the theme. I receive a 404 error on the main page and the menus are all jumbled. I had received errors with the meta box install and had to remove and reinstall it. I am also unable to get the builder to fully start. the indicator just spins for several minutes.
I added the information within my profile so you can take a look. Thank you…
Hello,
That’s strange. Can you please check again the ftp? I can not access the files via Filezilla. See screenshot: https://postimg.org/image/cb0vvhhtn/
Best regards!
Hi,
Not sure what went wrong. I created a new FTP account just for developers. I updated the information in my profile.
Thanks
Hello,
I was able to login successfully and i am currently looking into this. Will update as soon as i resolve it. Can you please provide some info on your server? What PHP version are you running?
Best regards!
Hello,
I fixed it!
In file \wp-content\plugins\codeless-builder\include\core\shortcodes\cl-shortcode.php, I edited this line: $value = array_merge( $default, $value );
to this: $value = array_merge( (array)$default, $value );
Regarding the Codeless Builder, the issue is related with the allocated memory on your server side. I increased the memory in wp-config.php file to 256Mb and now it’s loading ok.
Let us know.
Best regards!
You must be logged in to reply to this topic.