• jrothra

    (@jrothra)


    This site is under development and it uses the free version of OceanWP and Ocean Extra.

    The Font Awesome icons are missing in the footer despite my best efforts to fix it.

    Here’s a screen shot (look under “Quick Links”).

    What I’m Using
    WordPress 5.2.4
    OceanWP (free) 1.7.2

    It’s not a plugin conflict because I’m using only one plugin for that screen shot: Ocean Extra.

    To fix this, I added the following to the Customize > Custom CSS/JS, but it made no difference:

    .fa { 
      font-family: FontAwesome;
    }

    How do I fix this?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jrothra

    (@jrothra)

    I noticed that adding the CSS I mentioned above in side the Customize > Custom CSS/JS resulted in other icons disappearing (e.g., in pagination). So, I removed it completely and added this temporary workaround in it’s place:

    /* PENDING: OceanWP adding Font Awesome 5 support, removes icons from Custom Links ('Quick Links') in footer */
    .oceanwp-custom-links li a:before {
    	content: none;
    }

    It’s not a solution, just a hack.

    axmann

    (@axmann)

    My issue is pretty similar. Since latest update the submenu icon (the standard one, chevron I guess) isn’t displayed anymore.

    Interim solution to get rid of the ugly placeholder:

    .sidr-class-dropdown-menu ul a::before {
    	display: none;
    }

    Hope there will be a fix soon.

    Removing placeholders like @axmann proposed works for me as well.

    The issue comes from an update of Ocean Extra. The plugin updates FontAwesome to 3 fonts (FontAwesome Brand / Regular / Solid).

    I reassigned the icons but in the mobile menu there’s now two icons without the fix from @axmann.

    convolution

    (@convolution)

    My FontAwesome used to substitute quiz answer ticks and boxes. Spent several hrs to locate the issue is on OceanWP 1.7.2. Current workaround is not to upgrade but keeping ver. 1.7.1.

    sk4z

    (@sk4z)

    Follow

    Thread Starter jrothra

    (@jrothra)

    @convolution Agreed. Stick with 1.7.1, but I’m not able to revert (or at least I can’t figure out how). I have a downgrade plugin “WP Rollback” installed, but there’s no option to rollback the theme. So, I’m stuck with 1.7.2.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icons Missing in OceanWP 1.7.2’ is closed to new replies.