<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Zen Cart Support - Templates, Stylesheets, Page Layout</title>
		<link>http://www.zen-cart.com/</link>
		<description>Topics related to changing the appearance of your storefront, customizing templates, adjusting stylesheet components, altering page layouts, using the Overrides system, etc.</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 May 2013 22:00:44 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zen-cart.com/images/styles/zencart/misc/rss.png</url>
			<title>Zen Cart Support - Templates, Stylesheets, Page Layout</title>
			<link>http://www.zen-cart.com/</link>
		</image>
		<item>
			<title>v150 EZ Page URL</title>
			<link>http://www.zen-cart.com/showthread.php?208197-EZ-Page-URL&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 21:49:59 GMT</pubDate>
			<description><![CDATA[Hi all, I would love to change the default page urls on my ez pages.  So for instance, I created a new ez page named FAQ's but the url is crazy, it shows this:  http://theposhbox.net/ZenCart/index.php?main_page=page&id=3   
 
How and where can I change this to reflect something like: ...]]></description>
			<content:encoded><![CDATA[<div>Hi all, I would love to change the default page urls on my ez pages.  So for instance, I created a new ez page named FAQ's but the url is crazy, it shows this:  <a href="http://theposhbox.net/ZenCart/index.php?main_page=page&amp;id=3" target="_blank" rel="nofollow">http://theposhbox.net/ZenCart/index....page=page&amp;id=3</a>  <br />
<br />
How and where can I change this to reflect something like:  <a href="http://theposhbox.net/ZenCart/faqs.html" target="_blank" rel="nofollow">http://theposhbox.net/ZenCart/faqs.html</a>    <br />
<br />
Or I could have that wrong, but you get the idea..  Any help would be great!  Thanks so much..</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>pamela631</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208197-EZ-Page-URL</guid>
		</item>
		<item>
			<title>v151 Help reorganisng the product list</title>
			<link>http://www.zen-cart.com/showthread.php?208192-Help-reorganisng-the-product-list&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 18:56:53 GMT</pubDate>
			<description>Hi Everyone 
 
I am looking for some assistance in modifying thr tpl index product list 
 
Currently the product list is displayed beneath the category description and I would like to reverse this so the products 1-10 list first then the category description underneath. 
I have tried copying and...</description>
			<content:encoded><![CDATA[<div>Hi Everyone<br />
<br />
I am looking for some assistance in modifying thr tpl index product list<br />
<br />
Currently the product list is displayed beneath the category description and I would like to reverse this so the products 1-10 list first then the category description underneath.<br />
I have tried copying and ppasting various sections around but dont seem to be able to get it work<br />
<br />
here is the page<br />
<br />
<a href="http://www.avinstalls.co.uk/tv-installation-services-c-1_2.html" target="_blank" rel="nofollow">http://www.avinstalls.co.uk/tv-insta...ces-c-1_2.html</a><br />
<br />
here is the current tpl index product list template<br />
<br />
&lt;?php<br />
/**<br />
 * Page Template<br />
 *<br />
 * Loaded by main_page=index&lt;br /&gt;<br />
 * Displays product-listing when a particular category/subcategory is selected for browsing<br />
 *<br />
 * @package templateSystem<br />
 * @copyright Copyright 2003-2007 Zen Cart Development Team<br />
 * @copyright Portions Copyright 2003 osCommerce<br />
 * @license <a href="http://www.zen-cart.com/license/2_0.txt" target="_blank">http://www.zen-cart.com/license/2_0.txt</a> GNU Public License V2.0<br />
 * @version $Id: tpl_index_product_list.php 6009 2007-03-13 23:56:45Z ajeh $<br />
 */<br />
?&gt;<br />
&lt;div class=&quot;centerColumn&quot; id=&quot;indexProductList&quot;&gt;<br />
<br />
&lt;h1 id=&quot;productListHeading&quot;&gt;&lt;?php echo $breadcrumb-&gt;last(); ?&gt;&lt;/h1&gt;<br />
<br />
<br />
<br />
&lt;div class=&quot;wrapper&quot; id=&quot;indexProductListCatDescription&quot;&gt;<br />
<br />
	&lt;?php<br />
	if (PRODUCT_LIST_CATEGORIES_IMAGE_STATUS == 'true') {<br />
	// categories_image<br />
	  if ($categories_image = zen_get_categories_image($current_category_id)) {<br />
	?&gt;<br />
	<br />
		&lt;div id=&quot;categoryImgListing&quot; class=&quot;categoryImg&quot;&gt;&lt;?php echo zen_image(DIR_WS_IMAGES . $categories_image, '', CATEGORY_ICON_IMAGE_WIDTH, CATEGORY_ICON_IMAGE_HEIGHT); ?&gt;&lt;/div&gt;<br />
	&lt;?php<br />
	  }<br />
	} // categories_image<br />
	?&gt;<br />
	<br />
	&lt;?php<br />
	// categories_description<br />
		if ($current_categories_description != '') {<br />
	?&gt;<br />
	&lt;div class=&quot;content_desc&quot;&gt; &lt;?php echo $current_categories_description;  ?&gt; &lt;/div&gt;<br />
	&lt;?php } // categories_description ?&gt;<br />
<br />
&lt;/div&gt;<br />
<br />
<br />
<br />
&lt;?php<br />
  $check_for_alpha = $listing_sql;<br />
  $check_for_alpha = $db-&gt;Execute($check_for_alpha);<br />
<br />
  if ($do_filter_list || ($check_for_alpha-&gt;RecordCount() &gt; 0 &amp;&amp; PRODUCT_LIST_ALPHA_SORTER == 'true')) {<br />
  $form = zen_draw_form('filter', zen_href_link(FILENAME_DEFAULT), 'get') . '&lt;label class=&quot;inputLabel&quot;&gt;' .TEXT_SHOW . '&lt;/label&gt;';<br />
?&gt;<br />
<br />
&lt;?php<br />
  echo $form;<br />
  echo zen_draw_hidden_field('main_page', FILENAME_DEFAULT);<br />
  echo zen_hide_session_id();<br />
?&gt;<br />
&lt;?php<br />
  // draw cPath if known<br />
  if (!$getoption_set) {<br />
    echo zen_draw_hidden_field('cPath', $cPath);<br />
  } else {<br />
    // draw manufacturers_id<br />
    echo zen_draw_hidden_field($get_option_variable, $_GET[$get_option_variable]);<br />
  }<br />
<br />
  // draw typefilter<br />
  if (isset($_GET['typefilter']) &amp;&amp; $_GET['typefilter'] != '') echo zen_draw_hidden_field('typefilter', $_GET['typefilter']);<br />
<br />
  // draw manufacturers_id if not already done earlier<br />
  if ($get_option_variable != 'manufacturers_id' &amp;&amp; isset($_GET['manufacturers_id']) &amp;&amp; $_GET['manufacturers_id'] &gt; 0) {<br />
    echo zen_draw_hidden_field('manufacturers_id', $_GET['manufacturers_id']);<br />
  }<br />
<br />
  // draw sort<br />
  echo zen_draw_hidden_field('sort', $_GET['sort']);<br />
<br />
  // draw filter_id (ie: category/mfg depending on $options)<br />
  if ($do_filter_list) {<br />
    echo zen_draw_pull_down_menu('filter_id', $options, (isset($_GET['filter_id']) ? $_GET['filter_id'] : ''), 'onchange=&quot;this.form.submit()&quot;');<br />
  }<br />
<br />
  // draw alpha sorter<br />
  require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_PRODUCT_LISTING_ALPHA_SORTER));<br />
?&gt;<br />
&lt;/form&gt;<br />
&lt;?php<br />
  }<br />
?&gt;<br />
&lt;br class=&quot;clearBoth&quot; /&gt;<br />
<br />
&lt;?php<br />
/**<br />
 * require the code for listing products<br />
 */<br />
 require($template-&gt;get_template_dir('tpl_modules_product_listing.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_product_listing.php');<br />
?&gt;<br />
<br />
<br />
&lt;?php<br />
//// bof: categories error<br />
if ($error_categories==true) {<br />
  // verify lost category and reset category<br />
  $check_category = $db-&gt;Execute(&quot;select categories_id from &quot; . TABLE_CATEGORIES . &quot; where categories_id='&quot; . $cPath . &quot;'&quot;);<br />
  if ($check_category-&gt;RecordCount() == 0) {<br />
    $new_products_category_id = '0';<br />
    $cPath= '';<br />
  }<br />
?&gt;<br />
<br />
&lt;?php<br />
$show_display_category = $db-&gt;Execute(SQL_SHOW_PRODUCT_INFO_MISSING);<br />
<br />
while (!$show_display_category-&gt;EOF) {<br />
?&gt;<br />
<br />
&lt;?php<br />
  if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS') { ?&gt;<br />
&lt;?php<br />
/**<br />
 * display the Featured Products Center Box<br />
 */<br />
?&gt;<br />
&lt;?php require($template-&gt;get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?&gt;<br />
&lt;?php } ?&gt;<br />
<br />
&lt;?php<br />
  if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS') { ?&gt;<br />
&lt;?php<br />
/**<br />
 * display the Special Products Center Box<br />
 */<br />
?&gt;<br />
&lt;?php require($template-&gt;get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?&gt;<br />
&lt;?php } ?&gt;<br />
<br />
&lt;?php<br />
  if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS') { ?&gt;<br />
&lt;?php<br />
/**<br />
 * display the New Products Center Box<br />
 */<br />
?&gt;<br />
&lt;?php require($template-&gt;get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?&gt;<br />
&lt;?php } ?&gt;<br />
<br />
&lt;?php<br />
  if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_UPCOMING') {<br />
    include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS));<br />
  }<br />
?&gt;<br />
&lt;?php<br />
  $show_display_category-&gt;MoveNext();<br />
} // !EOF<br />
?&gt;<br />
&lt;?php } //// eof: categories error ?&gt;<br />
<br />
&lt;?php<br />
//// bof: categories<br />
$show_display_category = $db-&gt;Execute(SQL_SHOW_PRODUCT_INFO_LISTING_BELOW);<br />
if ($error_categories == false and $show_display_category-&gt;RecordCount() &gt; 0) {<br />
?&gt;<br />
<br />
&lt;?php<br />
  $show_display_category = $db-&gt;Execute(SQL_SHOW_PRODUCT_INFO_LISTING_BELOW);<br />
  while (!$show_display_category-&gt;EOF) {<br />
?&gt;<br />
<br />
&lt;?php<br />
    if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS') { ?&gt;<br />
&lt;?php<br />
/**<br />
 * display the Featured Products Center Box<br />
 */<br />
?&gt;<br />
&lt;?php require($template-&gt;get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?&gt;<br />
&lt;?php } ?&gt;<br />
<br />
&lt;?php<br />
    if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS') { ?&gt;<br />
&lt;?php<br />
/**<br />
 * display the Special Products Center Box<br />
 */<br />
?&gt;<br />
&lt;?php require($template-&gt;get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?&gt;<br />
&lt;?php } ?&gt;<br />
<br />
&lt;?php<br />
    if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS') { ?&gt;<br />
&lt;?php<br />
/**<br />
 * display the New Products Center Box<br />
 */<br />
?&gt;<br />
&lt;?php require($template-&gt;get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?&gt;<br />
&lt;?php } ?&gt;<br />
<br />
&lt;?php<br />
    if ($show_display_category-&gt;fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING') {<br />
      include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS));<br />
    }<br />
