Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default animation appears on one site but not the other

    Here are two links, one the animation appears, the other does not.Nothing been changed, same files being uploaded. Why?

    First link

    Second link


    Also tried to remove the animation by going to page setup and unchecking show page shadow, but still the shadow appears on the web pages.
    Last edited by behzad; 19 October 2017 at 04:15 AM.

  2. #2
    Join Date
    Mar 2009
    Posts
    4,501

    Default Re: animation appears on one site but not the other

    Because the objects are on the MouseOver layer?

  3. #3
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: animation appears on one site but not the other

    I am quite sure it is a security problem.
    You include a page from the domain www.freedom-fitness.com into a frame on the domain minirinx.com. The included site is created in Xara and accesses a vaiable named top, and as this is located on a different domain the browser denies access to it. This causes the following code of the script not to be executed and the rest of Xaras initialisation code to be skipped.
    You could try to add some code to the Xara created site (for example
    Code:
    <script>var top=window;</script>
    ) or you can try to change the domain of the site that includes the Xara created site (
    Code:
    <script>window.domain="www.freedom-fitness.com";</script>
    ) but I can't test this right now. Maybe in the evening I will be able to check some things...

  4. #4
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default Re: animation appears on one site but not the other

    Thank you to both of you. Siren I think your right. I called godaddy and the guy had no clue. Wow, I did mention that 404 page defaults to freedom-fitness. Will give them a shout. Will update if I find a solution.

  5. #5
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default Re: animation appears on one site but not the other

    It was domain issue, godaddy had no clue until I mentioned that the two domains like you suggested were interfering. Thank you again.

 

 

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
  •