intval($counter)) { $css_hidden_negative = ' style="display: none;"'; } } $counter_short = ""; $original_counter_short = ""; if ($position != "hidden" && $position != "_hidden") { $counter_short = essb_kilomega_format($counter, 'button'); $original_counter_short = $counter_short; } $animante_counter = essb_option_bool_value('animate_single_counter'); if (essb_is_mobile()) { $animante_counter = false; } if ($animante_counter && intval($counter) > 0 && $position != "hidden" && $position != "_hidden") { $counter_short = ' '; $position .= ' essb_animated'; } return '' .$counter_short. ''; }