Jump to content

Issues with Peel back and Slider


Jainy

Recommended Posts

Okay. So I am new to jquery and JS. I am having an issue with my website now. I wanted to put in a peel back effect(Google for "jQuery Peel Back" to see the one which I am using).

 

Now the problem is my website uses prettyPhoto slider and because of this, the peelback is conflicting with the slider on load hence resulting in disappearing of the entire slider and top navigation.

 

It loads all fine locally. But it doesn't work when I put it online.

Here's the script code below for the jQuery Peel-back effect.

    <script src="/assets/jquery-1.5.2.min.js"></script>
 <script src="jquery.peelback.js"></script>  
 <script>
  $(document).ready(function() {
     $('body').peelback({
       adImage  : 'images/peel-ad.png',
       peelImage  : 'assets/peel-image.png',
       clickURL : '#',
       smallSize: 50,
       bigSize: 500,
       gaTrack  : true,
       gaLabel  : '#1 Stegosaurus',
       autoAnimate: true
     });
   });
 </script>

And this is the function that loads the slider animation on load -

<body onload="load_animations()">

Here's what it was before I used the peel code and this is what it is after I put the peel code.

Link to comment
https://forums.phpfreaks.com/topic/273656-issues-with-peel-back-and-slider/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.