Sleek Theme colour problem.

General ShopSite user discussion

Sleek Theme colour problem.

Postby arta!!ack » Mon Mar 08, 2010 1:45 am

Hi again.

I have hit a problem with the sleek theme and an issue with colours.

I played about changing some colours in the store preferences / layout settings and ended up with colours I have never selected.

I have spent hours trying to track down the problem, but cannot see it.

This 1st image is the before

[/img]http://www.actioncity.co.uk/action front page now lost.jpg[img]

and this image is after.

[/img]http://www.actioncity.co.uk/action front page now error.jpg[img]

No matter what I change I cannot get the circled parts of the page back to the original colours as in the 1st page.

The colour on the left hand side is #90000 and I have no idea where that s coming from.

I have included the page code.

I have not changed any css code because I have not yet worked out how to copy original css and save it back with its original name and yet keeping a copy of the original just in case.

I hope you can spot something.

Arthur.


[/img]
Code: Select all
#Sleek Page Template
#Copyright 2010 ShopSite Inc. Design by Lauren

[--DEFINE LINK_TO_PAGE--]
<li>[-- IF PAGE.LinkGraphic --]<a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkGraphic --]</a>[-- END_IF --]
<a id="page[-- PAGE.RecordNumber --]" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- IF PAGE.LinkName --][-- PAGE.LinkName --][-- ELSE --][-- PAGE.Name --][-- END_IF --]</a>
[-- IF PAGE.LinkText --][-- PAGE.LinkText --][-- END_IF --]</li>
[--END_DEFINE LINK_TO_PAGE--]

[-- DEFINE PAGE --]
[-- VAR.Type page --]
[-- VAR.Secure no --]
[-- VAR.Pound "" --]
[-- VAR.Text3 PAGE.Text3 --]
[-- VAR.FileName PAGE.FileName --]
[-- VAR.TextColor PAGE.TextColor --]
[-- VAR.BackgroundColor PAGE.BackgroundColor --]
[-- VAR.LinkColor PAGE.LinkColor --]
[-- VAR.VisitedLinkColor PAGE.VisitedLinkColor --]
[-- VAR.ActiveLinkColor PAGE.ActiveLinkColor --]
[-- VAR.BackgroundImage PAGE.BackgroundImage --]
[-- VAR.RecordNumber PAGE.RecordNumber --]
[-- VAR.SearchProductField PAGE.SearchProductField --]
[-- VAR.MoreInfoTemplate copy_sleek-moreinfopage.sst --]
[-- INCLUDE Sleek-Colors.sst PROCESS --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>[-- IF PAGE.Title --][-- PAGE.Title --]</title>[-- ELSE --][-- PAGE.Name REMOVE_HTML --]</title>[-- END_IF --]

<meta name="keywords" content="[-- IF PAGE.MetaKeywords --][-- PAGE.MetaKeywords --]">[-- ELSE --][-- PAGE.Name REMOVE_HTML --]">[-- END_IF --]

[-- IF PAGE.MetaDescription --]<meta name="description" content="[-- PAGE.MetaDescription --]">[-- END_IF --]

[-- INCLUDE Sleek-Head.sst PROCESS --]
<style type="text/css">
<!--
[-- INCLUDE Copy-of-Sleek.css PROCESS --]
[-- IF VAR.SearchProductField --]
   a#home {
   left: -17px;
   }
[-- END_IF --]
-->
</style>
</head>
<body>
[-- IF PAGE.DisplayPageHeader --][-- IF HEADER --][-- HEADER --][-- ELSE_IF STORE.UseCompanyLogo --][-- ELSE_IF STORE.HeaderImage --][-- ELSE --]<h1>[-- STORE.Name --]</h1>[-- END_IF --][-- END_IF --]</div>


<div id="container">
  <div id="header">
[-- IF STORE.UseCompanyLogo --]<span id="co_logo"><a href="[-- STORE.CompanyURL --]" id="co_logo">[-- STORE.CompanyLogo --]</a></span>[-- END_IF --]
[-- IF STORE.HeaderImage --][-- IF STORE.HeaderURL --]<a href="[-- STORE.HeaderURL --]" id="header_image">[-- STORE.HeaderImage --]</a>[-- ELSE --]<span id="header_image">[-- STORE.HeaderImage --]</span>[-- END_IF --][-- END_IF --]
   <div id="navbar">
[-- IF VAR.SearchProductField --]
  [-- IF ANALYTICS_MULTI_DOMAIN --]
  <form style="margin-bottom:0; font-size: 9pt" action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE_ID --]" method="post" onSubmit="javascript:__utmLinkPost(this)">
  [-- ELSE --]
  <form style="margin-bottom:0; font-size: 9pt" action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE_ID --]" method="post">
  [-- END_IF --]
  <input type=hidden name="storeid" value="[-- STORE_ID --]">
    <div id="search"><input class="searchinput" name="search_field" type="text" onFocus="if(this.value=='[-- STORE.Search --]')this.value='';" onBlur="if(this.value=='')this.value='[-- STORE.Search --]';" value="[-- STORE.Search --]">
      <input src="[-- ShopSite_Images --]/backgrounds/curved/arrow.gif" name="search" type="image" id="searcharrow"></div>
  </form>
