Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter CarolLeung

    (@carolleung)

    FIY, I did a code inspection on the icons and they are Font Awesome icons that no longer appear when language switched using WPGlobus

    
    <input class="btn-search btn btn-primary" value="?" type="submit">
    
    .sjb-page .sjb-filters .btn-search {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-family: "FontAwesome";
        font-size: 20px;
        height: 40px;
        margin-bottom: 35px;
        padding: 0;
        width: 100%;
    }
    
    <i class="fa fa-briefcase"></i>
    <i class="fa fa-map-marker"></i>
    <i class="fa fa-calendar-check-o"></i>
    
    Thread Starter CarolLeung

    (@carolleung)

    This is a career site, so it would be best if you help resolve as soon as possible.

    I notice you are selectively providing support, this shouldn’t be an major problem to fix for you, since I already let you know that WPGlobus language switch breaks fontawesome icons which is css and font based.

    Plugin Contributor Alex Gor

    (@alexgff)

    If you’ll open browser console on page
    https://www.crossroadsguide.org/jobs
    then you’ll see
    “Access to font at ‘https://www.crossroadsguide.org/wp-content/themes/business-ezone/fonts/fontawesome-webfont.woff2?v=4.7.0&#8217; from origin ‘https://www.crossroadsguide.org&#8217; has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.”
    I advice to you to find out about this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wpglobus language switch causes icons to break’ is closed to new replies.