5 replies
  • WEB DESIGN
  • |
...well site is breaking with aweber.

I've added an aweber sign up form to a website cx.cc and now it's breaking in ie8.

Has anyone encountered this before? It's driving me mad :confused:

Any help much appreciated.
#aweber #breaking #site
  • Profile picture of the author davidsbain
    It would help if you included the URL in order to see what is going wrong
    {{ DiscussionBoard.errors[2569970].message }}
  • Profile picture of the author Paul@CX.CC
    Hi David, just joined so can't add the full url. The site is registry.cx.cc
    {{ DiscussionBoard.errors[2570151].message }}
  • Profile picture of the author phpbbxpert
    There are 2 errors.
    One is in the scripts/all.js on your domain
    tips[curcontentindex].style.display="block"; //show current message

    The other is in the Aweber lightbox which can not be helped on your end other than not using it.

    It seems the first error is the one IE is having an issue with.
    tips[curcontentindex] comes up as undefined
    {{ DiscussionBoard.errors[2570309].message }}
    • Profile picture of the author Paul@CX.CC
      Awesome! Thanks so much for looking at it. I'll take a look in this javascript file and see if I can work it out.

      Is there any quick way of fixing this error that you know of? Apologies if I'm bugging you with questions.

      I presume this error means that the variable value has not been defined somewhere?

      Thanks again,
      Paul
      {{ DiscussionBoard.errors[2572182].message }}
      • Profile picture of the author Paul@CX.CC
        Update just in case anyone ever has the same problem.

        After much mucking about in the code I still couldn't find the exact issue. I think there may have been a conflicting variable, or even just a css class between my code and the aweber code.

        As a workaround I then used the raw html code for my form and popped it into a hovclick(.com) lightbox.

        Everything now works. Not ideal as the aweber lightbox looks a bit cleaner, but it works.

        {{ DiscussionBoard.errors[2581473].message }}

Trending Topics