Jump to content

owl.owlCarousel stopped working


Dan007007

Recommended Posts

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>

Link to comment
Share on other sites

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" />

Link to comment
Share on other sites

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)

 

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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" />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...