domilia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updateAll good now. I was a theme update issue! 😉
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updatewp-auth-check.js:101 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined(anonymous function) @ wp-auth-check.js:101dispatch @ jquery.js:3r.handle @ jquery.js:3trigger @ jquery.js:3jQuery.event.trigger @ jquery-migrate.js:633(anonymous function) @ jquery.js:3each @ jquery.js:2each @ jquery.js:2trigger @ jquery.js:3(anonymous function) @ heartbeat.js:400i @ jquery.js:2fireWith @ jquery.js:2y @ jquery.js:4c @ jquery.js:4
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updateI found this about the JQUERY bug
JQMIGRATE: ‘ready’ event is deprecated
Cause: Using one of jQuery’s API methods to bind a “ready” event, e.g. $( document ).on( “ready”, fn ), will cause the function to be called when the document is ready, but only if it is attached before the browser fires its own DOMContentLoaded event. That makes it unreliable for many uses, particularly ones where jQuery or its plugins are loaded asynchronously after page load.
Solution: Replace any use of $( document ).on( “ready”, fn ) with $( document ).ready( fn ) or more simply, just $( fn ). These alternative methods work reliably even when the document is already loaded.
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updateHi Marius,
I have followed the script debug process and this is what I found in Google Chrome when using the console.
JQMIGRATE: Migrate is installed with logging active, version 1.4.1
jquery-migrate.js:45 JQMIGRATE: ‘ready’ event is deprecated
jquery-migrate.js:47 console.trace()migrateWarn @ jquery-migrate.js:47
wp-util.js:34 Uncaught TypeError: compiled is not a function
2wp-auth-check.js:101 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
wp-auth-check.js:101 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined(anonymous function) @ wp-auth-check.js:101dispatch @ jquery.js:3r.handle @ jquery.js:3trigger @ jquery.js:3jQuery.event.trigger @ jquery-migrate.js:633(anonymous function) @ jquery.js:3each @ jquery.js:2each @ jquery.js:2trigger @ jquery.js:3(anonymous function) @ heartbeat.js:400i @ jquery.js:2fireWith @ jquery.js:2y @ jquery.js:4c @ jquery.js:4
wp-auth-check.js:101 Uncaught TypeError: Cannot read property ‘hasClass’ of undefinedP.S. why can’t I upload a screenshot to the thread, this is not helping 🙁
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updateHi guys,
Thank you so much for your fix ideas. I am yet to try them up onto my site.
@webarteit, I’m having the exact same issue, so feel free to come back to this thread for updates on the problem.
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updateHi Marius,
I tried to create a new post in an incognito window and I still have the same issues. I am really desperate and I have been unable to create any new content for the past week. 🙁
Forum: Fixing WordPress
In reply to: Malfunctions in New Post page after WP 4.6 updateHi Marius,
I did as you suggested. However, after disabling all plugins, I am still experiencing issues with the posts. When clicking on the “Add Media” button, or the “Add featured image” hyperlink, nothing happens.
I don’t know what to do at this point 🙁
Forum: Themes and Templates
In reply to: [Menu] Navbar is broken when viewing a postUnfortunately, it does not seem to be fixed. I wish I could send a screenshot of the error.
If you go to the homepage, you will see how the navbar is supposed to look like with my menu. However, when viewing/reading a post, the navbar only shows the post title and different sizes of the letter A on the far right side of the navbar.