Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author osdwebdev

    (@osdwebdev)

    viablethought,

    Default functionality by selecting the products category in the admin screen will render the sharing icons. I would guess that there is some interference with some Woocommerce customizations, or your theme, or you are wanting this to show up on some kind of archive page. This plugin only works on singular pages.

    Let us know how we can assist.

    Thread Starter Jason Ryan

    (@viablethought)

    Hmmm, I think with the way WooCommerce works I think every Product displays on an archive page, although I may be mistaken.

    Plugin Author osdwebdev

    (@osdwebdev)

    Is it possible to share a link with us that should be rendering the icons and is not?

    Thanks- OSD

    Thread Starter Jason Ryan

    (@viablethought)

    Nevermind, I found a workaround by just placing the shortcode in the meta.php file in the woocommerce template files. I’ll just have to remember to transfer it over during updates. ??

    Plugin Author osdwebdev

    (@osdwebdev)

    Awesome. OSD SMS’s short-code functionality comes in very handy. Good ratings appreciated ??

    Thread Starter Jason Ryan

    (@viablethought)

    Will do! However, I would like this just to work instead of manually editing woocommerce files. Is there a way I can send the URL privately?

    Thanks.

    Plugin Author osdwebdev

    (@osdwebdev)

    Absolutely. you may email us the URL at [email protected]

    Plugin Author osdwebdev

    (@osdwebdev)

    Also, since you mentioned an archive page, OSD SMS currently ignores placing icons on an archive page. Otherwise many instances of OSD SMS would show up.

    Thread Starter Jason Ryan

    (@viablethought)

    Ok, just sent you an email ??

    Plugin Author osdwebdev

    (@osdwebdev)

    I have received the email. The site looks good btw. Where exactly were you wanting OSD SMS icons to show up? I’m having trouble figuring out what exactly you’re trying to do.

    Thread Starter Jason Ryan

    (@viablethought)

    Thanks! Work in progress.

    If I place the shortcode in meta.php, I am putting them here on the single-product page.

    Screenshot

    Plugin Author osdwebdev

    (@osdwebdev)

    After looking through Woocommerce filters there happens to be one at your disposal that should solve your dilemma. Try adding this code to your theme functions file:

    function add_osd_sms_under_wc_categories() {
        echo apply_filters('the_content', "[osd_social_media_sharing]");
    }
    add_action('woocommerce_share', 'add_osd_sms_under_wc_categories');

    I would advise making a child theme of Impreza so that you do not lose your changes if the theme updates. I would advise that anyways for your custom CSS etc if you are not already developing that way.

    Let us know if that works – OSD

    Thread Starter Jason Ryan

    (@viablethought)

    Yes!! Thank you, you are a life saver! I do have a child theme (always do) and worked flawlessly! Going to leave rating now.

    Thanks again.

    Plugin Author osdwebdev

    (@osdwebdev)

    Thank you for the helpful description and screenshots. I hope that others looking for this solution stumble across this thread!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Icons not showing on WooCommerce Product Pages’ is closed to new replies.