• Resolved vendistomas

    (@vendistomas)


    Hello, I have a problem with accents and with cufon on my webpages. I have regenerated font for cufon with accents, but still do not work for me. So I would like to delete cufon from template. If I delete cufon script line in header.php, slides on my web do not work. So i delete font file in template directory. Cufon is away, but debugger console get some errors on page.
    Anyones know how to delete cufon script from web? Thank you very much. T.

    my web is here: http://radiologieplzen.eu/wp

Viewing 1 replies (of 1 total)
  • Thread Starter vendistomas

    (@vendistomas)

    problem solved, I deleted
    wp_enqueue_script(‘cufon’, ‘/wp-content/themes/multichrome/js/cufon.js’);
    wp_enqueue_script(‘MankSans’, ‘/wp-content/themes/multichrome/js/MankSans-Medium_500.font.js’);
    wp_enqueue_script(‘Myriad’, ‘/wp-content/themes/multichrome/js/Myriad_Pro_700.font.js’);
    wp_enqueue_script(‘Effects’, ‘/wp-content/themes/multichrome/js/effects.js’);

    in header.php and cufon is deactivated.

    T.

Viewing 1 replies (of 1 total)
  • The topic ‘cufon script problem – how to deactivate cufon’ is closed to new replies.