Installation of Cornerstone for Pro

I’m currently trying out Pro on a local XAMP installation with Bitnamni wordpress. I’m having problem to get elements working properly. I create a section, place an element (for example Text) but after that I cannot edit the element values. Nothing is showing up as it should on the left side of the screen.

Apache error:
[Tue Feb 06 23:18:31.186404 2018] [php7:warn] [pid 19848:tid 1904] [client 127.0.0.1:53907] PHP Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\cornerstone\includes\classes\app\class-app-boot.php on line 35, referer: http://127.0.0.1/wordpress/wp-admin/admin.php?page=cornerstone-settings

Hi @psnuab,

Thanks for writing in.

First check your Pro if it is on the latest version. https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195

Updating guide:

When you use Pro theme, you will have the disable Cornerstone plugin. It is already integrated within the theme. No need to use Cornerstone. Pro theme has its own editor based from Cornerstone.

If still not working, can try out this following general solutions.

  1. Please make sure that you are running PHP 7 or later on the server as running old version of PHP can have potential issues. You can refer following document for server requirement https://wordpress.org/about/requirements/1
  2. Remove custom CSS, Javascript and templates.
  3. Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.
  4. Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.