Correcting widget display
-
To fix the widget so it displays correctly, add the following lines in widget.php:
In function widget_ebay_flash_seller($args)
——————————————————
/** Original code: $content = '<div id="ebay_flash_seller">'; **/
$content = $args['before_widget'].'<div id="ebay_flash_seller">';
——————————————————-Then change:
—————————————————
/** Original code: $content .= '</div>' **/
$content .= '</div>'.$args['after_widget'];
https://www.ads-software.com/extend/plugins/ebayflashseller/
- The topic ‘Correcting widget display’ is closed to new replies.