Support » Plugin: Sticky Side Buttons » Text Does not pop-up

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Check your error console. I can see 3 errors, and one relates to font rendering (Google Fonts) so I think t hat may be the issue that is preventing the font showing on the buttons.

    Thread Starter chococoatedshoes

    (@chococoatedshoes)

    Thank you!
    would this mean the font is not supported for the button?

    -melvin

    Plugin Author Maeve Lander

    (@enigmaweb)

    The font will work perfectly fine on the button… you’ve just got to call it properly in your css 😉 I think you’re missing the ‘s’ on https:// and also there are some strange characters in there.

    Here’s what yours looks like:

    <link rel='stylesheet' id='tp-kaushan-css-css'  href='//fonts.googleapis.com/css?family=Kaushan+Script' type='text/css' media='all' />
    <link rel='stylesheet' id='tp-lato-css-css'  href='//fonts.googleapis.com/css?family=Lato%3A400%2C900%2C700%2C300' type='text/css' media='all' />

    Here’s what it should look like:

    <link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Lato" rel="stylesheet">

    Thread Starter chococoatedshoes

    (@chococoatedshoes)

    Thank you! 🙂
    seems I could not pinpoint where to code it.

    Sorry A little noob here 🙂
    will do my best! Your plug-in is AWESOME!

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks Melvin and good luck 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text Does not pop-up’ is closed to new replies.