f_monts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing Dashboard Menu OptionsI had a similar issue, and wasted much time to find out they have been moved under “Tools”, at least in my installation, while in other they are where they’ve always been, I have no idea why (even if I disable all the plugins, they’re still there):
Forum: Fixing WordPress
In reply to: Old homepage displaying in incognito windows onlyThe cache is not on Windows, it’s on your server, the pages are cached if you have caching plugins
but more than a month is very strange… anyway it’s hard to debug now- This reply was modified 4 years ago by f_monts.
Forum: Requests and Feedback
In reply to: Disable automatic emails on plugin updates!Thanks for the answer. I know it can be done by installing other plugins, I just wanted to report a feedback. (and in general I avoid adding plugins, to keep the site as fast and as secure as possible)
“You should see the results in a future update.” but it was written 6 months ago ??
- This reply was modified 4 years ago by f_monts.
Forum: Fixing WordPress
In reply to: Old homepage displaying in incognito windows onlyIt was for sure caused by some cache, usually caching plugins disable the cache when you’re logged in, that’s why you see the uncached page in non-incognito
Forum: Fixing WordPress
In reply to: Old homepage displaying in incognito windows onlyWhen I open your site I get:
This Account has been suspended.
Contact your hosting provider for more information.Forum: Everything else WordPress
In reply to: Can’t sign up on www.remarpro.comForum: Plugins
In reply to: [WP Image Zoom] strange bugThank you very much.
I also told the client to consider to buy the pro version
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] CDN not working (url not replaced)I found where the problem is.
The $ossdl_off_blog_url is “https://www.mywebsite.com”, but wordpress removes the “https:” from all media urls, so the file urls start with “//www…” and they don’t match the regex.
A fast way to fix it is to hard-code
$ossdl_off_blog_url = "//www.example.com";
inside the function scossdl_off_filter($content), but I’ll try to find a better solution…Forum: Plugins
In reply to: [Flexible SSL for CloudFlare] Update to v1.1.0 created redirect loopHi, I updated it to 1.2 but I had the same problem. Anyway I solved it by uninstalling and reinstalling the plugin. (to uninstall it I had to switch the site back to http, disable the CF “force https” rules, etc.)
Thank you
Forum: Plugins
In reply to: [Flexible SSL for CloudFlare] Update to v1.1.0 created redirect loopSame here, 302 loop when trying to enter the admin area. Frontend pages are still working. (edit: maybe they were working because they are cached to static files via .htaccess)
Remote Address:104.18.41.191:443
Request URL:https://www.***.com/wp-admin/
Request Method:GET
Status Code:302 Moved Temporarily
Response Headers
cache-control:no-cache, must-revalidate, max-age=0
cf-ray:212a20f695240e36-MXP
content-type:text/html; charset=UTF-8
date:Sat, 08 Aug 2015 09:17:33 GMT
expires:Wed, 11 Jan 1984 05:00:00 GMT
location:https://www.***.com/wp-admin/
pragma:no-cache
server:cloudflare-nginx
status:302 Moved Temporarily
version:HTTP/1.1
x-cf-powered-by:WP 1.3.18
x-powered-by:PHP/5.5.24
Request Headers
:host:www.***.com
:method:GET
:path:/wp-admin/
:scheme:https
:version:HTTP/1.1
accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
accept-encoding:gzip, deflate, sdch
accept-language:en-US,en;q=0.8,it;q=0.6
cache-control:max-age=0
cookie: [***]
upgrade-insecure-requests:1
user-agent:Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36