• Resolved stevek28

    (@stevek28)


    Hello,

    I still have the problem with the following missing Icons after updating to WP 5.3 and OceanWP 1.7.3 and Ocean Extra 1.5.19 (Disabled Elementor Font Awesome 4 support):

    Woocommerce Checkboxes and Woocommerce Alert/ Info Boxes and Woocommerce Dropdown Icons..

    For the checkboxes the proposed temporary fix:
    input[type=checkbox]:checked:before {
    font-weight: 600;
    }
    unfortunately doesn’t work for me..

    As I have to go live with this shop asap, could you please tell me how to fix this temporarily or when the theme update will come that fixes these issues?

    Thank you!

    Best regards,

    Stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Can you please share the page URL where you have the issue so that I can check it?

    Thread Starter stevek28

    (@stevek28)

    Hello Amit (@apprimit)

    due to company restrictions I am not allowed to share the URL here.. is it possible to send you a private message somehow?

    Thank you!

    Best regards,

    Stefan

    Thread Starter stevek28

    (@stevek28)

    FIXED

    Hello Amit (@apprimit),

    If anyone else has the problem with the missing woocommerce Icons in several places:
    WP 5.3
    OWP Theme 1.7.3
    Ocean Extra 1.5.19
    Disabled Elementor Font Awesome 4 support

    I was able to fix the problem by doing the following:

    1. Deactivate / Uninstall Ocean Extra
    2. Reinstall / Activate Ocean Extra again
    3. Theme Panel -> Script & Styles -> uncheck all scripts -> SAVE -> then activate all scripts and SAVE again

    The only woocommerce related missing icons left after this process were the checkboxes.

    Then I added the proposed temporary fix directly to childtheme’s css instead of the customizer:

    input[type=checkbox]:checked:before {font-weight: 600;}

    Now everything seems to be working fine:-)

    Thank you!

    Best regards,

    Stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Icons missing after Update’ is closed to new replies.