
How to Fix Missing Logo/Images Issue While Upgrading to WordPress 4.5
- August 26, 2016
- Leave a comment
After upgrading WordPress core to its version 4.5, you may encounter an issue at the front-end regarding the uploaded logo/images on your website. These logo/images appear in the browser console but are hidden at the front-end.
This issue is caused due to the resolution of a major jQuery syntax issue. Previously, Theme developers were using [href*=#] in their code that is now changed to [href*=”#”].
If your website Theme is paid, then you can resolve this problem by asking your Theme developer to fix it in the upcoming Theme update before using it.
If your website Theme is customized according to your requirements, then you can simply replace the [href*=#] with [href*=”#”]. Also, make sure that you use the latest jQuery version.
User Comments