Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there Dennis

    I think you’re facing two distinct problems here:

    1. Facebook icon is broken, which fortunately can easly be solved by adding the following CSS rule to Additional CSS of theme customizer (WP Dashboard -> Apperance -> Customize)

    .yith-wcwl-share li a.facebook i::before {
        font-family: "Font Awesome 5 Brands";
    }
    

    2. Your theme overrides share.php tempalte with an outdates version, that doesn’t contain latest addition (WhatsApp and Share url)

    My suggestion is to locate this template in your theme or child folder (it may be in root folder, or under /woocommerce subpath) and rename it to share.php.bak, to see if this solves the issue

    Thread Starter appleisle

    (@appleisle)

    Hi Yithemes, thanks for your prompt reply, will check it out and let you know.

    I’m using OceanWP – free theme. I would have thought it up to date, will check ????

    Cheers Dennis

    Plugin Author YITHEMES

    (@yithemes)

    Hi again Dennis

    Indeed, ocean wp seems to bundle slightly outdated wishlist templates

    Unfortunately our plugin doesn’t have a template check feature, such as the one included with WooCommerce, so it is difficult for the developers to know when a template is outdated
    Anyway, maybe you could ask their support to review latest version of wishlist plugin and maybe update bundled templates?

    Thread Starter appleisle

    (@appleisle)

    Thanks, the CSS change worked.

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome!

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Style & Colour Customise – Share Icons error’ is closed to new replies.