Hi There,
I see the incorrect use of quotes breaks the page.
For example check the following quote marks ”2249″
[vc_single_image image=”2249″ img_size=”500×500″ alignment=”right” onclick=”custom_link” link=”/emociju-transformacija”]
And this should be the correct usage "2249"
With regard to Cornerstone launch issue, let’s try the following things.
Check you PHP Max Script Execute Time and set it to 300. Usually this can be changed through cPanel PHP configuration settings. You can install the plugin WP-Serverinfo to check your current configurations and contact your hosting provider if needed.
Also add the following code into your wp-config.php file which can be located in the root of your WordPress installation.
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add the above code, before the following line where it says:
/*That's all, stop editing! Happy Blogging. */
Note: I see that you’re using a caching plugin, please purge all server cache and disable it until you resolve this issue.
Let us know how it goes.
Thanks!