Crop Circles template

General ShopSite user discussion

Crop Circles template

Postby Alyssa » Thu Aug 20, 2009 1:19 pm

Hi,

I'm setting up a store using the Crop Circles template. I am attempting to add horizontal links--the only ones that appear are "Home" and "Your Shopping Cart"--though the template shows other links. I followed the instructions for modifying the template to add my own links, but it won't put more than 3 links horizontal--the rest keep getting shoved down and thus sliding my main body page into the right margin. Is there some code I need to add/change in order to put my horizontal links in to work properly?

Alyssa
:?
Alyssa
 
Posts: 1
Joined: Thu Aug 20, 2009 1:05 pm
Location: Albany NY

Postby Jim » Thu Aug 20, 2009 1:58 pm

This is the section of code in the Page template that you will need to modify.
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>


NOte that the links section will display Home, registration links, giftcertificate, your shopping cart. if those features are enabled so you may want to make a separate row below them for your links. The space reserved for the additional feature links may be what is forcing your links lower.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah


Return to User Forum

Who is online

Users browsing this forum: No registered users and 93 guests