If everything is working fine after making that change then you don’t need to do anything or use the shared code.
Awesome great to see you got that fixed.
Could you please share the page URL from your site where the images are not displaying so that I can troubleshoot it?
You are always welcome here 🙂
I could confirm this issue on my website by using WordPress version 5.5
It seems the theme jQuery script is causing the issue as jQuery is updated in the latest WordPress version 5.5
The issue will be fixed ASAP in the upcoming version of the theme.
In the meanwhile, you can fix it by using the attached custom plugin.
If you don’t know how to use the shared code then alternatively just download the attached custom plugin and activate it.
The theme update will be released today or tomorrow.
It is convenient to share and refer to the credentials here therefore we have developed the private field but not sure why it is not working only for you.
Have you sent the email address now on the below address and make sure you add this topic URL in the email?
Hi @weswatkins,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
If your screenshots don’t get uploaded here then you can simply provide a link to an image through Google Drive, Dropbox, screencast.com, http://imgur.com/ or another image service. 🙂
Best regards,
Shufflehound team
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
It seems the jQuery issue that occurred with the latest WordPress version 5.5 so could you please try using the solution shared in the below topic?
https://support.shufflehound.com/forums/topic/urgent-jevelin-theme-jquery-error/#post-64997
It seems the jQuery issue so could you please try using the solution shared in the below topic?
https://support.shufflehound.com/forums/topic/wordpress-5-5-breaking-theme/#post-65044
Yes, you are right that it is a jQuery script issue as jQuery is updated in the latest WordPress version 5.5
I could confirm this issue on my website by using WordPress version 5.5
The issue will be fixed ASAP in the upcoming version of the theme.
It seems the jQuery issue so could you please try using the solution shared in the below topic?
https://support.shufflehound.com/forums/topic/wordpress-5-5-breaking-theme/#post-65044
@ScienceofRowing It seems the jQuery issue so could you please try using the solution shared in the below topic?
https://support.shufflehound.com/forums/topic/wordpress-5-5-breaking-theme/#post-65044
I could confirm this issue on my website by using WordPress version 5.5
It seems the theme jQuery script is causing the issue as jQuery is updated in the latest WordPress version 5.5
The issue will be fixed ASAP in the upcoming version of the theme.
In the meanwhile, you can fix it by adding below code in the functions.php file of the theme.
add_action( 'wp_enqueue_scripts', 'load_old_jquery_fix', 100 ); function load_old_jquery_fix() { if ( ! is_admin() ) { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', ( "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ), false, '1.11.3' ); wp_enqueue_script( 'jquery' ); } }
I could confirm this issue on my website by using WordPress version 5.5
It seems the theme jQuery script is causing the issue as jQuery is updated in the latest WordPress version 5.5
The issue will be fixed ASAP in the upcoming version of the theme.
In the meanwhile, you can fix it by adding below code in the functions.php file of the theme.
add_action( 'wp_enqueue_scripts', 'load_old_jquery_fix', 100 ); function load_old_jquery_fix() { if ( ! is_admin() ) { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', ( "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ), false, '1.11.3' ); wp_enqueue_script( 'jquery' ); } }
Awesome great to see you got that figured out.
It seems the jQuery issue that occurred with the latest WordPress version 5.5 as described in the below topic.
https://support.shufflehound.com/forums/topic/urgent-jevelin-theme-jquery-error/#post-64997
Have a fantastic day!
@bestcybernetics To help us keep support thread separates could you please create your own thread for your question instead of posting a reply on others thread as it makes the thread messy and hard to read.
If you want to you can also add a reference to this thread in your newly created thread.
We would be more than happy to help you with your new thread.
I would like to ask you something. Wp rocket caused this problem because i assume that this is not working well with your jevelin theme. Which plugin for speed optimization you should think would fit best with your theme?
The WPRocket plugin also works fine with the theme. Just make sure to clear the cache of it or contact the plugin support to configure its settings correctly.