There is a patch to get Athena to work again:
See below: But … for one site it doesn’t work completely. Some of the featured images will not show up until scrolling down a bit.
Anyone a solution for that?
===================================================
manekineko70 (@manekineko70)
3 months, 3 weeks ago
Hi, try to do this. It worked for me.
1) Open a ftp connection with your site and look for this file:
/your site/wp-content/themes/Athena-Pro-1.0.6/inc/js/camera.js
2) download the file camera.js via ftp
3) open file with any code editor. Notepad is fine too but I recommend a programmer editor, for example notepad ++. Then Find the line numbered 751. The line should look like this: $(‘.camera_stop’,camera_thumbs_wrap).live (‘click’,function(){ …
4) Comment out the code from line 751 through line 781. Then Upload the file again and replace the old one
Empty browser cache with ctrl+F5 and refresh page. You should be able to fix the problem. I hope to be proved helpful. Good luck!
=========================================================