• Resolved janine0187

    (@janine0187)


    Can someone explain to me what the Cloud Icon is about on every single page of the website?

    I just cant seem to find anything online about it. Is it a plugin or widget?
    I have been cleaning up things as the website is outdated. It was not there yesterday.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • From what I can see on your site, this seems to be from some “WP Cloudy” plugin, which seems to have been discontinued.

    If you can’t find this plugin listed in your dashboard, then it was likely integrated into your theme as a feature. That’s because I can see the same cloud icon on the theme’s demo page, and the theme’s CSS has specific styling for this “WP Cloudy” under a section titled “3rd-Party Plugins”.

    One thing for sure: this is not something from WordPress itself.

    Thread Starter janine0187

    (@janine0187)

    I didnt mean the green icon on the left which shows the weather as that is supposed to be there.

    I am talking about the teeny tiny cloud on the actual body of the page.

    https://naasltc.net/info__trashed/committee/ This is another example under “Men’s Captain: Brian Sheridan”, its appearing basically on all pages.

    That little white cloud icons are definitely coming from your theme and the companion (required) “ThemeREX Utilities” plugin. From the code on your site, it seems to be related to some “social cloud” or “sc social” or “sc social share” feature of the theme and/or plugin…

    But I can’t say for sure what the icon is meant for… because this is a commercial product, and I don’t have access to it. You may want to check the theme’s social sharing features, or reach out to your theme’s author for assistance.

    If you have no other option and absolutely must use brute force to get rid of this sitewide, the following custom CSS code will do the trick:

    .sc_socials {
    display: none !important;
    }

    Good luck!

    Thread Starter janine0187

    (@janine0187)

    ah right. thanks a million.

    • This reply was modified 3 years, 9 months ago by janine0187.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cloud Icon appearing on each page’ is closed to new replies.