Shopsite security image

General ShopSite user discussion

Shopsite security image

Postby stslivealoha » Sun Sep 16, 2012 12:47 am

aloha-

I am using the gradient theme Pro 11 sp2 r3. address is www.bigmanhawaii.com

Is it possible to relocate the shopsite security image justified to the left in the area where i currently have the search and registration links? If so, please direct me to the correct template that is being used to insert the image on the pages, and where i can specifically insert the code so it will appear where i want it?

I am guessing i need to make changes to the gradient1-page.sst? And Is this the only page i need to reference?

Again, i really appreciate any help....

Mahalo
stslivealoha
 
Posts: 21
Joined: Tue Mar 23, 2010 2:26 am
Location: Hawaii

Re: Shopsite security image

Postby Jim » Mon Sep 17, 2012 9:13 am

I'm not exactly sure what you are asking. The ShopSite security image is displayed on the left of that page. Do you want to move it so that it is higher up in the left column?

The code that displays the image on that pages is found in the gradient1-page.sst near the bottom
Code: Select all
[-- IF ShopSiteSecurityImage --]
  <div id="securityImage">
  [-- ShopSiteSecurityImage --]
  </div>
[-- END_IF --]


If you want it to display below all the links on the left you would probably want to move the above code to this section of code and put it where the XX is.
Code: Select all
 
[-- IF PageLinks.Left --]
    [-- PageLinks.Left --]
    [-- IF PageMenu --]
       <div id="sectionLinks">
        <ul>
            [-- IF WishList --]<li>[-- WishListLink --]</li>[-- END_IF --]
            [-- IF SC_Registration --]<li><a href="[-- SHOPPING_CART_URL BASE --]/order.cgi?func=3&amp;storeid=[-- STORE.ID --]&amp;html_reg=html">[-- STORE.289 --]</a></li>[-- END_IF --]
           [-- IF GiftCert --]<li>[-- GiftCertLink --]</li>[-- END_IF --]
           [-- IF TELLAFRIEND --]<li>[-- TELLAFRIEND VAR.tell_friend_link --]</li>[-- END_IF --]
            XX
    </ul></div>
[-- END_IF --]

It might need to be surrounded by a <li> ... </li> but I don't know for sure. Give that a try and see if that works for you.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: Shopsite security image

Postby stslivealoha » Mon Sep 17, 2012 4:53 pm

Again, mahalo for your help.

To clarify, i was hoping to move it to the header area but every attempt either i get a white bar or, the spacing gets screwed up...it would be cool to have it immediately below the left side page links rather than in the footer.

Stu
stslivealoha
 
Posts: 21
Joined: Tue Mar 23, 2010 2:26 am
Location: Hawaii


Return to User Forum

Who is online

Users browsing this forum: No registered users and 93 guests