michael033
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Minus Sign Prefix Not Excluding PostsThanks for looking into this issue and fixing it, Hector! Everything seems to be correctly working with v4.0.5.
Forum: Plugins
In reply to: [WordPress Popular Posts] Minus Sign Prefix Not Excluding PostsI haven’t looked at this code in many years so it’s entirely possible this is my fault: https://gist.github.com/anonymous/55926d5a2b0ef11ad9cc9cb5634ba4bd.
The intended goal with that code is to attach the already-registered ‘category’ taxonomy to the ‘news’ custom post type. It’s hooking into WordPress via ‘init’.
** I updated the gist link shortly after my initial response. The original gist included a ‘register_taxonomy_for_object_type’ which I added after the ‘register_post_type’ call to see if it fixed the issue. The current gist is the original code. **
- This reply was modified 7 years, 5 months ago by michael033. Reason: I updated the gist link shortly after my initial response. The previous link was of code I just altered
- This reply was modified 7 years, 5 months ago by michael033.
Forum: Plugins
In reply to: [WordPress Popular Posts] Minus Sign Prefix Not Excluding PostsThanks for the quick reply. I’ve included a screenshot of one of the widget settings.
Some notes:
– The Category and Tag options are displayed twice because, I assume, I have a custom post type of ‘news’ with associated Category and Tag taxonomies; I’ve tried all four options with no changes.
– ID 257 is based on the following the edit link: https://www.domain.com/wp-admin/term.php?taxonomy=category&tag_ID=257&post_type=news.
– The ‘Show Widget For…’ options are from the Display Widgets plugin. Disabling the plugin doesn’t fix the issue.
I’ve made no changes since the v4 upgrade, and downgrading to v3.3.4 fixes the problem once I re-enter ‘-257’ into the ‘Category(ies) ID(s):’ field (this setting seems to get cleared out when downgrading from v4).
Forum: Plugins
In reply to: [Cloudflare] Website broken with 3.0I’m having the same issue of not being able to access the administration area on three of four websites using this plugin. We’re using Cloudflare’s Strict SSL and we require SSL for all admin pages. I tried temporarily turning off Cloudflare but the error persists. The only solution was disabling the plugin.
Also, this is possibly unrelated, but it most definitely began once I upgraded the Cloudflare plugin, images uploaded via the media uploader are broken in the administration site when being set as a Featured Image for a post. However, they show up fine outside of the administration site (with and without SSL) and also within the media uploader.
Wordpress 4.6.1
PHP 7.0.8-0ubuntu0.16.04.2
Cloudflare plugin 3.0.3
nginx version: nginx/1.10.1 (http/2 supported)
Specific error: “Sorry, you are not allowed to access this page.”Each of the four websites are using the same configuration and plugins, and are also on the same server.
** EDIT: After looking into the plugins for each site, the only difference was that the working website had the plugin “cloudflare-flexible-ssl” installed and activated. Propagating this plugin to the broken websites fixed the issues. **
- This reply was modified 8 years, 5 months ago by michael033.
- This reply was modified 8 years, 5 months ago by michael033.