• Hi! I have the FLIR WP plugin working–mostly–on my site, but have hit a snag. In a recently added header, I can’t get it to use FancyFonts to create the new text. In the script at the bottom of my page’s code it shows:

    jQuery(function($){
        $(document).ready(function(){
        $("div#branding").each( function() { FLIR.replace(this, new FLIRStyle({mode:'static',cFont:'windsong', mode:'fancyfonts'}));});
        $(" ul#nav").each( function() { FLIR.replace(this, new FLIRStyle({mode:'static',cFont:'westsac'}));});
        $(" .entry-title").each( function() { FLIR.replace(this, new FLIRStyle({mode:'wrap',cFont:'westsac'}));});
        $(" h1#notesbanner").each( function() { FLIR.replace(this, new FLIRStyle({mode:'static',cFont:'windsong'}));});
        });
    });

    Note how div#branding uses the Windsong font in FancyFonts mode, but h1#notesbanner does not (even though, obviously, it is checked in the plugin settings dialog).

    Any idea what I might be doing wrong or need to tweak to get this setting to “stick”?

    Cheers!

  • The topic ‘FancyFonts & WP-FLIR’ is closed to new replies.