Adding links in top bar- Crop Circles theme

General ShopSite user discussion

Adding links in top bar- Crop Circles theme

Postby Myc » Wed Nov 11, 2009 8:10 pm

Hi,

In the preview for the crop circles theme it has multiple links on the sidebar and on the top bar, which is not the header but a separate body html-wise. However, upon generation of the site, ShopSite only gives me one link in the opper bar which is "Home," and the links to the pages I created on the sidebar.

I am wanting to use my sidebar for links to my products and use the top bar for links to pages such as contact info, guarantees, etc.

Thanks.
Myc
 
Posts: 2
Joined: Wed Nov 11, 2009 8:03 pm
Location: Yundo

Postby Myc » Sat Nov 14, 2009 11:52 am

bump?
Myc
 
Posts: 2
Joined: Wed Nov 11, 2009 8:03 pm
Location: Yundo

Postby robm » Sun Nov 15, 2009 6:31 pm

You will need to copy the built-in template to a custom template, and edit the template directly. The code you will want to edit is:

Code: Select all
<div id="toplinks">
  <ul id="tabs">
    <li class="tab" style="float: right;"><a href="[-- SHOPPING_CART_URL --]" title="[-- STORE.SC_YourShoppingCart --]"><span>[-- STORE.SC_YourShoppingCart --]</span></a></li>
    <li class="tab"><a href="[-- MyStoreURL --]" title="[-- STORE.Name --]"><span>Home</span></a></li>
[-- IF GiftCert --]    <li class="tab"><a href="[-- SHOPPING_CART_URL Base --]/order.cgi?storeid=[-- STORE.ID --]&amp;cert=gift"><span>[-- STORE.SC_GiftCertificate --]</span></a></li>[-- END_IF --]
[-- IF SC_Registration --]
  [-- INCLUDE Congruence-Registration.js PROCESS --]
[-- END_IF --]
  </ul>
</div>
robm
 
Posts: 463
Joined: Fri Aug 04, 2006 5:46 pm
Location: Connecticut


Return to User Forum

Who is online

Users browsing this forum: No registered users and 129 guests