• The social media sharing icons are not showing correctly in the popup.

    I have found this is because an old Fontawesome format is used in templates/single-saved-cart.php and classes/class-wcssc-ajax.php

    For example <i class="fa fa-twitter"></i> is used. This should be <i class="fab fa-twitter"></i>

    If I am correct, can you please make this correction in the next release.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ankit Gade

    (@wpgurudev)

    Hi Jim,

    Plugin is using version 4.7 of fontawesome, so those icons should work for you.

    Could you please let me know the URL of the site, so that I can check the issue?

    Regards,
    Ankit G.

    Thread Starter Jim Daly

    (@glicit)

    Hi Ankit

    Thanks for getting back to me. You can test the issue at https://toolequip.ie/product-category/new/

    Note 1: This site uses Font Awesome PRO icons version 5.12.
    Note 2: JavaScript and CSS are both minified and combined on this site.

    • This reply was modified 4 years, 1 month ago by Jim Daly. Reason: Added note on CSS and JS
    Thread Starter Jim Daly

    (@glicit)

    Hi Ankit

    Thank you for fixing this in the new 1.0.6 release.

    However there is a typo on line 101 of classes/class-wcssc-ajax.php that is breaking the Save icon.

    <i class="fba fa-save"></i> should be <i class="fas fa-save"></i>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social media sharing icons’ is closed to new replies.