Results 1 to 5 of 5

Thread: gradual fader not working with other scripts?

  1. #1
    Join Date
    Aug 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default gradual fader not working with other scripts?

    1) Script Title: Gradual Element Fader

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...adualfader.htm

    3) Describe problem: i have installed gradual fader absolutly fine but when i add my tracker script (i use extremetracking) or my recent images script for coppermine galleries the fader no longer works. it just stays dull.
    you can see what i mean here: http://layout-test.anastacia-elegance.com

    does anyone know how i can still use those scripts and your gradual fader? i really like your fader!

    any help would be appreciated!!

    sarah
    Last edited by jscheuer1; 08-28-2010 at 08:54 PM. Reason: remove unnecessary hotlink to tracking script

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your page is missing (from the demo page):

    Step 2: At the very bottom of your page following all your elements (ie: right above the </body> tag), add the below code to activate the effect:

    Code:
    <script type="text/javascript">
    gradualFader.init() //activate gradual fader
    </script>
    There could also be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thankyou

    i actually have that in my footer.php at the moment? should it be in the index or header instead?

    thank you so much for the fast reply, im still kinda learning about php as i go along so i know i will have made some mistakes! lol

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It should be on the page as per the demo's instructions as the last thing before the closing </body> tag. If you have it in an include, that include must not be being included, or the code on it isn't what you think it is. Check your PHP source code to make sure it's correct.

    You should also use your browser's 'view source' (which will show how the server is serving the page) while viewing the live page to see whether or not the code has made it onto the live page at the correct spot in the live page's code.
    Last edited by jscheuer1; 08-29-2010 at 03:41 AM. Reason: precision
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Aug 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    brilliant thank you for your help!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •