frabcus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.5 update broke my sites with 301 redirectsThanks!
We narrowed it down to the
redirect_canonicalfilter.It is enabled in
wp-includes/default-filters.phpas a global filter, and the code for it is inwp-includes/canonical.php.It has changed in various ways from WordPress 4.4.2 to 4.5.
Luckily we don’t need the filter, as we do redirects like the
wwwversion of our site at a higher level in the web server configuration.Forum: Fixing WordPress
In reply to: 4.5 update broke my sites with 301 redirectsWe’re suffering from a similar problem – did you get anywhere with it, or work out what change to WordPress caused it?
We’ve quite a complex system of proxies and redirects, unfortunately.
Forum: Plugins
In reply to: [Scripts n Styles] Post work, page doesn'tIn the end I found the button to enable it under the Screen Options pulldown.
Forum: Plugins
In reply to: [Scripts n Styles] Post work, page doesn'tI’ve the same problem!
What makes it work again?
Forum: Plugins
In reply to: [Scripts n Styles] Scripts & Styles section not appearing on pagesI’ve the same problem.
andrewdowling, would you mind saying what the issue was and how you fixed it?