CSS Image Gallery Support Product Page
Gallery is not loading correctly
Asked 04 Dec 2013 23:03:01
1
has this question
04 Dec 2013 23:03:01 Daryl Toogood posted:
I have an error on my pageeError: 'undefined' is not a function (evaluating '$(this)')
Which relates to this line in dmxgallery.js
if ("loaded" !== $(this).data("dmxGallery")) {
It can be seen here - bwreed.co.uk/Services-Detail.php?service=home%20extensions
I have used the same extension here www.bwreed.co.uk/Portfolio-Detail.php?portfolio=Test%201 but don't have this problem.
Can someone tell me how to correct this please?
Replies
Replied 05 Dec 2013 08:41:15
05 Dec 2013 08:41:15 Teodor Kuduschiev replied:
Hello,
On both of the pages you are using an old version of the jquery library:
Please remove this line of code and let the extension place the latest version there.
On both of the pages you are using an old version of the jquery library:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Please remove this line of code and let the extension place the latest version there.
Replied 19 Jan 2024 21:45:31
19 Jan 2024 21:45:31 Capcut Template replied: