The following line blocks theming:

$html_bookdata = '

' . $html_coverimage . $html_text . '

';

Could you please remove the forced element styles to permit CSS on id openlibrary.

BTW thanks for this very useful module.

Comments

webel’s picture

Oops: code chopped: should have previewed: should read:

$html_bookdata = '<div id="openlibrary" style="width:500px;height:275px;">' . $html_coverimage . $html_text . '</div>';
rubinsztajn’s picture

This will definitely be fixed in the next release. I'm hoping I can get something out in the next few weeks.