Problem with Hotec, HTML version and the images in the HIGHLIGHT ROOMS section
-
simonvetterliDecember 6, 2014 at 1:33 am #24360
Hi
I have the follow important problem:
When I open the “initial” website https://easy.turtlesdive.com – in the lower section “Highlight Rooms”, I have the problem, that the “thumb-control-wrapper” is not on the correct position.
Here is my code:
PHP12345678910111213<div class="cpt-item four columns isotope-item rooms"><br /><div class="thumb-wrapper"><br /><img src="/assets/images/treasures/treas022.jpg" alt="" /><br /><div class="thumb-control-wrapper"><br /><ul class="thumb-control clearfix"></p><li><a title="View Detail" href="single-room.html" rel="nofollow">Open Detail</a></li><li><a title="Room 3 Gallery" href="/assets/images/treasures/treas022.jpg" rel="nofollow">Open Gallery</a></li><p> </div><br /></div><br /><div class="cpt-detail"><br /><h2 class="cpt-title"><a href="single-room.html" rel="nofollow">Business ROOM SUPERIOR</a></h2><br /></div><br /></div>I use the follow js, as jquery.isotope.min.js gives me the follow error:
Uncaught TypeError: Cannot read property ‘apply’ of undefined<script src=”/assets/js/isotope.pkgd.min.js”></script>
<script src=”/assets/js/jquery-1.9.1.min.js”></script>
<script src=”/assets/js/jquery.modernizr.js”></script>I also changed a few things in the custom.js for prettyPhoto, as the attribute “rl” gives me an error too (3WC Validator). I changed it to data-rel instead.
What it could be the issue for my problem? If I try to fix the problems I have, “Uncaught TypeError: Cannot read property ‘apply’ of undefined” the this problem with the thumb-control-wrapper and not position appears.