• Resolved Opally

    (@opally)


    The recent posts with excerpts widget plugin is importing cufon formatting for the post title, which upsets the layout for the list item. Is there a convenient way to strip this extra formatting from the post title in the widget?

    Also, there is no class being applied in the widget UL or LI items; shouldn’t there be a class there?

Viewing 1 replies (of 1 total)
  • Thread Starter Opally

    (@opally)

    Update:
    To fix this, I added
    h2 class="recentposts" in recent-with-excerpts-widget.php
    and in custom.js
    Cufon.replace('h2:not(.recentposts)');

    It does look as if you were intending to add in classes to the UL and LI elements, but it seems the classes are not coming through in version 2.3.1 of Recent Posts with Excerpts.

    Suggestion: to add a class to the H2 to deal with untoward JS font formatting.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Recent Posts with Excerpts] cufon formatting should be stripped’ is closed to new replies.