Beginner question

Hi I am new with wordpress and especially the X thema. Trying to get start working on it but somehow it just seems Cornerstone isn’nt loading the right tools for me to change my websitepage. I just can’t figure out were I can find blocks or stuff which I can add to make template own. Just seem to figure how to change a theme of the page/template.

Hope someone can help me get started :smiley:

Kind regards,

Hello Dave,

Thanks for writing in!

usually when Cornerstone is not loading, it could mean that the PHP memory limit is exhausted. ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

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

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

Meanwhile, you can check out the page template of the theme and also with the template manager by checking this documentation:

We would loved to know if this has work for you. Thank you.

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