Forum replies created
Probably
I’ve sent them email with link to this post but have not heard back.
I’m now confused. I enabled again Jetpack to re-generate issue and tried preview/enable theme and it worked! How that could fixed empty page issue?
I figured out what’s giving me empty page issue! Its actually official Jetpack by WordPress.com plugin https://wordpress.org/plugins/jetpack/ as soon as I disabled it I can enable and preview Evolve theme!
Luckily I remembered that it showed there was update for it to v3.4 and I did update because I thought its a official plugin for WordPress.
I followed instructions from http://codex.wordpress.org/Debugging_in_WordPress
and in wp-config.php replaced default
define('WP_DEBUG', false);
define('SCRIPT_DEBUG', true);
with
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define('SCRIPT_DEBUG', true);
and in log all I was seeing is this:
[19-Mar-2015 03:37:09 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /var/www/clients/client1/web4/web/wp-includes/functions.php on line 3547
It does not look like it has anything to do with this issue?
Thanks for the prompt reply!
I have not but I will tonight and enable WordPress debug mode since it worked till now I do not need to re-upload theme again?
It works! Thank you so much!
I got the PHP function from their settings page http://prntscr.com/6i73np
Not sure why they didn’t add semicolon.
That works. Thanks!
Spoke to soon and can’t edit last reply.
Its still showing once I click on the post. What do I need to add to include posts and not just home?
Just tested this and it works! Thanks!
ok, thanks!
Thanks for the reply! Got it to work.
Are there any plans to implement same setting for Sidebar2?
Full Width was kinda confusing because it says “Posts” and it does not mention “page”. Just a suggestion.