• Hi
    Just a short hint: I use the Theme “Spread the word” and have the NextGEN Widget in the Sidebar. The “problem” is, that it will not use the right tags for the title. It says:

    <div class="hslice" id="ngg-webslice" >
    <h2 class="widgettitle entry-title">Gallery-Name</h2>

    This code results in a regular black writing instead of looking like all the other widget-titles that have a special background, etc.

    So I just changed the code to:

    <h3>Gallery</h3>

    Now everything looks fine. Is that only a “spread the word”-problem? Then it would be nice to find this change in the next update, since I’m not really keen on making the changes in every new version.

    I just changed the lines 394-397 in the widgets.php to:

    $before_title = '<h3>';
    $after_title   = '</h3>';

    Cheers,
    Jan

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: NextGEN Gallery] Widget title’ is closed to new replies.