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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.