Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21

    Default Re: Header position & font

    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.

  2. #22
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header position & font

    Use the Developers tool kit to find files with that image name
    Zen-Venom Get Bitten

  3. #23

    Default Re: Header position & font

    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.

  4. #24
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header position & font

    Try renaming this file(the default will be used) by changing the extention as in tpl_box_left.sav
    Zen-Venom Get Bitten

  5. #25

    help question Re: Header position & font

    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.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 13
    Last Post: 29 Aug 2010, 05:59 PM
  2. New & All Products Header Font
    By perkiekat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jan 2010, 11:24 PM
  3. Font size & colour - header links
    By flatlander in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 22 Mar 2009, 07:23 PM
  4. Header Title change & Logo position
    By Ecable in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2009, 06:09 AM
  5. Font Color in EZpage Header & Other Places
    By BettyC in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Aug 2008, 06:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg