• Hello,

    I’ve tried ‘social media ring’ with jigoshop, but I don’t find any way to get the buttons on the products pages. Even when all boxes checked whithin the settings page, the SMR doesn’t work on the product pages. Neither it does when I insert [socialring] into the products pages description window.

    Is there something that I’m doing wrong?
    Or do I have to put the php code somewhere in a jigoshop php file?

    Thank you very much!

    https://www.ads-software.com/extend/plugins/wordpress-social-ring/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor niccolo_tapparo

    (@niccolo_tapparo)

    I’ve never used jigoshop. Do you know how products are managed by jigoshop? custom post type?

    If you want below each product for jigoshop plugin then do modification in plugin library.php file and then make change in below code
    function print_check() {
    if(is_single() && get_post_type() == “post”) {
    return $this->options[‘social_on_posts’];
    }
    }

    in place of get_post_type() == “post” to get_post_type() == “product”

    then it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Social Ring (Facebook Like, Google 1, ReTweet, LinkedIn and Pin It)] Jigoshop –’ is closed to new replies.