Post by palmud » Tue Dec 28, 2010 4:50 pm

I just want to remove language and currency infomration below tabs
modify tabs in to different Simple style remove that bar style and add more links...
where to look and what to look

New member

Posts

Joined
Mon Dec 27, 2010 8:38 pm

Post by JAY6390 » Tue Dec 28, 2010 8:40 pm

I would recommend using CSS to remove the two dropdowns. To change the header area you will need to edit
/catlog/view/theme/your-theme-name/temlate/common/header.tpl

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by Edward_ » Wed Dec 29, 2010 11:55 am

Jay
Looks like this is place in header.tpl.

Code: Select all

<div class="div3"><a href="<?php echo str_replace('&', '&', $special); ?>" style="background-image: url('catalog/view/theme/default/image/special.png');"><?php echo $text_special; ?></a><a onclick="bookmark(document.location, '<?php echo addslashes($title); ?>');" style="background-image: url('catalog/view/theme/default/image/bookmark.png');"><?php echo $text_bookmark; ?></a><a href="<?php echo str_replace('&', '&', $contact); ?>" style="background-image: url('catalog/view/theme/default/image/contact.png');"><?php echo $text_contact; ?></a><a href="<?php echo str_replace('&', '&', $sitemap); ?>" style="background-image: url('catalog/view/theme/default/image/sitemap.png');"><?php echo $text_sitemap; ?></a></div>
--------- Begin Tabs Delete here ----------------- 
   <div class="div4"><a href="<?php echo str_replace('&', '&', $home); ?>" id="tab_home"><?php echo $text_home; ?></a>
      <?php if (!$logged) { ?>
      <a href="<?php echo str_replace('&', '&', $login); ?>" id="tab_login"><?php echo $text_login; ?></a>
      <?php } else { ?>
      <a href="<?php echo str_replace('&', '&', $logout); ?>" id="tab_logout"><?php echo $text_logout; ?></a>
      <?php } ?>
      <a href="<?php echo str_replace('&', '&', $account); ?>" id="tab_account"><?php echo $text_account; ?></a><a href="<?php echo str_replace('&', '&', $cart); ?>" id="tab_cart"><?php echo $text_cart; ?></a><a href="<?php echo str_replace('&', '&', $checkout); ?>" id="tab_checkout"><?php echo $text_checkout; ?></a></div>
------------  End Delete Section -----------------

------------  Begin Add New Div 4 --------------------
<div class="div4">Contact us at: (618)XXX-XXXX</div>
------------  End Add Div 4 ----------------------

    <div class="div5">
I'm looking into the 'Log in' in the blue bar yet.
I'll be testing this out, based on the source view of the http://www.allsold.ca site mods.

New member

Posts

Joined
Mon Dec 27, 2010 10:06 pm

Post by palmud » Wed Dec 29, 2010 2:28 pm

JAY6390 wrote:I would recommend using CSS to remove the two dropdowns. To change the header area you will need to edit
/catlog/view/theme/your-theme-name/temlate/common/header.tpl
Jay6390 thankyou,
I have done slight modification in header.tpl
and rest I changed images to create a different look for my heading part.

I will explore this little more removing or adding some links

can we add navigation menu ? like all the elements in category thing with no heading (category) in horizontal fashion and drop downs?
palmud

New member

Posts

Joined
Mon Dec 27, 2010 8:38 pm

User avatar
Active Member

Posts

Joined
Wed Mar 24, 2010 9:07 pm
Location - London
Who is online

Users browsing this forum: No registered users and 3 guests