Support Forum Forums WordPress Themes Wise Church Church Error top and Footer F107 and F017 and F090 top LOGIN

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #526
    You must have valid license to access this content.
    #531
    Probewise
    Keymaster

    Please refer to this topic: https://www.probewise.com/support/topic/icons-disappearing-with-unusual-alphanumeric-characters-replacing-it/

    It is WordPress security to remove backslash “” if you save or modify the theme stylesheet file in the WordPress editor making the font icons to be unusable. To fix this, you should re-install the theme, and if you need to modify the theme, use a child theme, and modify it offline or in your web server editor instead of WordPress editor.

    #1229
    APLio
    Participant

    To anyone else who finds this answer unpractical as I’m sure many people have done a ton of work and then are told this when asked…

    Edit the CSS and use this instead:

    transform:scale(1.0, .4);
    font-weight: bold;
    content: “V”;

    This gives you pretty much the same outcome and works on every browser, and you don’t need to worry about it. For the other arrow icons, you can similar with v < > ^ and transform the scale when needed.

    #1233
    Probewise
    Keymaster

    It might work on the navigation itself only, but the other font icon is still with that issue “f0” will still display.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Back to top