Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @constancedefrance!

    Our slider is compatible with WP 4.7. so the problem will be something else. You should open up your wp-config.php file and write this code right under the <?php part:
    error_reporting(E_ALL); ini_set('display_errors', 1);

    This usually makes blank pages to write out the cause of the error, which could be a PHP error from a code, or a server limitation reached, like the memory_limit is quite often reached.

    If this won’t help, please write to us to [email protected] and we will help you from there!

    Thread Starter constancedefrance

    (@constancedefrance)

    Thank you so much for your quick reply. Tt turned out to be the memory-limit. I changed it and it works now. Happy I am with this beautiful and outstanding plugin! Best wishes, Connie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘white admin screen after update to wp 4.7’ is closed to new replies.