Well bummer. Sorry to hear that. I had tested this combination just before the 3.5 release on one of the release candidates, but it looks like I missed something. I’ll try to figure out what’s going on and push out an update soon if I figure out what’s going on.
It also sounds like that plugin is conflicting with something in your site. I’m not seeing that error. If you want to resolve that issue, you’d probably need to open a thread on that plugin’s forum. I’ve emailed the plugin dev in the past, so I’ll try to bump him too.
In the mean time, if the icon you want is at the beginning or end of the text and is purely decorative, you could do a straight CSS implementation with something like this (the values are off but that should get you started):
.fpw-excerpt:before {
width: 1em;
height: 1em;
display: inline-block;
content: ' ';
background: url(path/to/an/imagefile.gif) left center no-repeat;
}
Alternately, if you know how, you could filter the excerpt yourself to replace some string with an icon. There are three filters in the plugin, one of which is fpw_excerpt
.