Thank you!
Now it works 🙂
I added the following lines to the wp-config file:
define (‘WP_CONTENT_FOLDERNAME’, ‘content’);
define (‘WP_CONTENT_DIR’, ABSPATH . WP_CONTENT_FOLDERNAME) ;
define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);
define(‘WP_CONTENT_URL’, WP_SITEURL . WP_CONTENT_FOLDERNAME);
When I disable css + js minify it works 🙁
-
This reply was modified 5 years, 12 months ago by fabsberry.
Hello, @lclarke
I uploaded a screenshot of the current status: https://ibb.co/JFHZwzn
It looks like I can’t pull the other requested images(?). I already destroyed the optimised images but every time I get only 5 optimised images and not more.