• Resolved Jackson Monichan

    (@jackson23m)


    In the Wishlist Page
    under the Wishlist items

    The social share icons are not loading up – instead of FB and twitter icons it’s showing boxes
    My Yith Wishlist plugin is updated as well.

    Also, I am using Astra Theme and even that is updated to date.

    Please help to resolve.

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Same problem I am facing here with my site

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    @jackson23m In order to solve the issue, just add the following CSS rule to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .yith-wcwl-share ul li.share-button a i:before {
        font-family: FontAwesome;
    }
    

    This is the result that I got on your site

    @hunchopreneur If you’re running the same theme, you should be able to solve with the same solution suggested to jackson; otherwise, please, send us url to your site, and we will be glad to check

    Thread Starter Jackson Monichan

    (@jackson23m)

    Thanks a Lot!!!

    @yithemes here is my link One Market

    @yithemes Still no changes, it is still the same

    Plugin Author YITHEMES

    (@yithemes)

    @jackson23m 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 ??

    @hunchopreneur Your problem differs a lot from the one of jackson
    In your case the theme is completely hiding wishlist footer; in order to solve, please, try to add the following CSS rule to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    #main .yith_wcwl_wishlist_footer {
        display: block;
    }
    

    @yithemes Thank You Very Much x100. That saved me hours of doing research. Please is there a CSS to make it centered? I would like the share buttons to be at the center

    Plugin Author YITHEMES

    (@yithemes)

    @hunchopreneur Sure, here you go

    .yith_wcwl_wishlist_footer .yith-wcwl-share {
        text-align: center;
        float: none;
    }
    

    @yithemes I’m very grateful. Have a pleasant day.

    Plugin Author YITHEMES

    (@yithemes)

    @hunchopreneur You’re welocome!

    If you enjoy our plugin, please, don’t forget to leave us a good review
    This would really help us grow and keep up supporting the community and improving our products ??

    I’m marking this thread as resovled

    kpikus

    (@kpikus)

    Hello, I have similar problem ?? Your plugin is required while using my theme so I don’t think it is a theme related problem.

    When you see wishlist, there are no social share icons. What’s more, I can’t locate translations for strings in table headings and “there are no products in your wishlist” ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Social Share Icons Not Loading Up on Wishlist Page’ is closed to new replies.