Title wrongly rendered
-
Hello,
The title of the widget is not properly placed in the html markup so it doesn’t get redered correctly depending on themes.
It should be put immediately after the $before_widget.
In sfsi_widget.php, lines 20-29 should be this way:
echo $before_widget;
/* Display the widget title */
if ( $title ) echo $before_title . $title . $after_title;
?>
<div class=”sfsi_widget” data-position=”widget”>
<div id=’sfsi_wDiv’></div>
<?php
/* Link the main icons function */
echo sfsi_check_visiblity(0);
?>https://www.ads-software.com/plugins/ultimate-social-media-icons/
- The topic ‘Title wrongly rendered’ is closed to new replies.