Locating ALL files related to a Template

General ShopSite user discussion

Re: Locating ALL files related to a Template

Postby dreamday » Tue Apr 10, 2012 12:58 pm

I tried using the Preferences>More Info adjustments but the text color did not change even though I set it to red. The text control for this must be elsewhere. Here is the link to a sample page I am talking about. Because I want to use a graphic image in the "white text box" on the right, I need to be able to control all of the text colors within this box. Title, content, price, sizing choices, etc.

I don't believe there is a global control for this so where do I find the settings?

Thanks
Bill
dreamday
 
Posts: 4
Joined: Sun Jan 03, 2010 11:29 am
Location: Las Vegas

Re: Locating ALL files related to a Template

Postby dreamday » Tue Apr 10, 2012 1:23 pm

Sorry the link did not show up. Here it is:

http://www.dreamdayventures.com/public_html/product124.html
Bill
dreamday
 
Posts: 4
Joined: Sun Jan 03, 2010 11:29 am
Location: Las Vegas

Re: Locating ALL files related to a Template

Postby Jim » Tue Apr 10, 2012 1:47 pm

There are classes assigned to each section in that area. The classes are not defned on the page though so they just use default styles. If you define the classes in a style sheet and include that on the page then you can format the text whoever you would like.
Here are some examples from the page.
Code: Select all
<span class="ProductName">Chalcedony Druzy Bracelet</span>
<p class="ProductDescription"><p>&nbsp;</p><p>
<b style="mso-bidi-font-weight:normal">


I also notice a bunch of garbage (probably Microsoft Office styles) in the page. That should all be stripped. It doesn't do any thing except make your page take longer to load.
Code: Select all
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
  <o:Template>Normal.dotm</o:Template>
  <o:Revision>0</o:Revision>
  <o:TotalTime>0</o:TotalTime>
  <o:Pages>1</o:Pages>
  <o:Words>3</o:Words>
  <o:Characters>22</o:Characters>
  <o:Company>Wynn Las Vegas</o:Company>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>27</o:CharactersWithSpaces>
  <o:Version>12.0</o:Version>
 </o:DocumentProperties>
 <o:OfficeDocumentSettings>
  <o:AllowPNG />
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:Zoom>0</w:Zoom>
  <w:TrackMoves>false</w:TrackMoves>
  <w:TrackFormatting />
  <w:PunctuationKerning />
  <w:DrawingGridHorizontalSpacing>18 pt</w:DrawingGridHorizontalSpacing>
  <w:DrawingGridVerticalSpacing>18 pt</w:DrawingGridVerticalSpacing>
  <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
  <w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
  <w:ValidateAgainstSchemas />
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:Compatibility>
   <w:BreakWrappedTables />
   <w:DontGrowAutofit />
   <w:DontAutofitConstrainedTables />
   <w:DontVertAlignInTxbx />
  </w:Compatibility>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" LatentStyleCount="276">
 </w:LatentStyles>
</xml><![endif]-->  <!--[if gte mso 10]>
<style>
 /* Style Definitions */
table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:"";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:12.0pt;
 font-family:"Times New Roman";
 mso-ascii-font-family:Cambria;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:"Times New Roman";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Cambria;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->    <!--StartFragment-->    <!--EndFragment--></p><p>A hand-forged hammered sterling silver triangle toggle is the star of this unusual bracelet, and a dreamy blue Chalcedony Druzy is the icing on the cake! On heavy sterling silver rolo chain. Handmade sterling silver hook closure. &nbsp;</p><p>&nbsp;</p><p>&nbsp;<b style="mso-bidi-font-weight:normal"><span style="font-family: Papyrus; ">AAD_8435GLS&nbsp;</span></b><!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Template>Normal.dotm</o:Template>
  <o:Revision>0</o:Revision>
  <o:TotalTime>0</o:TotalTime>
  <o:Pages>1</o:Pages>
  <o:Words>19</o:Words>
  <o:Characters>113</o:Characters>
  <o:Company>Wynn Las Vegas</o:Company>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>138</o:CharactersWithSpaces>
  <o:Version>12.0</o:Version>
 </o:DocumentProperties>
 <o:OfficeDocumentSettings>
  <o:AllowPNG />
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:Zoom>0</w:Zoom>
  <w:TrackMoves>false</w:TrackMoves>
  <w:TrackFormatting />
  <w:PunctuationKerning />
  <w:DrawingGridHorizontalSpacing>18 pt</w:DrawingGridHorizontalSpacing>
  <w:DrawingGridVerticalSpacing>18 pt</w:DrawingGridVerticalSpacing>
  <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
  <w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
  <w:ValidateAgainstSchemas />
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:Compatibility>
   <w:BreakWrappedTables />
   <w:DontGrowAutofit />
   <w:DontAutofitConstrainedTables />
   <w:DontVertAlignInTxbx />
  </w:Compatibility>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" LatentStyleCount="276">
 </w:LatentStyles>
</xml><![endif]-->
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Previous

Return to User Forum

Who is online

Users browsing this forum: No registered users and 132 guests