Hi!
I would like to modify the widget width, but since it’s an iframe I don’t know where I can change it.
Thank you for helping me!
Lily
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/
]]>Hi,
I maybe overlooking this some where but its not immediately obvious, is there a specific shortcode that should be added to the page to display the carousel? Also you can apparently have multiple instances of the carousel on the page… if i go to plugins > ebay flash seller I seem to only be able to create 1, therefore how do you create multiple… or is this controlled via the shortcodes potentially?
Look forward to your reply,
Kind regards,
Ceri Thomas.
https://www.ads-software.com/extend/plugins/ebayflashseller/
]]>