oferlaor
Forum Replies Created
-
Yoast 27 and the warning is still there.
works great, thank you!
looks like Ad-inserter injects this css into admin sites which is causing this display bug:
input[type=submit] { float: right; vertical-align: middle; font-weight: bold; padding: .4em 1em !important; border: 1px solid #d3d3d3; border-radius: 4px; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; color: #666; cursor: pointer; }I think it’s even more weird is all the other CSS it injects into post.php for no clear reason…
Hope you get this fixed quickly, it really screws up a lot of different WP screens.https://share.icloud.com/photos/0a6bn3U6jcTtA3Ueyodz2Krwg
ideas on how to debug this? Tried playing with z-index and it’s not helping.
I noticed a new release that eliminates duplicates that were caused by scheduled posts, once the post has been published…
Is this supposed to resolve the issue? I saw the last post we had was creating 4 duplicates, which does track with this bug…
is there a way to override the direction of the iframe, since it’s not translated (and the design is strictly LTR), that means there’s no point in it taking the RTL direction…
latest versions of instant images broke this.
Is there a way to just tell instant images to ALWAYS use LTR inside it’s IFRAME?
### Begin System Info ###
-- WPForms Info
Lite: Jul 17, 2020 at 12:26pm (GMT)
Lite Connect: Backup is not enabled
-- Site Info
Site URL: https://domain
Home URL: https://domain
Multisite: No
-- WordPress Configuration
Version: 6.7.2
Language: he_IL
User Language: he_IL
Permalink Structure: /%postname%.html
Active Theme: ht 1.0.0
Show On Front: page
Page On Front: Front page (#16372)
Page For Posts: מאמרים אחרונים (#16374)
ABSPATH: /home/xxx/domains/domain/public_html/
Table Prefix: Length: 3 Status: Acceptable
WP_DEBUG: Disabled
WPFORMS_DEBUG: Not set
Memory Limit: 256M
Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit, request-pending, request-confirmed, request-failed, request-completed, acf-disabled
Revisions: Enabled
-- WordPress Uploads/Constants
WP_CONTENT_DIR: /home/xxx/domains/domain/public_html/wp-content
WP_CONTENT_URL: https://domain/wp-content
UPLOADS: Not set
wp_uploads_dir() path: /home/xxx/domains/domain/public_html/wp-content/uploads/2025/05
wp_uploads_dir() url: https://domain/wp-content/uploads/2025/05
wp_uploads_dir() basedir: /home/xxx/domains/domain/public_html/wp-content/uploads
wp_uploads_dir() baseurl: https://domain/wp-content/uploads
-- Must-Use Plugins
Disable WP comments:
Important plugins actions:
Restrict subscribers access:
-- WordPress Active Plugins
Ad Inserter: 2.8.2
Advanced Custom Fields PRO: 6.4.2
Advanced Editor Tools: 5.9.2
Advanced Post Types Order: 5.6.4
Advanced TinyMCE Configuration: 1.6
Classic Editor: 1.6.7
Cloudflare: 4.12.8
Content Control: 2.6.4 (needs update - 2.6.5)
Custom Post Type UI: 1.17.3
GN Publisher: 1.5.22
Instant Images: 7.0.1
MWW Scheduled Post Trigger: 3.2
OneSignal Push Notifications: 3.2.0
Page Links To: 3.3.7
Parallax Image: 1.9.1
Redirection: 5.5.2
Schedule Posts Calendar: 5.3
Speculative Loading: 1.5.0
The Paste: 2.1.3
Twenty20 Image Before-After: 2.0.4
User Role Editor: 4.64.5
W3 Total Cache: 2.8.9
Wordfence Security: 8.0.5
WordPress Importer: 0.8.4
WordPress Special Characters in Usernames: 2.0
WordPress w3all phpBB integration: 99.2.3.8
WP-PostViews: 1.77
WP Featherlight ofer: 10.3.4
WPForms Lite: 1.9.5.2
WP Revisions Control: 1.4.3
WPS Hide Login: 1.9.17.2
Yet Another Related Posts Plugin (YARPP): 5.30.11
Yoast SEO: 25.1 (needs update - 25.2)
YT Portrait Video Embed ofer: 10.0.4
-- WordPress Inactive Plugins
Adminimize: 1.11.11
Advanced Post Types Order (OFER VERSION LOCKED): 4.7.7
Akismet Anti-spam: Spam Protection: 5.4
Bulk Move: 1.3.0
Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd: 6.18.16
GetGenie AI: 4.1.1
Image Watermark: 1.8.0
Nuke to WP migration: 1.0
Powered Cache: 3.5.4
Publish Confirm Message: 2.0
Query Monitor: 3.17.2
Site Kit by Google: 1.153.0
The Paste (Ofer): 10.1.3
Two Factor Authentication: 1.14.27
WP-Cron Status Checker: 1.2.8
WP-Sweep: 1.1.8
WP Crontrol: 1.19.0
WP Featherlight: 1.3.4
WP Wrapper: 1.2.9
-- Webserver Configuration
PHP Version: 8.2.27
MySQL Version: 5.7.44
Webserver Info: Apache/2
-- PHP Configuration
Memory Limit: 256M
Upload Max Size: 4M
Post Max Size: 16M
Upload Max Filesize: 4M
Time Limit: 90
Max Input Vars: 1000
Display Errors: N/A
-- PHP Extensions
cURL: Supported
fsockopen: Supported
SOAP Client: Installed
Suhosin: Not Installed
-- Session Configuration
Session: Disabled
### End System Info ###how to share this info privately?
Note, my WP is on 6.7.2 and this console message is a warning that happens on classic editor only.
this is the line that causes the warning:load-scripts.php?c=0…1ec990cec0bd9b155:2 jQuery.Deferred exception: Cannot read properties of undefined (reading ‘getEditedPostAttribute’) TypeError: Cannot read properties of undefined (reading ‘getEditedPostAttribute’)
getEditorTitle: function() { var e = wp.data.select; return e(a) ? p.isEditPostFSE() ? p.getPostTitle() : p.getTopmostHeadingTitle() : e(u).getEditedPostAttribute("title") },- This reply was modified 1 year ago by oferlaor.
I added a post-update.js script:
document.addEventListener("DOMContentLoaded", () => {
const checkbox = document.querySelector("#os_update");
if (!checkbox) return;
// Get the element that shows the post status (e.g., "Published")
const statusEl = document.querySelector("#post-status-display");
const isPublished =
statusEl &&
(statusEl.textContent.trim().toLowerCase() === "published");
// only turn it off it if it's on and post is already published.
if (checkbox.checked && isPublished) checkbox.checked = false;
});and then in the theme’s functions.php:
if (('post.php' === $hook) || ('post-new.php' === $hook)) {
wp_enqueue_script('htadmin', get_template_directory_uri() . '/assets/js/post-update.js', array(), '1.14', true);
}Forum: Fixing WordPress
In reply to: 6.8 bug – nonce with official WP mobile appit’s a very specific plugin (w3all), still investigating why it has a problem and why that problem only manifests itself under 6.8 and higher…
Forum: Fixing WordPress
In reply to: 6.8 bug – nonce with official WP mobile appupdate – I reported the bug in trac. I got a lot of valuable feedback, including that it does not happen on a clean WP installation.
I removed all plugins and verified that this is the case.
I have some *important* (i.e., non removable without breaking the site) plugins. I’m now trying to identify which one could be at fault.
I did find the one that triggers the redirect to profile.php, but it does it when it notices that the user has been logged out. A bit of diagnosing shows that when I have my mobile app open and actively doing things (uploading media, for example), it does seem to kick out the session. Now to find out if this is a plugin doing the kicking out, or a bug.
Forum: Fixing WordPress
In reply to: classic editor embedded youtube broke on 6.8done
Forum: Networking WordPress
In reply to: 6.8 upgrade image issue with old multisite installationscan you share a link?
Forum: Fixing WordPress
In reply to: classic editor embedded youtube broke on 6.8OK, at first I thought it was a bad version. I played with parts of the files and it turns out the issue is caching. Looks like there are file changes under wp-includes/js/tinymce (albeit, minor, the actual tinymce version was not changed).
However, since the WP wrapping for it, did change, it should have had its cache version bumped in wp-includes/version.php and looks like someone forgot to bump.
I bumped my version locally and, vwalla, the issue went away. I’m assuming testers didn’t check with cache (or worked on it long enough that the cache expired) so didn’t see the issue.