Conversation
supportAs was mentioned here , the widget title is not formatted as in other widgets: <section id="search-3" class="widget widget_search"> <h2 class="widget-title">Search</h2> ... other code In this plugin鈥檚 widget: <section id="aio_facebook_like_widget-2" class="widget aio_facebook_like_widget"> Give us a "Like" on Facebook! ... other code
Hi Iurie, thank you for reporting this, this much clearer to me than the other report. I will investigate this, but I can only do this in the evening. I will report here if I make some progress, thanks! Kind regards, Jeroen Peters
I suppose, will be enough to change the line 89 to this: echo '<h2 class="widget-title">' . $this->widget_title . '</h2>';
Hey @iuriem , thanks, I think so too, but the problem is that I am not at home right now so I cannot edit/commit/push this code 馃槈 I will tonight, thanks for helping!
Hey @iuriem and also @recons , thanks for pointing this out. Version 1.3.3 was just pushed, containing this fix 馃檪 Kind regards, Jeroen Peters
Hi Iurie, thank you for reporting this, this much clearer to me than the other report. I will investigate this, but I can only do this in the evening. I will report here if I make some progress, thanks! Kind regards, Jeroen Peters
I suppose, will be enough to change the line 89 to this: echo '<h2 class="widget-title">' . $this->widget_title . '</h2>';
Hey @iuriem , thanks, I think so too, but the problem is that I am not at home right now so I cannot edit/commit/push this code 馃槈 I will tonight, thanks for helping!
Hey @iuriem and also @recons , thanks for pointing this out. Version 1.3.3 was just pushed, containing this fix 馃檪 Kind regards, Jeroen Peters