
Originally Posted by
swguy
...against a fresh download of 1.5.5f.
so much in agreement....

Originally Posted by
videoseconds
OK, thanks for the help on the search function to all!
Now the reason I came on to troubleshoot the site is really that google mobile reports that the site has three grave problems with the display. Clickables too close, incompatible plugins, and too wide for screen. Their mobile friendly test page shows the site very ugly and the links are all you see, piled up on one another. This is not what it should be like.
So,
I figure the template is fine and there must be some mobile detect issue or how zen responds to mobile that craps out the theme. ANY HELP PLEASE????
not really sure what google is complaining about... site looks ok on mobile...
i would fix this error:
Mixed Content: The page at 'https://www.videoseconds.com/shop/index.php?main_page=product_info&cPath=3_10&products_id=87&number_of_uploads=0' was loaded over HTTPS, but requested an insecure script 'http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'. This request has been blocked; the content must be served over HTTPS.
in includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php:98:
Code:
// CHANGE
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
// TO
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
best.
Bookmarks