The ReadMe file says;

For example, in garland's block.tpl.php, the relevant line for the title is:
<h2><?php print $block->subject ?></h2>
In this case, the jQuery selector will be 'h2'.

I'm using the Giordani theme (a subtheme of Marinelli http://drupal.org/project/marinelli)

The block.tpl.php is

<div class="defaultblock">
    <h2><?php print $block->subject; ?></h2><!--block title-->
   <div class="blockcontent"><?php print $block->content; ?></div>
</div>

I've tried using:

block:div.defaultblock
title: h2
block content: div.blockcontent

in the theme settings page (see pic), I also tried the same without the div. but it's not working.

What should I use instead?

Thanks

Comments

darvanen’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Version 6 no longer supported, please reopen if you find this issue with a currently supported version.