Thanks kobra for your help. I finally figured out and resolved that problem.![]()
Moving on, another problem ....
there is an icon "sidebox_icon_catalog.gif" on the top left corner of every sidebox header.
How can I remove this icon.![]()
Thanks kobra for your help. I finally figured out and resolved that problem.![]()
Moving on, another problem ....
there is an icon "sidebox_icon_catalog.gif" on the top left corner of every sidebox header.
How can I remove this icon.![]()
http://cablemaster.com.sg/ecable
Cable Master ECABLE .... Your Online Cable Store
View the world from a bird's eye or view it from under a shell, which one do you choose.
Use the Developers tool kit to find files with that image name
Zen-Venom Get Bitten
I located the file sidebox_icon_catalog.gif in 3 files,
1. includes/template/trublu/common/tpl_box_default_left.php
2. includes/template/trublu/common/tpl_box_default_right.php
3. includes/template/trublu/common/tpl_box_default_single.php
The one for the in the tpl_box_left.php contains the following:
// choose box images based on box position if ($title_link) { $title = '<a href="' . zen_href_link($title_link) . '">' . $title . BOX_HEADING_LINKS . '</a>'; }//?><!--// bof: <?php echo $box_id; ?> //--><table width="<?php echo $column_width; ?>" border="0" cellspacing="0" cellpadding="0" class="leftbox" id="<?php echo str_replace('_', '-', $box_id) . '-table'; ?>"> <tr class="leftboxheading" id="<?php echo str_replace('_', '-', $box_id) . '-heading-tr'; ?>"> <!-- Sidebox Header --> <td colspan="1" width="20%" class="leftboxheading"><img src="<?php echo $template->get_template_dir('/sidebox_icon_catalog.gif',DIR_WS_TEMPLATE, $current_page_base,'images'). '/sidebox_icon_catalog.gif'?>" alt="" /></td><td colspan="3" width="80%" class="leftboxheading" id="<?php echo str_replace('_', '-', $box_id) . '-heading-td'; ?>"><?php echo $title; ?></td> </tr> <tr> <!-- Sidebox Contents --> <td colspan="4" class="leftboxcontent" id="<?php echo str_replace('_', '-', $box_id . '-content'); ?>"><?php echo $content; ?> </td> </tr> <tr> <!-- Sidebox Footer --> <td colspan="4" height="5px" class="leftboxfooter" id="<?php echo str_replace('_', '-', $box_id) . '-footer'; ?>"> </td> </tr></table><!--// eof: <?php echo $box_id; ?> //-->
What must I do to remove the icon ? Thanks.
http://cablemaster.com.sg/ecable
Cable Master ECABLE .... Your Online Cable Store
View the world from a bird's eye or view it from under a shell, which one do you choose.
Try renaming this file(the default will be used) by changing the extention as in tpl_box_left.sav
Zen-Venom Get Bitten
I managed to remove the icon from the sidebox header.
All seem OK for now except the Categories sidebox header which is shorter than the other sidebox header (eg. Information sidebox header).
How can I increase the height of the Categories sidebox header to be the same as the other sideboxes header height or Main header height where my HOME and Login is?![]()
http://cablemaster.com.sg/ecable
Cable Master ECABLE .... Your Online Cable Store
View the world from a bird's eye or view it from under a shell, which one do you choose.