Javscript error in Pro – causing logo not to load

Home Forums Calendar Products Events Calendar PRO Javscript error in Pro – causing logo not to load

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #947271
    vacdc
    Participant

    http://content.screencast.com/users/sasab/folders/Jing/media/67ac5563-3513-43c2-b36f-de61fb8c6a40/2015-03-10_1638.png

    If we pay for the new version (client needs to renew) would this be resolved? Client does not want to renew if this won’t be fixed. A ton of time and resources has been dedicated to the new theme.

    The logo won’t load on Event Calendar pages only.

    #947344
    Brian
    Keymaster

    Hi,

    That error should be fixed by upgrading to the latest version. I cannot say for sure your logo will show if you do update as it could be other problems causing it.

    You maybe to try adding this coding to your theme’s function.php to fix the issue without updating:


    function awi_tribe_events_js_bug_workaround() { ?>
    <script>if ( ! window.debug ) { window.debug = function(){}; window.debug.info = function(){}; }</script>
    <?php
    }
    add_action( 'wp_head', 'awi_tribe_events_js_bug_workaround' );

    I also, see this error:

    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
    http://maps.gstatic.com/maps-api-v3/api/js/20/2/main.js
    Line 60

    Which could be causing problems as well.

    Let me know if you have any follow up questions.

    Thanks

    #959547
    Brian
    Keymaster

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Javscript error in Pro – causing logo not to load’ is closed to new replies.