/    Sign up×
Community /Pin to ProfileBookmark

Owl Carousel Responsive Design

I got my responsive design to work with my test page but it doesn’t work at the actual website. The website is [URL=”http://test.decorisland.com/waterstone/”]http://test.decorisland.com/waterstone/[/URL]
The test page is as follows:

[code=html]
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Owl Carousel</title>
<style>

#products-scroll .item{
margin: 3px;
text-align: center;
}

#products-scroll .item:hover a{
color:#153d4d !important;
}

#products-scroll .item img{
display: block;
width: 100%;
height: auto;
}
#products-scroll .item span{
padding:5px;
margin:0 auto;
display:block;
}
#products-scroll .item a, #products-scroll .item a:visited
{
text-decoration:none;
color:inherit;
}
.brand-price {
display:block;
width:90%;
margin:0 auto;
}
.brand-price .new-price {
float:right;
font-family: Arial;
color: #153d4d;
font-size: 18px;
font-weight: 400;
}
.brand-price .old-price {
float:left;
font-family: Arial;
color: #b8b8b8;
font-size: 14px;
font-weight: 400;
text-decoration:line-through;
}
</style>
<link rel=”stylesheet” href=”carousel/owl-carousel/owl.carousel.css”>

<!– Default Theme –>
<link rel=”stylesheet” href=”carousel/owl-carousel/owl.theme.css”>

<!– jQuery 1.7+ –>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js”></script>

<!– Include js plugin –>
<script src=”carousel/owl-carousel/owl.carousel.js”></script>
</head>

<body>

<div id=”products-scroll”>

<div class=”item”><a href=”#”><img src=”http://www.decorisland.com/uploadedimages/large/wa4200.jpg” alt=”KITCHEN FAUCET” /></a><a href=”#”><span>KITCHEN FAUCET</span></a><div class=”brand-price”><span class=”old-price”>$1,495.00</span><span class=”new-price”>$1,196.00</span></div></div>

<div class=”item”><a href=”#”><img src=”http://www.decorisland.com/uploadedimages/large/wa1400.jpg” alt=”FAUCET W/LEVER HANDLES” /></a><a href=”#”><span>FAUCET W/LEVER HANDLES</span></a><div class=”brand-price”><span class=”old-price”>$725.00</span><span class=”new-price”>$580.00</span></div></div>

<div class=”item”><a href=”#”><img src=”http://www.decorisland.com/uploadedimages/large/wa1425c.jpg” alt=”COLD ONLY FILTRATION FAUCET” /></a><a href=”#”><span>COLD ONLY FILTRATION FAUCET</span></a><div class=”brand-price”><span class=”old-price”>$660.00</span><span class=”new-price”>$528.00</span></div></div>

<div class=”item”><a href=”#”><img src=”http://www.decorisland.com/uploadedimages/large/wa4200.jpg” alt=”KITCHEN FAUCET W/BUILT-IN DIVERTER” /></a><a href=”#”><span>KITCHEN FAUCET W/BUILT-IN DIVERTER</span></a><div class=”brand-price”><span class=”old-price”>$1,495.00</span><span class=”new-price”>$1,196.00</span></div></div>

<div class=”item”><a href=”#”><img src=”http://www.decorisland.com/uploadedimages/large/wa4410-18.jpg” alt=”KITCHEN FAUCET W/PRE-RINSE SPRAY” /></a><a href=”#”><span>KITCHEN FAUCET W/PRE-RINSE SPRAY</span></a><div class=”brand-price”><span class=”old-price”>$3,675.00</span><span class=”new-price”>$2,940.00</span></div></div>

<div class=”item”><a href=”#”><img src=”http://www.decorisland.com/uploadedimages/large/wa1200c.jpg” alt=”COLD ONLY FILTRATION FAUCET” /></a><a href=”#”><span>COLD ONLY FILTRATION FAUCET</span></a><div class=”brand-price”><span class=”old-price”>$515.00</span><span class=”new-price”>$412.00</span></div></div>

</div>
<script>
$(document).ready(function() {

$(“#products-scroll”).owlCarousel({

items : 5,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]

});

});
</script>

</body>
</html>
[/code]

to post a comment
JavaScript

12 Comments(s)

Copy linkTweet thisAlerts:
@makamo66authorFeb 23.2016 — It's the New Products photo gallery that doesn't work.
Copy linkTweet thisAlerts:
@Kevin2Feb 23.2016 — The website is http://test.decorisland.com/waterstone/[/QUOTE]

403 - Forbidden: Access is denied.
Copy linkTweet thisAlerts:
@makamo66authorFeb 23.2016 — The link may say forbidden but if you click on it it takes you to the web site regardless.
Copy linkTweet thisAlerts:
@Kevin2Feb 23.2016 — No it doesn't. That's what happens when I click on it. Regardless.

[ATTACH]17009[/ATTACH]

[canned-message]attachments-removed-during-migration[/canned-message]
Copy linkTweet thisAlerts:
@makamo66authorFeb 23.2016 — The web site is http://test.decorisland.com/waterstone/ I'm hoping that by not using the url creator that it can be accessed.
Copy linkTweet thisAlerts:
@Kevin2Feb 23.2016 — Nope.

You have some sort of access restriction on your [B]test[/B] subdomain. It's either locked down to certain IPs or it's excluding mine.
Copy linkTweet thisAlerts:
@TrainFeb 23.2016 — 403 - Forbidden: Access is denied.

You do not have permission to view this directory or page using the credentials that you supplied.
Copy linkTweet thisAlerts:
@Kevin2Feb 23.2016 — 403 - Forbidden: Access is denied.

You do not have permission to view this directory or page using the credentials that you supplied.[/QUOTE]

Whew! I was starting to feel like I wasn't welcome at the "cool table" in the cafeteria. ?

So this probably applies:
It's locked down to certain IPs.[/QUOTE]
Copy linkTweet thisAlerts:
@TrainFeb 23.2016 — No password, no can see.
Copy linkTweet thisAlerts:
@Kevin2Feb 23.2016 — No password, no can see.[/QUOTE]

I don't get asked for a password.
Copy linkTweet thisAlerts:
@rootFeb 24.2016 — When posting code, remember to wrap the code in a forum tag and also the correct forum is JQuery forum, see my signature for both...
Copy linkTweet thisAlerts:
@jedaisoulFeb 24.2016 — HTML tags added, and thread moved as above...
×

Success!

Help @makamo66 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...