Page 221 of 305 FirstFirst ... 121171211219220221222223231271 ... LastLast
Results 2,201 to 2,210 of 3042
  1. #2201
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Hi

    You have some css code in your index page and this is overriding the css file. Remove this code and it should work properly.

    Did you copy from a word document? That is probably why.

    Thanks,

    Phil

  2. #2202
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by scottsteps View Post
    Anyone know why I might be having this problem... When you are on the home page the Home, Login (top left) and all the category links are blue like a typical hyperlink. But when you navigate to a category or in most other areas of the store they show up as the grey/dark grey colors like I think they should, if you navigate back to home the text changes to blue again.

    Check it out... http://www.fishscraps.com/store

    Love the template, have not had to do much tweaking!

    Scott
    View the source of your home page, and you'll see the issue, you have a ton of unneccesary word document nasty stuff there, here's a small snippet (scroll down, its really long, LOL):

    Code:
    <link href="file:///C:DOCUME~1CARRIE~1LOCALS~1Tempmsohtml1�1clip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>
     <w:WordDocument>
      <w:View>Normal</w:View>
      <w:Zoom>0</w:Zoom>
      <w:PunctuationKerning/>
      <w:ValidateAgainstSchemas/>
      <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
      <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
      <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
      <w:Compatibility>
       <w:BreakWrappedTables/>
       <w:SnapToGridInCell/>
       <w:WrapTextWithPunct/>
       <w:UseAsianBreakRules/>
       <w:DontGrowAutofit/>
      </w:Compatibility>
      <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
     </w:WordDocument>
    </xml><![endif]--><!--[if gte mso 9]><xml>
     <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
     </w:LatentStyles>
    </xml><![endif]--><style>
    &lt;!--
     /* Font Definitions */
     @font-face
    	{font-family:Verdana;
    	panose-1:2 11 6 4 3 5 4 4 2 4;
    	mso-font-charset:0;
    	mso-generic-font-family:swiss;
    	mso-font-pitch:variable;
    	mso-font-signature:536871559 0 0 0 415 0;}
     /* Style Definitions */
     p.MsoNormal, li.MsoNormal, div.MsoNormal
    	{mso-style-parent:&quot;&quot;;
    	margin:0in;
    	margin-bottom:.0001pt;
    	mso-pagination:widow-orphan;
    	font-size:12.0pt;
    	font-family:&quot;Times New Roman&quot;;
    	mso-fareast-font-family:&quot;Times New Roman&quot;;}
    a:link, span.MsoHyperlink
    	{color:blue;
    	text-decoration:underline;
    	text-underline:single;}
    a:visited, span.MsoHyperlinkFollowed
    	{color:purple;
    	text-decoration:underline;
    	text-underline:single;}
    p
    	{mso-margin-top-alt:auto;
    	margin-right:0in;
    	mso-margin-bottom-alt:auto;
    	margin-left:0in;
    	mso-pagination:widow-orphan;
    	font-size:12.0pt;
    	font-family:&quot;Times New Roman&quot;;
    	mso-fareast-font-family:&quot;Times New Roman&quot;;}
    @page Section1
    	{size:8.5in 11.0in;
    	margin:1.0in 1.25in 1.0in 1.25in;
    	mso-header-margin:.5in;
    	mso-footer-margin:.5in;
    	mso-paper-source:0;}
    div.Section1
    	{page:Section1;}
    --&gt;</style><p style="text-align: center;" class="MsoNormal">
    <span style="color: rgb(255, 102, 0);">
    <span style="color: rgb(0, 0, 0);">
    <span style="font-weight: bold; font-family: verdana,arial,helvetica,sans-serif;"><br />
    </span></span></span></p>
    <p style="text-align: center;" class="MsoNormal">
    <span style="color: rgb(255, 102, 0);">
    <span style="color: rgb(0, 0, 0);">
    <span style="font-weight: bold; font-family: verdana,arial,helvetica,sans-serif;">Welcome!</span></span>
    <font size="2" style="font-family: verdana,arial,helvetica,sans-serif;">
    <span style="color: rgb(0, 0, 0);">
    Thank you for shopping at</span></font></span>
    <font size="2" style="font-family: georgia,times new roman,times,serif;">
    <span style="font-weight: bold; color: rgb(255, 102, 0);">
    <span style="font-weight: bold;">
    <span style="font-family: verdana,arial,helvetica,sans-serif;"> FishScraps.co</span>m!</span>
    </span></font></p>
    <p style="text-align: left;" class="MsoNormal">
    <font size="2" style="font-family: georgia,times new roman,times,serif;">
    <span style="font-weight: bold; color: rgb(255, 102, 0);">
    <span style="font-weight: bold;"><br />
    </span></span></font></p>
    <p style="text-align: left; direction: ltr; font-family: georgia,times new roman,times,serif;" class="MsoNormal">
    <font size="2"><span style="font-weight: bold; color: rgb(255, 102, 0);">
    <span style="font-weight: bold;"></span>
    </span></font> 
    <font size="2" style="font-family: verdana,arial,helvetica,sans-serif;">
    All of that, and all it says is "Welcome! Thank your for shopping at FishScraps.com!"

    Get rid of all the upper section, and for the text, you could greatly simplify. Why not just type your text, inside paragraphs for line breaks:

    <p>Text here</p>
    <p>New paragraph here</p>
    <p align="center">Centered text here</p>

    Then for your orange text, you can do this
    <span style="color:#ff6600;">Orange Text Here</span>

    Stuff pasted from word always makes me cringe, LOL, and you don't want the content of your site swallowed up by all of that, that's what the search engine sees too!

  3. #2203
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi,
    I have apple zen installed on my store. The Zen Cart version is 1.3.7

    I have a problem with the additional images on the products page.. the alignment of product images as well as "Add to Cart" and "Tell a Friend" buttons is messed up somehow.

    Link to one of my product:

    http://starruby.in/store/465carat-ov...ated-p-87.html


    Is there a way to get the additional images in the same line (either on the line before or on the line after the "Add to Cart" button)?

  4. #2204
    Join Date
    Aug 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi,

    hot too sure if this has been asked but how can i make it so that i can have side boxes on both sides?

    cheers in advance

  5. #2205
    Join Date
    Aug 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    woop actually just re read the 1st post. retract what i asked

  6. #2206
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks so much for the quick reply and solution, worked like a charm. I didnt even notice all the extra junk in there from word!

    Scott.

  7. #2207
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by starruby View Post
    Hi,
    I have apple zen installed on my store. The Zen Cart version is 1.3.7

    I have a problem with the additional images on the products page.. the alignment of product images as well as "Add to Cart" and "Tell a Friend" buttons is messed up somehow.

    Link to one of my product:

    http://starruby.in/store/465carat-ov...ated-p-87.html


    Is there a way to get the additional images in the same line (either on the line before or on the line after the "Add to Cart" button)?
    This doesn't happen in a default install of apple zen, looks like you made some changes to tpl_product_info_display.php? Anyway, you can add this to your stylesheet.css:

    #productAdditionalImages {clear:both;}

  8. #2208
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    This doesn't happen in a default install of apple zen, looks like you made some changes to tpl_product_info_display.php? Anyway, you can add this to your stylesheet.css:

    #productAdditionalImages {clear:both;}
    Thanks a ton! It solved the alignment issue!

  9. #2209
    Join Date
    Aug 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Well, it looks like you added the menu twice to tpl_header.php.
    I have double and tripple checked and haven't added the menu twice, are there any other possibilities?

    Any help would be great, thanks

  10. #2210
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by fsouthwell View Post
    I have double and tripple checked and haven't added the menu twice, are there any other possibilities?

    Any help would be great, thanks
    Well, its there in the source of your site, and it won't show up automatically.

    In your admin, go to "tools", "developer's tool kit" and search in all files for this:

    tpl_drop_menu.php

    That'll tell you where you've entered it.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR