alex1305
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] container in header.phpHi! You can use .full-bleed-section class.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Woo ajax add co cartI found reason its our little js error
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsWow, crtr+shft+m allow to inspect in chrome mobile version. Problem was not in your plugin. I am sorry. All resolved!:))))
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsLooks like on mobiles not working:).
I tryed to resolve by this codeadd_filter('lyte_do_mobile','lyte_on_mobile',10,0); function lyte_on_mobile(){ return true; }
but it not helped.
- This reply was modified 7 years, 6 months ago by alex1305.
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsIts working! You are really awesome! Big thanks. Autoptimize awesome plugin too. Using it and loving it.
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsI deleted then installed plugin to be sure all by default and changed video to new one. But it not helped. Maybe i should change in DB options of plugin?
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsNot helped ??
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsoffcource https://detiam.ru/test/
Forum: Plugins
In reply to: [WP YouTube Lyte] Force to use httpsThanks for answer! But not helped, i edit code in plugin to
$lyteSettings['scheme'] = "https" ;
I deactivated and activated plugin after edit. But it not helped too.Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] Not working with cache pluginsGood day! I tested more and when user have an item in cart he pass cache. I think its not good solution. The better would be to show cart using ajax or javascript. Then he will get cached pages and cart will display correct
Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] Not working with cache pluginsIf i set this, pages will not cache i think. Or iam wrong?
Forum: Plugins
In reply to: [Яндекс.Касса для WooCommerce] Нет в настройках woocommerce 2.6.6Проблема была на моей стороне.
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Order Problems After Update Each PluginYep the order is cahnging after updating plugins. The updated plugin goes to top. And i dont use WTC3
Forum: Plugins
In reply to: [Better WordPress Minify] CDN not use gzip, header in nginxLooks like the problem because of this one
location ~* ^.+\.(svg|js|css|mp3|ogg|mpe?g|avi|zip|gz|bz2?|rar|swf)$ { root $root_path; access_log /var/www/nginx-logs/user isp; access_log /var/www/httpd-logs/site.com.access.log ; error_page 404 = @fallback; }
I think it owerwrite rules from your post. But i just use it like it now. Expires is not so important now. Plus to this i get 304 response to minify files.
Forum: Plugins
In reply to: [Better WordPress Minify] CDN not use gzip, header in nginxAhh sorry its ok with version. Looks like it just so work. After second loading of page version of file is changing +14.