Forum Replies Created

Viewing 4 replies - 691 through 694 (of 694 total)
  • Forum: Fixing WordPress
    In reply to: Widgets bug

    Hi,
    Sorry for the trouble. First please enable the wp_debug so you could get a clear idea about the issue. You may add those codes on your wp_config.php file then you should get the exact error code on the WordPress dashboard or frontend of the site.

    // 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 );

    Then share the error code here so I or someone could help you. ??

    @woorooo I’ve tried to contact the Dev via Twitter. Already sent me a PM and tweet about the issue but didn’t hear back yet. Did you find any solution? ??

    @woorooo Hi,
    I just noticed the Statically plugin has been removed from the WP.org repo. Is there anything wrong? I am afraid to keep the plugin on the live site. ??

    Thread Starter Faisal Ahammad

    (@faisalahammad)

    Thanks Mike,
    After Deactive it then it’s gone properly. Sorry i didn’t know that in new version of this Plugin, you include PayPal & Stripe CC method.

    I appreciate it.

    Regards
    Faisal

Viewing 4 replies - 691 through 694 (of 694 total)