Thread Starter
virs90
(@virs90)
This was caused due to too many job applications on the site. Archiving really old applications fixed the issue.
-
This reply was modified 9 years, 5 months ago by virs90.
Thread Starter
virs90
(@virs90)
Thanks for your fast response. You’re right about the issue and I managed to fix it!
For anyone that is using a slightly older version of Divi and a latest version of WordPress, it is a very small error which needs slightly tweaking – mentioned here – https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7
Divi
Divi Version 2.7.3 ( updated 04-13-2016 ) fixes the jQuery issue outlined below. Update your theme.
Exhibits the jQuery problem as described below. The file js/custom.js has the issue on line 706. Adding double quote marks around the hash symbols (#) will fix it.
Change this:
$( ‘a[href*=#]:not([href=#])’ ).click( function() {
To this:
$( ‘a[href*=”#”]:not([href=”#”])’ ).click( function() {
All the best.