• I saw a few posts about this issue but none of the CSS fixes or cache clearing have fixed this issue.

    I just reinstalled my site and the issue is still there. The social icons are either square boxes or they’re just missing.

    I am using another site with OceanWP and the social icons load just fine.

    Is there something broken in the Store theme?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter toasticuss

    (@toasticuss)

    Things I’ve tried:

    Disabling all OceanWP plugins
    Trying CSS fixes posted here
    Changing themes
    Reinstalling

    Notable things:
    In the chrome dev tools, if inspect the social icons and disable the CSS font selector applied, the icons show up:

    image example: https://imgur.com/a/kPIjQVH

    Thread Starter toasticuss

    (@toasticuss)

    Disabling the Elementor plugin brings back the social icons, but removing it and reinstalling it breaks the icons again 🙁

    Thread Starter toasticuss

    (@toasticuss)

    Well I made a CSS hack to fix this after looking at my other OceanWP site, either Elementor is buggy and not properly disabling its fonts when it says it should or the Store theme has a bug.

    My css bandaid fix:

    .fa {
        font-family: "FontAwesome" !important;
    }

    Insert this under Customize > Custom CSS/JS near the bottom

    • This reply was modified 5 years, 4 months ago by toasticuss.

    Hello,

    We need to update the FontAwesome version in the theme to fix the issue. With the next update, this issue will be fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social icons missing in the free Store theme’ is closed to new replies.