Widgets with missing picture icon...

Latest Reply from nipinitta at 2012-08-07 14:51:25

I'd like to fix theme issue quickly can anyone help?

On every widget there's a missing picture icon on top right corner...

I need to remove it ASAP since my site is already live and soon to be marketed!

Best,
Daniel

Hi!
You have to change strings

'before_widget' => '<div class="widget2 %2$s"><div class="inner"><img src="'.get_template_directory_uri().'/images/%2$s.png" alt="" class="widget_logo" />',

to

'before_widget' => '<div class="widget2 %2$s"><div class="inner">',

in functions.php, to fix it.

Both of them? There are 2 lines with the same script...

My english is sometimes bad :D I'm from Greenland...

Ok, plural 'strings', it must be both of them :)

Yaay! Thanks mayn, work beautifully ;)

Leave a reply

Add codeAdd image