Sergey Filimonov
Forum Replies Created
-
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Cart is not translated@decarvalhoaa — here is the file for woocommerce https://take.ms/jaJHl — maybe the problem is here?
- This reply was modified 8 years, 1 month ago by Sergey Filimonov.
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Cart is not translatedHi @decarvalhoaa, thanks for trying to help. Answering your questions:
1. Do you have Polylang installed? — Yes.
2. What is the condifuration for urls and your default language? — Please take a look https://take.ms/Cr52o
3. What have you configure for your woocommerce pages? It should be the pages in the default pages. — Here are all my Cart pages https://take.ms/cN5QIHere is the page — https://take.ms/peH3H
Forum: Fixing WordPress
In reply to: site_url won't recognize https://@webaware thank you very much for your help! I’ve bought you some drink ??
Forum: Fixing WordPress
In reply to: site_url won't recognize https://@webaware I have deleted the code from wp-config.php:
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; }
and set the settings to https://take.ms/CzIHu
That solved the issue.
Forum: Fixing WordPress
In reply to: site_url won't recognize https://@james SSL Insecure Content Fixer
Forum: Fixing WordPress
In reply to: site_url won't recognize https://I’ve solved the problem completely by setting these settings: https://take.ms/CzIHu
Now talking to my hosting provider so that they configured my server to work without this plugin.
Thanks everybody!
Forum: Fixing WordPress
In reply to: site_url won't recognize https://Thank you all especially webware! Now all stylesheets are loading perfectly and the site detects https. But I got into another issue. After I added
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; }
I cannot access my admin area anymore. Though the users status is 0.
Forum: Fixing WordPress
In reply to: site_url won't recognize https://James, I’ve turned the SSL back on. Now site is live again.
Please look at the problem here:
https://take.ms/UCySC
https://take.ms/HLEmwForum: Fixing WordPress
In reply to: site_url won't recognize https://Thanks James! I’ll make it valid for sure. But the issue with echoing the weird url is still there and it concerns only WordPress. The problem is that now the site is broken completely because I turned off the SSL certificate trying to solve the first issue with https — not showing insecure content like stylesheets that were leading via http because WP still thought that I’m on http though siteurl was set to https in the database.
Forum: Fixing WordPress
In reply to: site_url won't recognize https://No I don’t ??
Forum: Fixing WordPress
In reply to: site_url won't recognize https://Site_url is set to https://filimonov.vc/wp and home is set to https://filimonov123.vc
Forum: Plugins
In reply to: [Yoast SEO] Media section of WP fails with plugin active…Same here. The error jQuery(“.yoast_help”).qtip is not a function. (In ‘jQuery(“.yoast_help”).qtip’, ‘jQuery(“.yoast_help”).qtip’ is undefined) is ruining some pages of my admin area.
Forum: Plugins
In reply to: [Custom Content Shortcode] Categories don't workThank you, Ellot! It’s working!
Forum: Fixing WordPress
In reply to: Envira Gallery is not being disdplayed in Chrome and FirefosThank you, Bill!
The issue was RESOLVED.