?&gt;<br />
&lt;?php<br />
  $show_display_category-&gt;MoveNext();<br />
  } // !EOF<br />
?&gt;<br />
<br />
&lt;?php<br />
} //// eof: categories<br />
?&gt;<br />
<br />
&lt;/div&gt;<br />
<br />
<br />
all and any help would be greatly appreicated<br />
:)</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>BoydBreen</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208192-Help-reorganisng-the-product-list</guid>
		</item>
		<item>
			<title>Main menu drop downs - admin rename - image handler issues</title>
			<link>http://www.zen-cart.com/showthread.php?208189-Main-menu-drop-downs-admin-rename-image-handler-issues&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 16:32:29 GMT</pubDate>
			<description>http://simply4pets.co.za/zencart/index.php?main_page= 
 
.categories-li{display:none;} 
.manufacturers-li{display:none;} 
.aboutus-li{display:none;}  
.information-li{display:none;}  
.customerservice-li{display:none;} 
 
*Connect and Service* does not disable when I entered this info ..... Where...</description>
			<content:encoded><![CDATA[<div><a href="http://simply4pets.co.za/zencart/index.php?main_page=" target="_blank" rel="nofollow">http://simply4pets.co.za/zencart/index.php?main_page=</a><br />
<br />
.categories-li{display:none;}<br />
.manufacturers-li{display:none;}<br />
.aboutus-li{display:none;} <br />
.information-li{display:none;} <br />
.customerservice-li{display:none;}<br />
<br />
<b>Connect and Service</b> does not disable when I entered this info ..... Where do I find the disable for <b>Connect in the main menu? </b><br />
<br />
<b>CAN I STILL RENAME THE ADMIN FOLDER</b>.... I did a Softaculous One Click Install and only read later about changing my admin folder... is the Brighton Pets files my admin folders??:wacko:<br />
<br />
I want to install Image Handler but cant without having the right file name for admin? <br />
<br />
<b>THANK YOU FOR THIS TEMPLATE ITS GREAT!</b> and after 5 months of struggling with Presta Shipping and other carts this is heaven - work straight out the box!!!! AMAZING help and tutorials! <br />
Server Information<br />
<br />
Server Host: simply4pets.co.za (108.168.218.4)      	Database Host: localhost (127.0.0.1)<br />
Server OS: Linux my-server12.co.za 2.6.32-279.22.1.el6.x86_64 #1 SMP Wed Feb 6 03:10:46 UTC 2013 x86_64   	Database: MySQL 5.5.30-cll<br />
Server Date: 05/20/2013 18:30:25  	Database Date: 05/20/2013 18:30:25<br />
Server Up Time: Unsupported	HTTP Server: Apache mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.10.1<br />
PHP Version: 5.3.18 (Zend: 2.3.0)   PHP Memory Limit: 128M	PHP Safe Mode: Off<br />
PHP File Uploads: On    Max Size: 16M	POST Max Size: 16M<br />
Database Data Size: 1,259 kB	Database Index Size: 628 kB<br />
<br />
Zen Cart 1.5.1<br />
<br />
Database Patch Level: 1.5.1<br />
<br />
v1.5.1   [2013-05-14 07:58:22]   (New Installation)<br />
v1.5.1   [2013-05-14 07:58:22]   (New Installation)<br />
<br />
<br />
<br />
Thanks<br />
Cecile</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>cecileyorkies</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208189-Main-menu-drop-downs-admin-rename-image-handler-issues</guid>
		</item>
		<item>
			<title>v151 Tell A Friend Button missing</title>
			<link>http://www.zen-cart.com/showthread.php?208185-Tell-A-Friend-Button-missing&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 09:35:11 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
Wonder if anyone can help. The 'Tell A Friend' box is displaying as it should, bu the button is missing and is replaced by 'BUTTON_IMAGE_TELL_A_FRIEND' 
 
I have checked the code in Firefox using Firebug and it seems the code is looking for BUTTON_IMAGE_TELL_A_FRIEND instead of the...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
Wonder if anyone can help. The 'Tell A Friend' box is displaying as it should, bu the button is missing and is replaced by 'BUTTON_IMAGE_TELL_A_FRIEND'<br />
<br />
I have checked the code in Firefox using Firebug and it seems the code is looking for BUTTON_IMAGE_TELL_A_FRIEND instead of the actual name of the gif.<br />
<br />
Can anyone please tell me where I would go to ensure the src url for the image can be changed to point at the gif rather than BUTTON_IMAGE_TELL_A_FRIEND<br />
<br />
Many thanks<br />
<br />
:smile:</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>X-Bumble</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208185-Tell-A-Friend-Button-missing</guid>
		</item>
		<item>
			<title>v151 Custom layout help wanted for Radio buttons with display:block or white-space:nowrap</title>
			<link>http://www.zen-cart.com/showthread.php?208175-Custom-layout-help-wanted-for-Radio-buttons-with-display-block-or-white-space-nowrap&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 17:24:21 GMT</pubDate>
			<description>For the following code, I am trying to get the radio buttons and the ENTRY_GST_TEXT components to display as separate blocks or as separate no-wraps, so that when viewed on smaller screens, each will ultimately wrap to its own line. With what I have at the moment, initially ENTRY_GST_TEXT wraps...</description>
			<content:encoded><![CDATA[<div>For the following code, I am trying to get the radio buttons and the ENTRY_GST_TEXT components to display as separate blocks or as separate no-wraps, so that when viewed on smaller screens, each will ultimately wrap to its own line. With what I have at the moment, initially ENTRY_GST_TEXT wraps first as a block, but then the smaller the screen size, the actual buttons and their descriptors get split up into separate lines. When this happens, the layout can become confusing for the user.<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;label class=&quot;inputLabel&quot; for=&quot;gst_registered&quot;&gt;GST Registered:&lt;/label&gt;<br />
&lt;?php echo zen_draw_radio_field('gst_registered', 'yes', ($gst_registered == 'yes' ? true : false),'id=&quot;gst_registered-yes&quot;') . '&lt;label class=&quot;radioButtonLabel&quot; for=&quot;gst_registered-yes&quot;&gt;' . Yes . '&lt;/label&gt;' .&nbsp; zen_draw_radio_field('gst_registered', 'no', ($gst_registered == 'no' ? true : false), 'id=&quot;gst_registered-no&quot;') . '&lt;label class=&quot;radioButtonLabel&quot; for=&quot;gst_registered-no&quot;&gt;' . No . '&lt;/label&gt;' . '&lt;span class=&quot;userNote&quot;&gt;' . ENTRY_GST_TEXT . '&lt;/span&gt;'; ?&gt;</code><hr />
</div>CSS<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">.userNote {white-space:nowrap;}</code><hr />
</div>If someone knows how to do this, could you please post the required code.<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>dw08gm</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208175-Custom-layout-help-wanted-for-Radio-buttons-with-display-block-or-white-space-nowrap</guid>
		</item>
		<item>
			<title>v151 deleted coding in header.php no logo pic</title>
			<link>http://www.zen-cart.com/showthread.php?208171-deleted-coding-in-header-php-no-logo-pic&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 07:46:53 GMT</pubDate>
			<description>Messed up my header where my logo goes. 
 
Css coding is NOT my forte. Searching for days just to figure out how to change my logo. My extent of web design is wordpress for my blogs. SLOWLY learning and reading a ton. 
 
I have the current version of Zen cart in a subdomain. I have godaddy hosting....</description>
			<content:encoded><![CDATA[<div>Messed up my header where my logo goes.<br />
<br />
Css coding is NOT my forte. Searching for days just to figure out how to change my logo. My extent of web design is wordpress for my blogs. SLOWLY learning and reading a ton.<br />
<br />
I have the current version of Zen cart in a subdomain. I have godaddy hosting. I use Filezilla as my FTP. I JUST figured out how to use Crimson editor to edit my css. I just installed zen cart for the 4th time since I broke the site the first time trying to upload the logo (since I didn't know how to use crimson editor), second time couldn't get into the admin section even though password and name was correct, third time there was a problem with the upload of zen cart, and this time everything went better. I saved the database and files almost after every step this time. I followed the directions in my free bentley classic template all the way to dealing with the logo. Here's the directions for it:<br />
<br />
Create your logo in your image editing program (did mine in photoshop elements and saved as a png file) and upload it (with Filezilla) to includes/templates/bentley_classic/images.<br />
<br />
Open includes/languages/english/bentley_classic/header.php in a plain text editor (I figured out how to do that in Crimson editor). Find this code on or around line 24:<br />
<br />
define('HEADER_ALT_TEXT', 'Bentley Classic :: Free Template by <a href="http://www.picaflor-azul.com&#39;);" target="_blank" rel="nofollow">www.picaflor-azul.com');</a><br />
define('HEADER_LOGO_WIDTH', '235px');<br />
define('HEADER_LOGO_HEIGHT', '60px');<br />
define('HEADER_LOGO_IMAGE', 'logo.png');<br />
<br />
    Replace &quot;Bentley Classic :: Free Template by www.picaflor-azul.com&quot; with your site name and tag line here<br />
    Replace &quot;235px&quot; with your logo width<br />
    Replace &quot;60px&quot; with your logo height<br />
    Replace &quot;logo.png&quot; with the name of your logo image<br />
<br />
define('HEADER_ALT_TEXT', 'Your store name :: your store tag line'); (I put Natural Family Living, LLC. ::Welcome)<br />
define('HEADER_LOGO_WIDTH', 'height in px'); (500)<br />
define('HEADER_LOGO_HEIGHT', 'width in px'); (whatever the height was)<br />
define('HEADER_LOGO_IMAGE', 'your logo name .png'); (NFLlogo7.png)<br />
<br />
I changed the coding and saved in Crimson editor. Then I went to my FTP and uploaded the file to my site. Then I went and checked my site and noticed there was nothing there. I went back to crimson and there was zip zero zilch coding at all for the header.php. <br />
<br />
Here is my website <a href="http://shop.anointingthefamily.com/" target="_blank" rel="nofollow">http://shop.anointingthefamily.com/</a> you can see the top part with no logo and messed up links.<br />
<br />
Do I need to go find the backup of just before the logo upload? Or can I just use crimson to add back the right coding and figure out how to deal with my logo. I did re-size and upload to my site via my FTP manager my new logo. Now it is 2??*8? in my images folder like above. I need step by step directions since it is taking FOREVER to learn this and I have VERY limited time to work on this. I have a sales ready date for July 1st. I haven't done much to get everything ready-not adding products and paypal and some of the most important until I get the basic outline for my site. I will save after each big intergration.<br />
<br />
Please advise. Thank you.<br />
Also where do I find the image sizes for the slider pictures so I can create my slider images?</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>naturalfamliving</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208171-deleted-coding-in-header-php-no-logo-pic</guid>
		</item>
		<item>
			<title><![CDATA[v139h can i list products as the style in "all products"?]]></title>
			<link>http://www.zen-cart.com/showthread.php?208170-can-i-list-products-as-the-style-in-quot-all-products-quot&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 01:59:23 GMT</pubDate>
			<description>How can I change the code so the product listing page looks like the style in all products?</description>
			<content:encoded><![CDATA[<div>How can I change the code so the product listing page looks like the style in all products?</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>lina0962</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208170-can-i-list-products-as-the-style-in-quot-all-products-quot</guid>
		</item>
		<item>
			<title>v151 lambe blue and mega menu</title>
			<link>http://www.zen-cart.com/showthread.php?208163-lambe-blue-and-mega-menu&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 09:38:56 GMT</pubDate>
			<description>Thanks, I would like the mega menu same length as template and centered (when I change length it moves right) 
 
Can I do the above and REMOVE the standard menu bar or ribbon? 
 
lawofficeliny.com</description>
			<content:encoded><![CDATA[<div>Thanks, I would like the mega menu same length as template and centered (when I change length it moves right)<br />
<br />
Can I do the above and REMOVE the standard menu bar or ribbon?<br />
<br />
lawofficeliny.com</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>pageblair</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208163-lambe-blue-and-mega-menu</guid>
		</item>
		<item>
			<title>v151 Layout Settings</title>
			<link>http://www.zen-cart.com/showthread.php?208138-Layout-Settings&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 23:10:17 GMT</pubDate>
			<description><![CDATA["Open the Admin, point your cursor at Configuration in the top menu. Choose Layout Settings from the drop down menu.  
Find "Main Page - Opens with Category" 
 
Does not work for me. Any suggestions what to check for?]]></description>
			<content:encoded><![CDATA[<div>&quot;Open the Admin, point your cursor at Configuration in the top menu. Choose Layout Settings from the drop down menu. <br />
Find &quot;Main Page - Opens with Category&quot;<br />
<br />
Does not work for me. Any suggestions what to check for?</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>rehopper</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208138-Layout-Settings</guid>
		</item>
		<item>
			<title>v151 bettercategories flyout</title>
			<link>http://www.zen-cart.com/showthread.php?208137-bettercategories-flyout&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 23:01:49 GMT</pubDate>
			<description>Has anyone changed the bettercategories file to allow flyout subcategories. 
 
CSS flyout mod seems to be a lot of work to bring colours and style back to original for my template. 
 
Just wondering if there is a simple code addition to the bettercategories file to allow for the flyout. 
 
Thanks,...</description>
			<content:encoded><![CDATA[<div>Has anyone changed the bettercategories file to allow flyout subcategories.<br />
<br />
CSS flyout mod seems to be a lot of work to bring colours and style back to original for my template.<br />
<br />
Just wondering if there is a simple code addition to the bettercategories file to allow for the flyout.<br />
<br />
Thanks,<br />
<br />
Mike</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>TreeFrogTeas</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208137-bettercategories-flyout</guid>
		</item>
		<item>
			<title>v151 Loading hava script file for ez pages</title>
			<link>http://www.zen-cart.com/showthread.php?208130-Loading-hava-script-file-for-ez-pages&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 18:34:06 GMT</pubDate>
			<description>Hi Everyone  
 
I have some javascript files that only get loaded of 6 ez pages. 
 
I caurrently have them in the footer so the are loaded last however  
 
Is there a way that I can only load these java script when the pages that require are displayed 
 
I tried the following bit think i may be...</description>
			<content:encoded><![CDATA[<div>Hi Everyone <br />
<br />
I have some javascript files that only get loaded of 6 ez pages.<br />
<br />
I caurrently have them in the footer so the are loaded last however <br />
<br />
Is there a way that I can only load these java script when the pages that require are displayed<br />
<br />
I tried the following bit think i may be barking up the wrong tree<br />
<br />
if ($current_page_base == 'page' and $id == '5' or $_GET['id'] == '5' or $_GET['id'] == '15' or $_GET['id'] == 9or $_GET['id'] == '16') {   <br />
    $flag_disable_jscript = flase;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/templates/theme407/js/mhgallery.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/templates/theme407/js/initgallerytvframing.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/templates/theme407/js/initgallerystandard.js&quot;&gt;&lt;/script&gt;<br />
}<br />
<br />
I am not sure if this will work or if I have the format correct for an ez ppage<br />
<br />
Many Thanks</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>BoydBreen</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208130-Loading-hava-script-file-for-ez-pages</guid>
		</item>
		<item>
			<title>v139h Missing Price on Product Info Description Page</title>
			<link>http://www.zen-cart.com/showthread.php?208127-Missing-Price-on-Product-Info-Description-Page&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 16:14:50 GMT</pubDate>
			<description>version 1.3.9h current 
Custom Template (my own) 
www.wreckersource.com 
 
Have just recently added two (2) modules... 
*column_layout_grid_2_3_1 
*tabbed_home_page_modules 
 
I am not sure whether these mods caused the issue(s) or maybe something configuration that I may have inadvertently...</description>
			<content:encoded><![CDATA[<div>version 1.3.9h current<br />
Custom Template (my own)<br />
<a href="http://www.wreckersource.com" target="_blank" rel="nofollow">www.wreckersource.com</a><br />
<br />
Have just recently added two (2) modules...<br />
*column_layout_grid_2_3_1<br />
*tabbed_home_page_modules<br />
<br />
I am not sure whether these mods caused the issue(s) or maybe something configuration that I may have inadvertently changed. I have added several new products lately and I usually double check that everything is displayed properly. Anyway the &quot;Price&quot; on Info page under &quot;Title&quot; has disappeared. It shows in Admin for the product, it shows in the category column layout, shows in the Cart area if added, and pricing shows even on the info page if it set with a specials price...<br />
<br />
If I use f12 windows developers tool is shows the price under &quot;text&quot; for that section, so it appears to be called or whatever, and it shows everywhere else.<br />
<br />
Everyone concerned here has been super helpful with other issues I have had and if I have not expressed my sincere appreciation for that help, then THANKS! If anyone could offer some enlightenment on this issue it would be greatly appreciated.<br />
Thank You in advance.</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>swdynamic</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208127-Missing-Price-on-Product-Info-Description-Page</guid>
		</item>
		<item>
			<title>v151 Scam advisor logo and link into sidebox</title>
			<link>http://www.zen-cart.com/showthread.php?208124-Scam-advisor-logo-and-link-into-sidebox&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 15:13:43 GMT</pubDate>
			<description><![CDATA[Hi I need to put this code into a seperate sidebox and tried pasting the html into blank_sidebox. When I turned the box on i lost everything below the header. site is bikeporndotcodotuk.  
 
Any thoughts on why? 
 
	 
<div> 
  <div id='sealImage' imageSize='110' sealType='1'></div> 
  <script...]]></description>
			<content:encoded><![CDATA[<div>Hi I need to put this code into a seperate sidebox and tried pasting the html into blank_sidebox. When I turned the box on i lost everything below the header. site is bikeporndotcodotuk. <br />
<br />
Any thoughts on why?<br />
<br />
	<br />
&lt;div&gt;<br />
  &lt;div id='sealImage' imageSize='110' sealType='1'&gt;&lt;/div&gt;<br />
  &lt;script language=&quot;javascript&quot; src='//seal.scamadviser.com/seal.js'&gt;&lt;/script&gt;<br />
&lt;/div&gt;<br />
&lt;script language=&quot;javascript&quot; src='//seal.scamadviser.com/sealCheck.php'&gt;&lt;/script&gt;<br />
<br />
Regards<br />
<br />
Phil</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>Phil Lomas</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208124-Scam-advisor-logo-and-link-into-sidebox</guid>
		</item>
		<item>
			<title>Template Help</title>
			<link>http://www.zen-cart.com/showthread.php?208120-Template-Help&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 13:38:46 GMT</pubDate>
			<description>I am a new Zen Cart user, I have just installed Zen Cart and have decided on a template to use.  I have followed all the install tutorials and I am able to get template to display.  My issue is although the template is showing, I dont see the template name in the configuration list in my Zen Cart...</description>
			<content:encoded><![CDATA[<div>I am a new Zen Cart user, I have just installed Zen Cart and have decided on a template to use.  I have followed all the install tutorials and I am able to get template to display.  My issue is although the template is showing, I dont see the template name in the configuration list in my Zen Cart admin console.  I've tried to reinstall the template but still no luck.  I am completely open to the fact that I may have done something wrong but for the life of me can't figure out what.  Could someone help me out.  Thanks!</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>JW1212</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208120-Template-Help</guid>
		</item>
		<item>
			<title>Looking for some help with turning on a sidebox for secific pages</title>
			<link>http://www.zen-cart.com/showthread.php?208105-Looking-for-some-help-with-turning-on-a-sidebox-for-secific-pages&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 18:58:41 GMT</pubDate>
			<description>Hi Everyone 
 
I have recently made a small contact form in a custom sidebox which I am happpy with everything works ok 
 
I require some help modyfing the box as I only want to display this sidebox on a dozen or so pages not on all the pages. 
 
I have tried some if statements but dont seem to...</description>
			<content:encoded><![CDATA[<div>Hi Everyone<br />
<br />
I have recently made a small contact form in a custom sidebox which I am happpy with everything works ok<br />
<br />
I require some help modyfing the box as I only want to display this sidebox on a dozen or so pages not on all the pages.<br />
<br />
I have tried some if statements but dont seem to have a grasp on this one <br />
<br />
many Thanks in advance<br />
<br />
Boyd</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?15-Templates-Stylesheets-Page-Layout">Templates, Stylesheets, Page Layout</category>
			<dc:creator>BoydBreen</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208105-Looking-for-some-help-with-turning-on-a-sidebox-for-secific-pages</guid>
		</item>
	</channel>
</rss>
