Disabled Advanced Ads plugins and the post / page editor works as normal again.
]]>Picture instead of hundred words.
So far, this is code expected to work:
file /wp-content/plugins/kamzici-js-stitky-prispevku/kamzici-js-stitky-prispevku.php
<?php
/*
Plugin Name: Kamzíci - JS ?títky p?íspěvk?
Plugin URI:
Description: Javascript vkládany do editoru p?íspěvk?. Nastaví, aby ?títky ?ly p?idávat pouze pokud je zatr?ena kategorie Kronika.
Author: Marek 'Moris' Vach
Version: 1.0
Author URI:
*/
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
// Zaregistrování funkcí v rámci WordPressu
function kamjsstitkyRegisterHookAdmin($hook_suffix) {
// only at text editor sites
if ( 'post.php' == $hook_suffix || 'post-new.php' == $hook_suffix ) {
wp_enqueue_script( 'kamjsstitky-admin', plugin_dir_url( __FILE__ ) . 'kamzici-js-stitky-prispevku.js');
}
}
add_action('admin_enqueue_scripts', 'kamjsstitkyRegisterHookAdmin');
file /wp-content/plugins/kamzici-js-stitky-prispevku/kamzici-js-stitky-prispevku.js
function kamziciJsStitkyPrispevku() {
var remember = document.getElementById("inspector-checkbox-control-4");
if (remember.checked) {
alert("checked");
} else {
alert("You didn't check it! Let me check it for you.");
}
}
Problem is, I can’t get value of input filed “inspector-checkbox-control-4”. Even if I execute JS function inside add_meta_box. Maybe because of JS execute before page is fully loaded?
]]>I should know better by now. My post editor is now messed up. The 3 dot menu where you can access preferences on the right no longer opens. Clicking on a block no longer brings up that block’s quick settings (So I can’t change the text in a paragraph block or click on an image to replace it.
Unfortunately for all of us, though mostly me, I have no idea what I did. Also, I use AISEO and at the top right there’s a box with a score for the headline and another with the post’s SEO score. Now only the Headline Analyzer box is there and all of the different options to change the title or description, and enter focus keywords, are gone.
My site is a news site so I need to post articles constantly. I was editing my About Us page to try out a header block, but it ended up looking completely different on the front end, so I deleted it.
Please help me and assistant, Simba!
]]><script async src="https...
WordPress has been lately messing it up by changing the code, it ads =”” after the keyword async, like this:
<script async="" src="https...
You can test this by adding the following HTML block:
<script async src="https://somelink.do" crossorigin="anonymous"></script>
Save the post, and then copy-paste (not duplicate) the block or revisit/refresh the post editor.
Although I had thought about automating this process of placing ads (not by auto ads), this issue made me realize, this is the time to implement it.
]]>Currently using a theme called Podcaster.
I installed the Health Check plugin, and even with all other plugins off, with the TwentyTwenty theme running, the problem persists.
I don’t even have the option of turning the Featured Image on and off. Images of the issue:
Panel options:
https://vintageamericanapodcast.com/wp/wp-content/uploads/2022/01/screenshot-1.jpg
In the post editor – no categories showing up. No option to add a Featured Image.
https://vintageamericanapodcast.com/wp/wp-content/uploads/2022/01/screenshot-3.jpg
]]>TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at o.value (https://inspireuadventures.com/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms-1721.js:1:11100)
at Ie (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:104:8)
at rh (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:103:334)
at zj (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:228:490)
at Th (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:152:223)
at tj (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:152:152)
at Te (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:146:151)
at https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:61:68
at unstable_runWithPriority (https://inspireuadventures.com/wp-includes/js/dist/vendor/react.min.js?ver=16.13.1:25:260)
at Da (https://inspireuadventures.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.13.1:60:280)
Here is our info:
WordPress versión 5.8.1
Current plugin: Yoast SEO (version 17.2.1)
PHP versión 7.4.23