polkunus
Forum Replies Created
-
I’ve reviewed your premium addons and do not see the feature that I need
Hi so if anyone also wants this option because unselecting an option is superfluous and ugly go to frontend.js below line 35 -> change the if statement. Delete the if statements’ parameters and just simply replace it all with a return;
Thats it
Hello, you were right there was a weird error with mod_rewrite not working, I have fixed this issue and the files seem to be being created, however why is the page size still the same when accessed via mobile?
The images are scaled but I don’t think the images cached are being used.
I’ve also changed the directory to the root folder of wordpress but unless I make the directory myself adaptive images cannot make the directory on its own.
tbh I understand the issue here but I don’t understand why mod_rewrite wouldn’t be functioning if I’m able to install plugins and make heavy changes.
I am the system administrator ??
and I really have no clue.
- This reply was modified 8 years, 2 months ago by polkunus.
I turned my CDN back on after not being able to figure out why images weren’t being produced.
# BEGIN Adaptive Images #======================= <IfModule mod_rewrite.c> RewriteEngine On # Watched directories RewriteCond %{REQUEST_URI} /wp-content/uploads [OR] RewriteCond %{REQUEST_URI} /wp-content/themes # Redirect images through the adaptive images script RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php [L] </IfModule> # END Adaptive Images
This is the first thing that’s in my htaccess file
Hi so it seems like there was a conflict between this plugin and my theme which for some reason upon installing this plugin the theme’s thumbnail resizing functionality triggered.
However now I have the issue of the plugin doing nothing, even though everything checks out. I also had to create the directory manually. There are no images in the wasss folder:
? PHP GD library is installed.
? Image cache directory has been created.
/var/www/html/horrorvacuo.com/public_html/wp-content/cache/wasss => drwxrwxrwx
? Installation .htaccess file is setup OK.
/var/www/html/horrorvacuo.com/public_html/.htaccess => -rwxrwxrwx
? Adaptive images settings dump:
array(12) {
[“resolutions”]=>
array(3) {
[0]=>
int(1024)
[1]=>
int(640)
[2]=>
int(480)
}
[“hidpi”]=>
bool(true)
[“cache-directory”]=>
string(11) “cache/wasss”
[“watched-directories”]=>
array(2) {
[0]=>
string(18) “wp-content/uploads”
[1]=>
string(17) “wp-content/themes”
}
[“jpeg-quality”]=>
int(85)
[“sharpen-images”]=>
bool(true)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(180)
[“landscape”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.60”
[“sanitized”]=>
bool(true)
}Thanks for your time.
It may not specifically caused by your plugin, but activating your plugin at least triggered multiple adaptive copies in the uploads folder:
This happened twice and only happens when I activate this plugin. Furthermore, after uploading it updates cropped, adaptive versions of the images needed.
- This reply was modified 8 years, 2 months ago by polkunus.
Forum: Fixing WordPress
In reply to: Is it possible to attach files located on my server?Anyone? Should I clarify my question?