Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1162843
    lapinwebdesign
    Participant

    I’m seeing the text “navigation” instead of the menu graphic. This only appears on Chrome on my iphone. I do not have access to an android, so i’m not sure if there is an issue there as well.

    BrightWays Coaching & Communications


    WordPress 4.6
    X THEME Version: 4.6.1
    Cornerstone Version 1.3.1

    #1162911
    Lely
    Moderator

    Hi There,

    I saw this error on your page:
    brightwaysconsulting.com/:713 Uncaught SyntaxError: Unexpected token <
    Please replace this code from your Cornerstone > Custom Javascript:
    <script;type='text/javascript'>if((navigator.userAgent.indexOf('iPad')!=-1)){document.location='http://brightwaysconsulting.com/about/'};</script>
    To this:
    if((navigator.userAgent.indexOf('iPad')!=-1)){document.location='http://brightwaysconsulting.com/about/'};
    No need to add script tag because it is already wrap in script tag.
    It is showing fine on Android. See attached screenshot.

  • <script> jQuery(function($){ $("#no-reply-1162843 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>