amardeo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not displayed after 5.5 updateIn our case it seems to be a combination of the update with a specific template, see also this explanation https://www.cryoutcreations.eu/forums/t/comments-not-appearing-since-upgrading-to-wordpress-5-5 for the template Mantra.
We did the following (different template):
In functions.php of our template, after the line:
case ”:
we added one more line:
case ‘comment’ :
As for the Mantra template, it seems like WordPress 5.5 has set a specific value for the array key comment_type of the object WP_Comment, the value now being “comment”, different from earlier versions. I have not seen this confirmed elsewhere, but it seems to make sense.So I guess all templates that do not allow this value will not allow any comments to be seen.
The fix worked for us. But I take no responsibility that it will work for any other configuration.
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9Here is the info als plain text (again, I posted it above) when the language of the user is not German (Deutsch) but rather the web language. This error did not appear anymore after changing the language from the default (web language) to German:
JQMIGRATE: Migrate is installed, version 1.4.1
load-scripts.php:9:542
TypeError: Language code must have format 2-3 letters and. optionally, hyphen, underscore followed by 2 more letters
mediaelement-and-player.min.js:12:4331
ReferenceError: MediaElementPlayer is not defined
[Weitere Informationen]
mediaelement-migrate.min.js:1:342
TypeError: b(…).not(…).filter(…).mediaelementplayer is not a function
[Weitere Informationen]Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9We have a temorary fix. Apparently, the problem is because the backend was not specifically set to German (Settings) when the language of WP4.9 installation is also German. Apparently, the current WP version does not tolerate these to be set differently. I think this is a bug, not a feature, and should be fixed.
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9Adding to the above, this looks like it is a javascript problem …
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9If this helps – these are the errors that appear when use F12 and go to console:
JQMIGRATE: Migrate is installed, version 1.4.1
load-scripts.php:9:542
TypeError: Language code must have format 2-3 letters and. optionally, hyphen, underscore followed by 2 more letters
mediaelement-and-player.min.js:12:4331
ReferenceError: MediaElementPlayer is not defined
[Weitere Informationen]
mediaelement-migrate.min.js:1:342
TypeError: b(…).not(…).filter(…).mediaelementplayer is not a function
[Weitere Informationen]Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9Changing the theme from TripleK2 to Twenty Eleven did not work, so we may just go back to our backup before we upgraded to the newest version. I wonder if the newest version has any additional requirements on the server that the previous version did not have.
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9I installed the healthcheck plug in. It just tells me what I am running, basically PHP 7.1.11, MySQL 5.7.20, and Apache 2.4.29. Clearing transients did not help. I also reinstalled WordPress version 4.9.
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9I did clear my cache after re-activating plugins. We use Theme Triple K2, but this should not be a problem, because this is a back-end plugin, or? I don’t have the healthcheck plugin, unless it is build in and I don’t know how to find it.
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9I did an followed the instructions e.g. deactivating plug-ins. I still cannot use “AddMedia”, insert links or switch to Text mode. I can write text under “Visual” and publish that.