Empty squares instead of icons in v.4

Home Forums Legacy Support 4.0 Bugs & Issues Empty squares instead of icons in v.4

Viewing 15 posts - 1 through 15 (of 40 total)
  • Author
    Posts
  • #328199
    shynkaryk
    Participant
    On my site, as well as on the sites of many other members, empty squares are displayed instead of icons: Editing post: https://prnt.sc/vw7tde H5P in course (PWA): https://prnt.sc/vw7utm And many other places. This issue appears on Mr.Vibe's computer: https://prnt.sc/vw7vuw (his video: https://drive.google.com/file/d/1I65wYWmcba_6bD0Ba1qkGuRnjHPLriL2/view) The problem is visible in Google Chrome. This does not help: https://prnt.sc/vw7sln
    #328200
    shynkaryk
    Participant
    This reply has been marked as private.
    #328609
    Diana
    Participant
    This reply has been marked as private.
    #328896
    shynkaryk
    Participant
    This reply has been marked as private.
    #329108
    Diana
    Participant
    This reply has been marked as private.
    #330016
    shynkaryk
    Participant
    This reply has been marked as private.
    #330027
    shynkaryk
    Participant
    This reply has been marked as private.
    #330377
    Diana
    Participant
    This is something related to plugins conflict Can you please give me permission to check after deactivating third-party plugins on your site?
    #330440
    shynkaryk
    Participant
    Yes, check please.
    #330452
    MrVibe
    Keymaster
    The issue in your site is that you have Legacy mode enabled and it is overwriting the version4 css : https://prnt.sc/w7auv2 which is why we did not see this report from other users. We recommend using version 4 offloading fontawesome from WP admin - WPLMS - Misc - Offload fontawesome. If you have dependency on legacy fonts, then the version 3 CSS used fontawesome 4.7 which you will need to add to pre-cache resources in service worker settings
    #330453
    MrVibe
    Keymaster
    Optioanlly add following CSS in customizer - Custom CSS
    .bp_blank_stars:before {
        content: "☆☆☆☆☆" !important;
    }
    .bp_filled_stars:before {
        content: "★★★★★" !important;
    }
    #330828
    shynkaryk
    Participant
    Mr. Vibe, thanks for the advice, but it didn't help. I returned to the old Bootstrap on the advice of Alex, because I have a problem with the size of the video on mobile screens: https://wplms.io/support/forums/topic/video-is-not-adaptive-on-mobiles-in-posts/ It's been very tiring for months - some of your settings conflict with others, the advice of some of the support team contradicts the advice of others... Now I have such settings: https://drive.google.com/file/d/1IvOuQZBZad6KYO9SCv7uj6q8uE8D2IT9/view?usp=sharing But I still have empty squares instead of symbols: https://drive.google.com/file/d/18NEadQU8d6BDpC7y489RdDpSk-NrUbXB/view?usp=sharing I cleaned the browser cache - it didn't help. It's been 10 weeks since I first reported this issue (https://wplms.io/support/forums/topic/elementor-and-icons-issues-after-update/). Can it finally be solved somehow?
    #331056
    MrVibe
    Keymaster
    Adding fix in your site. We also have the fix for h5p adding that to your site as well. window.dispatchEvent(new Event('resize'));
    #331058
    MrVibe
    Keymaster
    I don't know if you tried my fix, it worked straight away : https://prnt.sc/w95v1t
    #331070
    MrVibe
    Keymaster
    h5p fix is available now becuase you have service worker enabled, you will need to regenerate service worker. For testing just clear out the cache in your browser for the /app and / page . we are releasing plugin update.
Viewing 15 posts - 1 through 15 (of 40 total)
  • The topic ‘Empty squares instead of icons in v.4’ is closed to new replies.