Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author presscustomizr

    (@nikeo)

    Here is a possible workflow for troubleshooting this issue :

    1. Use the latest software versions : make sure WordPress, your theme and plugins are all updated to their latest versions.
    2. In your WordPress admin, go to settings > general and verify that your WordPress Address (URL) and Site Address (URL) are identical. The website will not run properly if the urls are different.
    3. Cache plugin : if you use a server cache or cache plugin, clear it’s cache content and disable caching via it’s settings.
    4. Browser :
    • Check for plugin conflict : Install the WP official Health check plugin. Activate the troubleshooting mode. Then deactivate all of your plugins. If it fixes the issue, re-activate your plugins one by one, until you identify the plugin in conflict.
    • Child theme : activate the parent theme if you use a child theme
    • Theme problem : try to activate a WordPress default theme ( Twenty … )
    • Javascript : make sure you did not insert custom javascript code ( like analytics, subscription popup… ), for example in a widget, that could break your site.
    • To log possible code errors on your website, enable WP_DEBUG mode and log the output of the debug.log to a file that you can share on https://pastebin.com/ or https://gist.github.com ( to get a debug log file you need to set define( 'WP_DEBUG', true ); and define( 'WP_DEBUG_LOG', true ); in your wp_config.php file.

      PROBLEMS IN THE LIVE CUSTOMIZER
      If you have problems accessing the live customizer or editing content already created with Nimble Builder, note that you can use the Debug mode.

    Thread Starter adrirdb

    (@adrirdb)

    @nikeo. Nothing of that work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pluging don’t work’ is closed to new replies.