Forum replies created

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 5:02 am #15659

    Probably
    I’ve sent them email with link to this post but have not heard back.

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 4:51 am #15658

    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?

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 4:40 am #15657

    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?

    Johnny Good
    Spectator
    Posts: 90
    March 18, 2015 at 10:06 pm #15646

    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?

    Johnny Good
    Spectator
    Posts: 90
    March 18, 2015 at 7:17 am #15607

    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.

    Johnny Good
    Spectator
    Posts: 90
    March 17, 2015 at 3:48 am #15581

    That works. Thanks!

    Johnny Good
    Spectator
    Posts: 90
    March 12, 2015 at 7:16 am #15332

    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?

    Johnny Good
    Spectator
    Posts: 90
    March 12, 2015 at 6:38 am #15331

    Just tested this and it works! Thanks!

    Johnny Good
    Spectator
    Posts: 90
    March 10, 2015 at 5:41 pm #15275

    ok, thanks!

    Johnny Good
    Spectator
    Posts: 90
    March 10, 2015 at 5:09 pm #15273

    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.