• Resolved ditler

    (@ditler)


    With the new version of events-list, the widget does not show its title correctly. If a URL is set widget settings – no matter if the option for showing the link is checked – instead of a link with the widget title, I get something like this in the code
    <a title=&quot;Suchen Sie nach weiteren&quot; href= &quot;http://www.corps-arminia.de/wordpress?page_id=72&quot;>Veranstaltungen</a>
    resulting in a user experience like
    <A TITLE="SUCHEN SIE NACH WEITEREN" HREF= "HTTP://WWW.CORPS-ARMINIA.DE/WORDPRESS?PAGE_ID=72">VERANSTALTUNGEN</A>

    Twenty eleven theme and the pluggable extension are in use.

    Thanks for the plugin on this occasion!

    http://wordpress.org/extend/plugins/amr-ical-events-list/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author anmari

    (@anmari)

    Yes I just recently saw that too – must be a new problem – doesn’t like links as titles in widgets.

    Quick Fix till next update (soon)

    Comment out lines 58/59 in amr-upcoming-events-widget.php

    //	if (!empty ($moreurl))
    //		$title = '<a title="'.__('Look for more','amr-ical-events-list').'" href= "'.$moreurl.'">'.__($title,'amr-ical-events-list') .'</a>';
    Thread Starter ditler

    (@ditler)

    It is not exactly true, that this is a wordpress issue. If I am not mistaken, it was working well before the update 4.0.21 oder 4.0.22

    Plugin Author anmari

    (@anmari)

    Hmm, maybe..

    Do you mean that the ‘hyperlink’ on the widget title was there before and working ?

    or that the widget title was fine (no hyperlink) to stuff it up ?

    I’ll have to look back the versions to see (have added/played around with so many ideas for people), but either way it seems that wp doesn’t like the straight hyperlinked text being passed as widget title – it seems to present it as the htmlentities rather than straight html, so i thought it must have been a change in wp as I had not seen that before I did the last upgrade.

    Not sure how one would get around that ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: amr events lists and calendars (aka amr-ical-events-list)] Widget title not showing correct’ is closed to new replies.