Dan007007 0 Posted November 24, 2019 Report Share Posted November 24, 2019 I can't get my pictures scrolling across the page anymore, any ideas? Quote Link to post Share on other sites
Dan007007 0 Posted November 25, 2019 Author Report Share Posted November 25, 2019 I think this is the coding below????? <script type="text/javascript"> $(document).ready(function() { var owl = $(".top_products"); owl.owlCarousel({ itemsCustom: [ [0, 1], [450, 1], [451, 2], [650, 3], [850, 4], [1200, 5] ], lazyLoad: true }); }); </script> Quote Link to post Share on other sites
Ingolme 1,022 Posted November 25, 2019 Report Share Posted November 25, 2019 There should be another <script> tag which loads the carousel plugin. Can you verify that it exists? Quote Link to post Share on other sites
Dan007007 0 Posted November 29, 2019 Author Report Share Posted November 29, 2019 I found this under a template file .asp..... <!--Owl Carousel--> <script src="<%=absolutePath%>jscript/slider/owl.carousel.js" type="text/javascript"></script> <link href="<%=absolutePath%>jscript/slider/owl.carousel.css" rel="stylesheet" type="text/css" /> <link href="<%=absolutePath%>jscript/slider/owl.theme.css" rel="stylesheet" type="text/css" /> Quote Link to post Share on other sites
Dan007007 0 Posted December 4, 2019 Author Report Share Posted December 4, 2019 I'm not sure where to look to be honest, I have these folders and a few more when I ftp it. Quote Link to post Share on other sites
Ingolme 1,022 Posted December 4, 2019 Report Share Posted December 4, 2019 I don't know how this "owl" plugin works, you should check their documentation. Open the Javascript console in your browser to check for errors as well. Quote Link to post Share on other sites
Dan007007 0 Posted December 5, 2019 Author Report Share Posted December 5, 2019 I don't know how to check for errors, I'm new and don't have a web developer now, so having to do things on my own. Quote Link to post Share on other sites
dsonesuk 914 Posted December 5, 2019 Report Share Posted December 5, 2019 While in brwser press F12 on keyboard, loook for console tab, click console tab, reload page, errors if any will now show. Quote Link to post Share on other sites
Dan007007 0 Posted December 9, 2019 Author Report Share Posted December 9, 2019 I found this on one site: I got this on one site: 44 A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>. (index):1 A cookie associated with a resource at http://google.com/ was set with `SameSite=None` but without `Secure`. A future release of Chrome will only deliver cookies marked `SameSite=None` if they are also marked `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032. favicon.png:1 GET https://www.shophere.co.uk/images/site/favicon.png 404 (Not Found). and this on my other site: A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>. (index):1 A cookie associated with a resource at http://google.com/ was set with `SameSite=None` but without `Secure`. A future release of Chrome will only deliver cookies marked `SameSite=None` if they are also marked `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032. (index):1 A cookie associated with a resource at http://doubleclick.net/ was set with `SameSite=None` but without `Secure`. A future release of Chrome will only deliver cookies marked `SameSite=None` if they are also marked `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032. jquery-1.8.2.js:1442 GET https://www.lockmonster.co.uk/images/site/buttons/top_btn.png 404 (Not Found) favicon.png:1 GET https://www.lockmonster.co.uk/images/site/favicon.png 404 (Not Found) Quote Link to post Share on other sites
Dan007007 0 Posted December 10, 2019 Author Report Share Posted December 10, 2019 I'm thinking of going over to nopcommerce, might be easier for me? Anyway I remember i did rename in H1 the wordings just above the scrolling pictures from something like latest products to different words, as it was H1 I thought best to put a few keywords? Might be that, but i can't rember what I did now! Quote Link to post Share on other sites
Dan007007 0 Posted December 11, 2019 Author Report Share Posted December 11, 2019 Found this also: <script src="<%=absolutePath%>jscript/slider/owl.carousel.js" type="text/javascript"></script> <link href="<%=absolutePath%>jscript/slider/owl.carousel.css" rel="stylesheet" type="text/css" /> <link href="<%=absolutePath%>jscript/slider/owl.theme.css" rel="stylesheet" type="text/css" /> Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.