- This topic has 3 replies, 3 voices, and was last updated 6 years, 1 month ago by
mila_support.
- AuthorPosts
- April 7, 2017 at 06:59 #13343
hannahtownleyministryParticipantSo I have created a gallery but the only thing visible is the loading square. No photos.
http://www.thathipsterlife.com/the-tiny-gallery-test/
I dont know what to do, the gallery has 90 photos on it, not huge photos.
Need help, thanks!
April 11, 2017 at 11:57 #13364
mila_supportMemberHi @hannahtownleyministry!
The problem is in your theme due to release of new WordPress version.
There is a problem with incorrect selector in this file –
http://www.thathipsterlife.com/wp-content/themes/Avada/js/main.js?ver=3.7.3You can check the error in console of your browser – http://prnt.sc/etg0j1 ,
also you can read more about this error here – https://github.com/jquery/jquery/issues/2824Please contact you theme developers. They should fix the problem.
Or you can try to fix the problem yourself –
in this file – http://www.thathipsterlife.com/wp-content/themes/Avada/js/main.js?ver=3.7.3you need to replace all selectors in the code
[href=#]
with this
[href="#"]
April 19, 2017 at 22:26 #13518
AnonymousInactiveI would like to have a button to download the image in real size
April 21, 2017 at 18:16 #13606
mila_supportMemberHi @hannahtownleyministry
Unfortunately, our plugin does not have such ability.
- AuthorPosts
- You must be logged in to reply to this topic.