Steve Roberts
Forum Replies Created
-
@villages-newscom are you running the plugin Advanced Custom Fields?
Hi,
I have been doing more testing, and I think I have figured out where it thinks there is a problem, when there is not.
<span id="editable-post-name">11-star-trek-in-…21-and-22-test-2</span>The ellipsis is inserted into the span where the UI cannot show a long URL, so the text gets transformed from “episode11-star-trek-in-starlog-magazine-issues-21-and-22”.
To reproduce the problem, use a long title.
I have not looked through the plugin code, but if that span is being used, can the following be used instead?:
<span id="editable-post-name-full">epsiode11-star-trek-in-starlog-magazine-issues-21-and-22-test-2</span>Thanks, Steve
- This reply was modified 4 years, 7 months ago by Steve Roberts.
I am getting this issue as well, exactly as described in the OP.
The criteria not being met in my case is “Number of words in content” with a minimum limit of 300.
I have tried setting my role as one allowed to ignore the rule too.
Unless it is set to “Disabled”, two prompts then the spinner just sits there as the OP reports.
- This reply was modified 4 years, 8 months ago by Steve Roberts.