6 Pop-Up Windows? What is This Error?

5 replies
  • WEB DESIGN
  • |
Some people are reporting that when they go to my website, they are getting 6 pop-up windows. There should be none and I don't get any on any browser I check it with.
Can someone take a look at my website and see if there is any truth to this?
the site is CrocSkechers - Best Gourmet Coffee | Coffee School | Barista Training
If anyone does find this, can you give me an idea what is causing this. I do not show any malware in my site at all.
Thanks
#error #popup #windows
  • Profile picture of the author CSSBoss
    I took a look real quick and was instantly hit with 6 facebook app pop ups being blocked by Chrome.

    "App Not Setup: The developers of this app have not set up this app properly for Facebook Login."

    This was the notification I got before I disabled pop up blocker, https://www.dropbox.com/s/pn74j8vz64...2012.03.49.png

    This is the URL of the pop up
    https://www.facebook.com/dialog/oaut...%2Cuser_groups

    you also have a massive list of errors happening on the page including having multiple instances of google maps api as well as other various syntax errors.
    https://www.dropbox.com/s/rh7w0n0m8p...2012.11.56.png

    I would focus on removing these errors 1 by 1 and see if that doesn't clear up the pop up issue. I see right in the <head> tag of the page there are back to back script tags calling the same script with the same attributes.

    I would also look into your facebook app as maybe something is misconfigured with that.

    Hope this helps get you started.
    {{ DiscussionBoard.errors[9114759].message }}
    • Profile picture of the author clausont
      This helps alot. I will get right to checking on these. I really appreciate your looking into it.
      Thanks!
      {{ DiscussionBoard.errors[9114776].message }}
      • Profile picture of the author clausont
        Ok - I disabled 2 plugins and the errors are not showing in Firebug now (Thanks for showing me the Firebug shot).
        The plugins were :
        MyGeoPosition.com Geotagging: Geotags / GeoMetatags / GeoFeedtags / GeoMicroformats / Maps
        and "Slick Social Sharing Plugin"

        So I suspect that they were conflicting with something else. I will just leave them disabled for now and see what happens.
        If anyone finds the errors are still there, please let me know (I don't really know how to use Firebug well.)

        Thanks
        {{ DiscussionBoard.errors[9114883].message }}
  • Profile picture of the author CSSBoss
    I got no pop ups now! My guess is that those plugins weren't written correctly to WordPress' standards by using wp_enque_script() and such. That's pretty common for conflicts like that. Jig saw puzzles like this can be complicated at times lol

    Firebug is great and pretty easy to use once you've got something to use it for. Just make sure to read what file names, file lines, any error codes and error messages and use them to search for fixes through google.

    nice job fixin everything up, glad I could help.
    {{ DiscussionBoard.errors[9115171].message }}
    • Profile picture of the author clausont
      I really appreciate the effort you showed in taking the screen shots to show me the problem. This kind of help is invaluable! I learned a lot in this short thread.
      Thank again!
      {{ DiscussionBoard.errors[9115186].message }}

Trending Topics