[Plugin: WP-Filebase Download Manager] Change "simple" template style
-
Hi,
I would like to change the appearance of the simple template (single file).
I’ve tried changing this line inside “setup.php” (line 56) from:
'simple' => '<p><img src="%file_icon_url%" style="height:20px;vertical-align:middle;" /> <a href="%file_url%" title="Download %file_display_name%">%file_display_name%</a> (%file_size%)</p>'
to:
'simple' => '<p><img src="%file_icon_url%" style="height:20px;vertical-align:middle;margin-right:3px;float:left;" /> <a href="%file_url%" title="Download %file_display_name%">%file_display_name%</a> (%file_size%)</p>'
but it seems it’s not read from php when functions are rendering html (I’m continuing to see: …style=”height:20px;vertical-align:middle;”…only, without my margin and floating rules).
Where have I to modify code in order to obtain the changes I need in style?
Thank you!
- The topic ‘[Plugin: WP-Filebase Download Manager] Change "simple" template style’ is closed to new replies.