John_W_B
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Taxonomy Order] Sorting of certain child terms failsHello Michael
Yes I just checked the db and wp_order column is int(4).
Forum: Plugins
In reply to: [Custom Taxonomy Order] Sorting of certain child terms failsThe probem arises when at least one of the term_order fields has double digits, and does not seem to arise when it has only single digits. The drag and drop tends to update the order using double digits even where the number of terms is < 10. Therefore I think that the problem is that get_terms() in page-customtaxorder.php is sorting alphabetically, at least is not sorting integers numerically. See https://wordpress.stackexchange.com/questions/80063/get-terms-orderby-name-as-numbers
However, I cannot explain why the problem seems to be intermittent.
- This reply was modified 1 year ago by John_W_B.
Forum: Plugins
In reply to: [Custom Taxonomy Order] Sorting of certain child terms failsI had the same problem. Test site worked fine. Live site, drag and drop did not work. No JS error, no PHP error, the POST request was correct and returned 200.
Adding a term ‘Temporary’ and it work. Remove term ‘Temporary’ and it stopped working.
Set term order using the ‘order’ field on each term worked.
Conflict with Simple Custom Post Order plugin is possible but I don’t see why. The plugin is also on the test site. On the live site only one of my sets of sub-terms fails drag-and-drop reordering.
That other plugin is used to order posts, and can order taxnonomy terms but does not work reliably for ordering sub-terms, so both plugins are in use. The idea that it is relevant is pure guesswork.
I have the impression that when drag-and-drop ordering fails, the items with a single-digit order integer are correctly ordered.
Thanks!
Forum: Plugins
In reply to: [Default Twitter Image for Yoast] cannot set image URLI see this field is set to readonly deliberately.
Media upload from computer fails with “Sorry, you are not allowed to attach files to this post.” However, if a file is added to the media library while editing a different post, you can use that image.
Thank you for reply. The free version of Yoast, which does not allow selection of Twitter card type, is defaulting to “summary_large_image” (rather than “summary”) in 19.11.
- This reply was modified 3 years, 3 months ago by John_W_B.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Plugin’s cookies doesn’t updateHaving the same problem on the premium version. Is the github code also suitable for premium users? Or will you be releasing a separate fix for premium soon?
EDIT I see a new version available, thanks.- This reply was modified 5 years, 2 months ago by John_W_B.
Sorry, wrong link in above post on ‘Twitter Documentation’. The documentation stating that generic images are acceptable is at https://dev.twitter.com/cards/types/summary. They put it in bold type, so they are serious!
Forum: Plugins
In reply to: [Print-O-Matic] Google Maps iframe issue in FirefoxThanks for the reply. The client stopped using the plugin owing to a different issue (getting a flex-box layout to appear on the print layout) and switched to print button which simply calls the browser print function. For our use, we do not now need the issue fixed. If you would like to take a look anyway, please post again and I will give you access to a dev site where you can see the problem.
Thank you birgire (on stackexchange) for the original code, and Joesph Fusco for making the plugin.
Forum: Fixing WordPress
In reply to: 4.4 upgrade made featured images blurryForum: Fixing WordPress
In reply to: 4.4 upgrade made featured images blurryThe above is wrong, BTW. Simply removing the filter is not working for us on our ‘featured’ (page-specific) header images. Disabling responsive images is a bit more complex. This is working for us:
https://wordpress.org/plugins/disable-responsive-images/Forum: Fixing WordPress
In reply to: 4.4 upgrade made featured images blurryThanks for the heads up. In our case it was the header images which go blurry, so:
remove_filter( ‘wp_head’, ‘wp_make_content_images_responsive’ );
seems to disable the problematic responsiveness.Forum: Plugins
In reply to: [Query Wrangler] Broken in WP 4Many thanks!
Forum: Plugins
In reply to: [Query Wrangler] query_override_terms no index definedI cannot really answer that, though I seem to recall I could not reproduce the problem where the redundant tables seemed to cause the content to vanish.
Having queries with duplicate names definitely caused a problem, and that is arguably a bug deserving its own thread (or a feature requiring documentation).