Viewing 1 replies (of 1 total)
  • Hi KarolinasBR,

    You need to change some lines on Plugins – Editor – Select plugin to edit: Pin It Button for Pinterest and then on pinterest-hover-pin-it-button/pin_it_button.php change Lines 67 – 78 to:

    // add the shape if not default
    if(isset($shape_op) && $shape_op != “rectangle”) {
    $return_string = “$return_string’ data-pin-shape=’$shape_op”;
    }
    // if shape is not round, add the color and language
    if(isset($shape_op) && $shape_op != “round”) {
    // add the color if not default
    if(isset($color_op) && $color_op != “gray”) {
    $return_string = “$return_string’ data-pin-color=’$color_op”;
    }
    // add the language if not default
    if(isset($lang_op) && $lang_op != “eng”) {
    $return_string = “$return_string’ data-pin-lang=’$lang_op”;
    }
    }

    And then Size and Color options work.

    I’ve read this on https://www.ads-software.com/support/topic/colour-and-size-options-not-working?replies=4 and works for me.

    Screen: https://i.imgur.com/peLWJAM.png

Viewing 1 replies (of 1 total)
  • The topic ‘Button won't change to red’ is closed to new replies.