Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vickyboo

    (@vickyboo)

    I figured it out. My template was missing the following 2 hooks:
    <?php wp_head(); ?>
    <?php wp_footer(); ?>

    The problem with Firefox was a stray piece of code on the timeline.

    Working perfectly now.

    Vicky

    Thread Starter vickyboo

    (@vickyboo)

    Interesting, I couldn’t test the composition on a different server but I checked an earlier test version (of the composition of it’s own) in Firefox and that has the same warning message. So the Firefox issue is not down to WordPress or the Plugin it seems it’s a problem when exporting from Edge. I will contact them. Surely other people are having the same issue.

    If you have any ideas about the separate code snippet not working I’d be grateful.
    Composition in situ – http://csense.boxallandwilson.co.uk/approach/information/
    Composition – http://www.boxallandwilson.co.uk/animation_test/ani1.html
    (appears on all pages and is at the bottom of the page above the footer where it says ‘financial services’)

    It would be great to get the following code working:
    <?php
    if(function_exists(‘edge_suite_view’)){
    echo edge_suite_view();
    }
    ?>

    Vicky

    Thread Starter vickyboo

    (@vickyboo)

    After reading several forums it was suggested it might be a problem with the .htaccess file. I have added the following line of code –

    AddType application/javascript .js

    However the problem is still there. I’ve noticed it’s only a problem in Firefox on the mac, pc version runs fine with no warning message. I have also contacted my hosting company who confirm it’s a problem in the javascript file.

    Any help would be most appreciated.

    Thanks,

    Vicky

Viewing 3 replies - 1 through 3 (of 3 total)