• ResolvedModerator Ipstenu (Mika Epstein)

    (@ipstenu)


    ?????? Advisor and Activist

    At the bottom of all my pages where I use Foobox, I have this: <span class="foobox_font_preload">f</span>

    How can I make it go away?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi @ipstenu

    This is used to preload the font used in the lightbox. The span should be hidden by the foobox CSS, but we have found that sometimes there is a css conflict and it is not hidden.

    TBH this has caused more support issues than good, so we are removing it completely from the plugin in the next release.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Cool, thanks! I added a display: none to my personal CSS

    Plugin Author bradvin

    (@bradvin)

    At the moment, there is no way to remove this without adding some code to your theme function.php:

    
    add_filter('foobox_generate_javascript_preload_font', '__return_false');
    

    Hi @bradvin
    Seems like the “display: none;” is only absent from the noie7 css file.
    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font Preload is showing an ‘f’ at the bottom of my pages’ is closed to new replies.