• Resolved 2uh

    (@2uh)


    Hello,

    My site http://thetwobyres.co.uk is using Twentyeleven child theme and has WPPA 5.5.1 activated, and I have a suspicion something is wrong with this plugin?

    The site looks perfect in FF, Safari and IE11, but not in IE pre-11: menu almost invisble, page style wrong, disabled search field appears off to teh side.

    IE console shows:
    “SCRIPT1028: Expected identifier, string or number
    wppa.min.js,qver=5-5-1-002.pagespeed.jm.SKwI4U7Ylp.js, line 373 character 263
    Invalid App Id: Must be a number or numeric string representing the application id.
    FB.getLoginStatus() called before calling FB.init(). “

    FF console shows:
    “”wppa.js version 5.5.1 loaded.” wppa.min.js,qver=5-5-1-002.pagespeed.jm.SKwI4U7Ylp.js:355:97
    “Invalid App Id: Must be a number or numeric string representing the application id.” all.js:61:201
    “FB.getLoginStatus() called before calling FB.init().”

    I would be grateful for any help. I am not a developer, so I will need some explanation of what I have to do.

    Thank you in advance.

    https://wordpress.org/plugins/wp-photo-album-plus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter 2uh

    (@2uh)

    I should add that I have tried enabling SCRIPT_DEBUG as suggested in http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors without any luck. I have also allowed WPPA+ Debugging (Table IX-A3).

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You have a serious problem in your site.
    There is a script tag, even before the DOCTYPE >and<html>` tags.
    Fix that first!

    See the beginning of you hame pages source:

    <script src="http://static.dudamobile.com/DM_redirect.js" type="text/javascript"></script>
    <script type="text/javascript">DM_redirect("http://m.thetwobyres.co.uk");</script>
    <!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" lang="en-US">
    <![endif]-->
    <!--[if IE 7]>
    <html id="ie7" lang="en-US">
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" lang="en-US">
    <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    <html lang="en-US">
    <!--<![endif]-->
    <head><script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setSiteSpeedSampleRate',100]);</script>
    .
    .
    . etc
    Thread Starter 2uh

    (@2uh)

    Thank you for replying so fast!
    Unfortunately I have no idea how to fix this, it must have been there since I installed Dudamobile …. however, my site has only been bad since the last WP upgrade.
    I would be grateful if you could tell me which file to edit and how to do it?
    Thanks.

    Thread Starter 2uh

    (@2uh)

    To my no-expert eyes It looks like it could have something to do with my Dudamobile plugin instead. I will ask them first then.
    If not, I will take the liberty to come back to the issue here.
    Thanks.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You are welcome. I close this ticket, you can re-open it or start a new if you need to.

    BTW:

    "Invalid App Id: Must be a number or numeric string representing the application id." all.js:61:201
    "FB.getLoginStatus() called before calling FB.init()."

    is not an error but a non fatal observation.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site display broken, menu invisible – SCRIPT1028 wppa.min.js’ is closed to new replies.