PLug-in not working

Home Forums Use Any Fonts PLug-in not working

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #598
    Meghan
    Guest

    I followed the instructions on assigning a font, but it is not working.  My key is verified and the test is showng success. Not sure why the updated fonts are not showing up.
    Thanks.

    #602
    Dinesh
    Keymaster

    Can you send us your site url ?

    Or fill up this form for quick response.

    Rectify My Problem

    #603
    Meghan
    Guest
    #604
    Dinesh
    Keymaster

    The plugin is working fine but there are 2 things that are blocking the font to work.

    1. Use of Cufon

    2. The elements which you have assign the font already have font-family assign with marked as important.

    Please refer to this page for more information.
    https://dineshkarki.com.np/use-any-font/use-any-font-known-issues

     

    #606
    meghan
    Guest

    The fonts were working last night, but have gone back to the installed fonts.

    How do I remove the Cufon and mark the font-family as “not important”? 🙂

    Thanks for the quick response!

    #607
    Jess H.
    Guest

    I’m having the same issue, and it seems to be after updating the plug in to comply with the newest version of WordPress. My fonts went from custom to normal.

    #609
    Dinesh
    Keymaster

    @meghan : You  have use cufon js in your header.php. You can remove those.

    For for family,
    These are the line that are effecting

    #610
    Dinesh
    Keymaster

    Jess H : Can you post you site url ? No idea what your problem is.

    #627
    Meghan
    Guest

    The font has been working when I view my website on my computer, but when view it on other computers the font is the default.  Any idea why thi is the case?

    #628
    Dinesh
    Keymaster

    Can you send us the url ?

    #629
    Dinesh
    Keymaster

    Was waiting for your site url. I am leaving for bed. If you could send the url, i will check it next day.

    #631
    Meghan
    Guest
    #632
    Dinesh
    Keymaster

    You still have other font family marked as important
    h1, h2, h3, h4, h5, h6, h7 {
    font-family: “header-font” !important;
    }

    Our plugin is trying to use css like this below. But already marked as important above it is being useless.
    body, h1, h2, h3, h4, h5, h6, p, blockquote, li {
    font-family: ‘Coamei’ !important;
    }

    Please remove the above css. It will be fine.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘PLug-in not working’ is closed to new replies.