flowfonix
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Mobile Page showing Block NamesHi Takis,
Thank you very much for replying.
Do you have an e-mail I may contact you on?
Thank you!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Mobile Page showing Block NamesHi Takis,
Thanks for getting back to me. I’ve done what you’ve suggested.
Here is the Print Debug:
✔ PHP GD library is installed.
✖ Image cache directory has not been created.
But this is probably because the cache has not been accessed yet.
After accessing your website from a mobile device the directory should be automatically created./home2/wacv7o0abugq/public_html/wp-content/cache => drwxrwxr-x
✔ Installation .htaccess file is setup OK.
/home2/wacv7o0abugq/public_html/.htaccess => -rw-r–r–
❖ Adaptive images settings dump:
array(14) {
[“resolutions”]=>
array(3) {
[0]=>
int(1024)
[1]=>
int(640)
[2]=>
int(480)
}
[“landscape”]=>
bool(true)
[“hidpi”]=>
bool(true)
[“cache-directory”]=>
string(21) “cache/adaptive-images”
[“watched-directories”]=>
array(2) {
[0]=>
string(18) “wp-content/uploads”
[1]=>
string(17) “wp-content/themes”
}
[“jpeg-quality”]=>
int(75)
[“sharpen-images”]=>
bool(true)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(180)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.62”
[“sanitized”]=>
bool(true)
[“wp-content-dir”]=>
string(42) “/home2/wacv7o0abugq/public_html/wp-content”
[“wp-content-url”]=>
string(31) “http://flowfonix.com/wp-content”
}Thank you!