• Hi, since updating to 4.3.0 I can suddenly no longer use an icon font as the Home Link. The text seems to correct itself when I Save the Breadcrumb options.

    The following code:

    <a title="Go to %title%." href="%link%" class="%type%"><span class="visuallyhidden">%htitle%</span><span aria-hidden="true" data-icon=""></span></a>

    becomes:

    <a title="Go to %title%." href="%link%" class="%type%"><span class="visuallyhidden">%htitle%</span><span></span></a>

    when saved. It worked perfectly before so something must have changed with the update?

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    The cause is Breadcrumb NavXT as of 4.3 passes all options that accept HTML through wp_kses. The original list of acceptable attributes for the accepted tags were streamlined to a basic HTML5 set that I found at the time. It looks like both aria-hidden and data-* are valid HTML5 tags.

    Thanks for reporting this, I’ll add these in to the next release. This is being tracked by this issue on GitHub: https://github.com/mtekk/Breadcrumb-NavXT/issues/42

Viewing 1 replies (of 1 total)
  • The topic ‘Latest update stops usage of icon fonts in place of the Home link’ is closed to new replies.