Argument
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Plugin don’t workThank you for answer!
1. No. I don’t use CDN or cache.
2.
# 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
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN HTML5 Boilerplate
# END HTML5 Boilerplate
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Plugin don’t workHello, dear Takis! Sure, for example: bit.ly/2h4LAhZ
Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesBut other pages and home include all information of page contacts and work good…
Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesHello, Frank! Contact-form7 are on all pages include Home page, where no problems.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesThank you, Frank! I will be wait 🙂
Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesHello! Sorry to answer so late.
1. http://www.webpagetest.org/result/150914_F1_JJA/
2. http://www.webpagetest.org/result/150914_JW_JYT/ http://www.webpagetest.org/result/150914_63_JZJ/
3. http://www.webpagetest.org/result/150914_E6_JQM/
4. http://www.webpagetest.org/result/150914_99_JVW/
In some test was error connection. I don’t know why.Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesI changed theme. On all pages all right exclude page of contacts (mobile version)
All screenshots hereForum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesI deactivate all plugins exclude AO. Problem don’t solved. Screenshots:
https://yadi.sk/i/y5bwIKsjj4NpK
https://yadi.sk/i/m9A8jVhej4NmX
https://yadi.sk/i/TQyhzxnMj4NnaForum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesI deactivate W3TC and clear all cache. I clear the cache of plugin.
And see problem with these pages:
1. posts (in a mobile version) https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fargumentplus.ru%2Fblog%2Fdolg%2Fdeputaty-predlagayut-uslozhnit-rabotu-kollektorov.html&tab=mobile
2. categories (in a mobile version) https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fargumentplus.ru%2Fcategory%2Fblog%2Fdolg&tab=desktop
3. not all pages (in a mobile and desktop version)
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fargumentplus.ru%2Fcontacts&tab=desktopWhat do you think how to solve this problem?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesI clear cache and disable page cache. But problem don’t solved.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize don't work on all pagesThanks for the quick answer!
1. In my JS optimization exclusion list: s_sid,smowtion_size,sc_project,WAU_,wau_add,comment-form-quicktags,edToolbar,ch_client,seal.js,jquery.themepunch.tools.min.js, jquery.themepunch.revolution.min.js,jquery.themepunch.revolution.min.js,api-maps.yandex.ru/services/constructor/1.0/js/?sid=1__OyppTpHH3KVtQcOYs7mQpACdqe5p2&,
2. Unfortunately, there is no such site
3. I added this code in wp-config.php. I must save the changes and clear the cache in the settings of plugin?Forum: Plugins
In reply to: [WordPress Social Login] Abandoned?@miled Your plugin is best!
Please tell me how to solve my problem:
I use provider: vkontakte. And I use ssl certifacate. I see one problem. Avatars of people download from link like this: ‘http://xxx.vk.me/xxx/xxx.jpg’.
Support of vkontakte tell me how to solve this problem:
“When you call a method that allows to obtain the path to the photo, send the setting: https=1”
Please, tell me how to do it?