• Resolved Tunn

    (@iuriem)


    As 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’s widget:

    <section id="aio_facebook_like_widget-2" class="widget aio_facebook_like_widget">
       Give us a "Like" on Facebook!
       ... other code
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    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

    Thread Starter Tunn

    (@iuriem)

    I suppose, will be enough to change the line 89 to this:

    echo '<h2 class="widget-title">' . $this->widget_title . '</h2>';

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    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!

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hey @iuriem and also @recons,

    thanks for pointing this out. Version 1.3.3 was just pushed, containing this fix ??

    Kind regards,

    Jeroen Peters

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The widget title issue’ is closed to new replies.