rhankins
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 empty list element flagged in WCAG scansYes, I have the same question and concern too.
- This reply was modified 1 week, 4 days ago by rhankins.
Update: I found for me that the issue was caused because I was getting a 403 error on /wp-includes/js/tinymce/wp-tinymce.php. That evidently was caused by a deny rule set in the /wp-includes/.htaccess file. We commented out that deny rule and now the block editor no longer shows that error.
I am having the issue too! JavaScript console has several errors including: ‘tinymce’ is not defined
Hi wpzinc,
At this point we restored from a backup and are keeping things on an earlier version of the plugin for now. I assume at some point we will upgrade and if I encounter the same issue then, I’ll post.
But what I recall happening was after we upgraded there was the label of the field as “Ratings:”. The prior version didn’t show such a label, so I had gone into the settings page and just tried to make the label value blank. Once I submit the page, I guess it caused the field to go away altogether… and that’s when it started having those error messages.
To add further note. I was just trying to remove the label of “Ratings:” from being displayed and setting the label to blank is what apparently deleted this.
So then, now on the comments page I get errors of this sort instead of the ratings being displayed:
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/comment-rating-field-plugin/includes/global/rating-output.php on line 715
and
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/comment-rating-field-plugin/includes/global/rating-output.php on line 1112
Yes, I am having the same issue. This is after an upgrade, and so I have existing ratings I don’t want to lose.
Forum: Fixing WordPress
In reply to: How do I add custom stylesheets to TinyMCE?I have the same question as daveevolve — how do you remove the default classes (i.e. wp-caption, alignLeft, alignCenter, etc)? I just want a drop down with my custom defined classes… Not these default ones.