Results 1 to 3 of 3

Thread: Ticker state "Initializing" and not working

  1. #1
    Join Date
    May 2011
    Posts
    14
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Ticker state "Initializing" and not working

    1) Script Title: :: Ajax XML Ticker (txt file source)


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

    3) Describe problem: Greetings to the developing community!

    I`m trying to implement this script into this website (still underconstruction) at the homepage but it doesn`t seem to be working properly...

    I have copied the corresponding codes from the tutorial into each of the specifyed tags (<head> & <body>); and also arranged the .txt file under the same name ("tickercontent.txt") and directory as instructed.

    The only message that displays is "initializing ticker..." and stays like that without loading the txt contents.

    Although this tutorial is very easy to install and the fact that i have checked several times for directory placement, correct names and paths... can`t figure out what may be causing the failure...

    Here`s the URL to the page file and to the components "ajaxticker.js" , "tickercontent.txt" needed to function: http://www.fpfproductions.com/Centro...ra/indexB.html

    Any suggestions highly appreciated! Thnx so much!!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm try removing the below DIV markup on your page, as the script dynamically generates this on its own already:
    Code:
    <div id="newsfader1"></div>
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    erguebitox (11-04-2011)

  4. #3
    Join Date
    May 2011
    Posts
    14
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Ajax Ticker problem SOLVED!! Thnx a lot!

    Thank you people from DDAdmin...In deed, removing the DIV markup solved the issue since it was creating conflicts between the script which already has a DIV and the attached CSS style sheet that had a DIV too!!

    Thanx a lot one more time!!

    Regards

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
  •