su_plan icons not showing
-
Since one of the latest updates the icons of the pricing plans are not displayed anymore.
I already figured out that there is a aria-label=”” on the element:
<div class="sue-plan-icon"> <i class="sui sui-tablet" style="font-size:48px;color:#004C82;" aria-label=""></i> </div>
Because it is empty by default, nothing is displayed. If i fill it via the inspector with a random value like ‘test’, the icon is displayed again.
I also found in the functions-html.php that the value for aria-label=”” is defined by $args[‘alt’]
return '<i class="sui sui-' . trim( str_replace( 'icon:', '', $args['icon'] ) ) . '" style="' . $args['style'] . '" aria-label="' . $args['alt'] . '"></i>';
but i don’t see where i can set this argument when creating a shortcode. It seems to be always empty regardless of my shortcode settings.
The page I need help with: [log in to see the link]
- The topic ‘su_plan icons not showing’ is closed to new replies.