Trust Badges type=”VSL” are not updating
-
Hello,
At the beginning I wanted to say that the plugin is great!
I found one bug with one of the shortcodes. The “VSL” banner does not update the number of reviews. Tried clearing my cache.I noticed that going into “Trust Badges” in the plugin settings everything is fine. In the code, I noticed that the source of the png image has an additional parameter “.png?t=1606249027″
I added this parameter in the plugin editor, in class-ivole-trust-badge.php and now the banner updates correctly:
$return .= '<img id="ivole_trustbadgefi_' . $this->shortcode_atts['type'] . '" class="' . $class_img . '" src="' . 'https://www.cusrev.com/badges/' . Ivole_Email::get_blogurl() . '-' . $this->shortcode_atts['type'] . $l_suffix . '.png?t=1606249027' . $color . '" alt="' . __( 'Trust Badge', IVOLE_TEXT_DOMAIN ) . '">'; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Trust Badges type=”VSL” are not updating’ is closed to new replies.