• Resolved dgiraudaudine

    (@dgiraudaudine)


    I had to de-activate the plugin because its css made the follow and social icon from flatsome theme to disappear except at hover. Not only on the product page but in the footer, in blog article, everywhere I put a social or follow icon, it can’t be seen unless I deactivate your plugin. Can you tell me how to correct the problem. You might need me to re-activate plugin so you can check, if so please tell me

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

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

    (@dgiraudaudine)

    I reactivate the plugin. I really need help. I like your plugin but I need it to stop hiding my social / follow icon everywhere in the website. Please help.

    Hi @dgiraudaudine,

    I was able to check the configuration of your site, the problem was related to one of our plugin dependencies. In order to be able to see the social sharing icon, I’d like you to include the following code in your child theme.

    Once this is done, your users will be able to easily share their content on social networks.
    The css to apply:

    .tooltip {
        position: unset !important;
        z-index: unset !important;
        display: unset !important;
        font-size: unset !important;
        line-height: unset !important;
        opacity: unset !important;
        filter: unset !important;
        visibility: unset !important;
    }
    

    If you don’t know how to include custom css, here’s a tutorial explaining how to do it: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Best regards

    Thread Starter dgiraudaudine

    (@dgiraudaudine)

    Thanks a lot Emmanuel. Worked like a charm. You’re the best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css affect display of social and follow icon with flatsome theme’ is closed to new replies.