[-- END_IF --]
###    <div id="searchslant"> MENU HERE </div>
[-- INCLUDE Sleek-Menu.sst PROCESS --]
###[-- INCLUDE Sleek-TopLinks.sst PROCESS --]
  </div>

  <div id="main">
    <div id="right">
[-- IF PAGE.Graphic --][-- IF PAGE.DisplayGraphic --]   <img [-- PAGE.Graphic REMOVE_HTML --] align="left">[-- END_IF --][-- END_IF --]

[-- IF PAGE.DisplayName --]   <h1>[-- PAGE.Name --]</h1>[-- END_IF --]
[-- IF PAGE.Text1 --]   <p>[-- PAGE.Text1 --]</p>[-- END_IF --]

[-- IF PAGE.NumProducts "0" --]
#do nothing
[-- ELSE --]
   <div id="products">
     <div id="tabproducts">[-- IF PAGE.DisplayName --][-- PAGE.Name --][-- ELSE --]Products[-- END_IF --]</div>
    <!-- Multi-Page Links -->
[-- IF PAGE.ProductsPerPage "0" --]
# do nothing
[-- ELSE --]
    <div class="pagination">[-- PREVNEXT NoCenter --]</div>
[-- END_IF --]
<table width="100%">
[-- LOOP PRODUCTS Page.Columns --]
<td class="loop_prod">[-- PRODUCT --]</td>
[-- END_LOOP PRODUCTS --]
</table>
    <!-- Multi-Page Links -->
[-- IF PAGE.ProductsPerPage "0" --]
# do nothing
[-- ELSE --]
    <div class="pagination">[-- PREVNEXT NoCenter --]</div>
[-- END_IF --]
   </div>
[-- END_IF --]

[-- IF PAGE.Text2 --]   <p>[-- PAGE.Text2 --]</p>[-- END_IF --]
    </div><!-- end right -->
    <div id="left">

[-- IF MiniCart --]   <div id="minicart">[-- INCLUDE Sleek-MiniCart.js PROCESS --]</div>[-- END_IF --]

   <div id="links">
     <div id="section">Categories</div>

     <ul>
[-- IF PAGE.NumLinks "0" --]
          <li><a href="[-- MyStoreURL --]">[-- STORE.Home --]</a></li>
[-- ELSE --]
[-- LOOP LINKS --]
     [-- LINK Sleek.sst --]
[-- END_LOOP LINKS --]
[-- END_IF --]

          [-- INCLUDE Sleek-LeftLinks.sst PROCESS --]
     </ul>
   </div>

[-- IF PAGE.Text3 --]   <p>[-- PAGE.Text3 --]</p>[-- END_IF --]

[-- IF Page.GlobalCrossSell --]
   <div id="crosssell">
     <div class="section">[-- STORE.GlobalCrossSellHeader --]</div>
           <table class="gcs_table">
             <tr>
               [-- LOOP GLOBAL_Cross_Sell 1 --]
               <td class="gcs_table_content">[-- GLOBAL_CROSS_SELL --]</td>
               [-- END_LOOP Global_Cross_Sell --]
             </tr>

           </table>
   </div>
[-- END_IF --]
[-- IF TELLAFRIEND tell --][-- IF TELLAFRIEND_PAGE --][-- VAR.TF_Link PAGE.Name --]   <div id="friend">[-- TELLAFRIEND VAR.TF_Link --]</div>[-- END_IF --][-- END_IF --]
[-- IF TELLAFRIEND share --][-- IF TELLAFRIEND_PAGE --][-- VAR.TF_Link PAGE.Name --]<div id="share">[-- TELLAFRIEND VAR.TF_Link --]</div>[-- END_IF --][-- END_IF --]


    </div><!-- end left-->
  </div><!-- end main -->

  <div id="footbar"></div>
  <div id="footer">[-- IF PAGE.DisplayPageFooter --][-- IF FOOTER --][-- FOOTER --][-- END_IF --][-- END_IF --]</div><!-- end footer -->
</div><!-- end container -->
</body>
</html>
[-- END_DEFINE PAGE --]
arta!!ack
 
Posts: 47
Joined: Wed Jun 13, 2007 2:23 am
Location: Lancashire UK

Postby Jim » Mon Mar 08, 2010 7:49 am

The sleek theme is quite a complicated one. There are descriptions of the various files used and how each ShopSite theme works in the help at
http://www.shopsite.com/templates/cookb ... ates.shtml

Check that out and see if it helps answer your questions. If not please post again.
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 158 guests

cron