Re: Apparel Boutique Template Support Thread
First off, i luv this template - great job. I have a small problem. I recently changed the logo image at the top along with the width and height, but when i uploaded it to my server, and reloaded the site - its looking for the image in a different template instead of the apparel_boutique like it did before. I didn't change anything else in the code, but for some reason its looking in the default_template/images folder for the logo. Plz help.
Re: Apparel Boutique Template Support Thread
nice template.but i think my products are more word focus than image focus. so i prefer row instead of column like this
http://www.diablo6.com/d2shop2
Clothing seem to work great with column. i have another side http://www.yourbebe.com can use your template.
Re: Apparel Boutique Template Support Thread
Quote:
First off, i luv this template - great job. I have a small problem. I recently changed the logo image at the top along with the width and height, but when i uploaded it to my server, and reloaded the site - its looking for the image in a different template instead of the apparel_boutique like it did before. I didn't change anything else in the code, but for some reason its looking in the default_template/images folder for the logo. Plz help.
Please post a link to your site so that I can take a look.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
It doesn't matter. The template demo shows the column grid layout, but you can easily switch it over to the rows in admin --configuration--product listing.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Stevefoxnina -
I hate hijacking threads, but this is important -
First - Your sites are POWERED by Zen Cart - not Fastd2 .com. It is acceptable to remove the powered by Zen Cart link, it is NOT permissible to change it.
Second - You are hijacking threads by posting your own URL in reviews for other peoples site. Stop now or you will be suspended from the forum.
Re: Apparel Boutique Template Support Thread
Quote:
Stevefoxnina -
I hate hijacking threads, but this is important -
First - Your sites are POWERED by Zen Cart - not Fastd2 .com. It is acceptable to remove the powered by Zen Cart link, it is NOT permissible to change it.
Second - You are hijacking threads by posting your own URL in reviews for other peoples site. Stop now or you will be suspended from the forum.
Thanks Kim! :smile:
Re: Apparel Boutique Template Support Thread
Hi ann Thank you for your great work on this and the others as well I am wanting to do something with it and cant seem to find a post on it first off I am useing the latest version of zencart and installed the template with no problems all is working fine what I am wanting to do is make the main page a landing page I will edit some code to remove the leftside column from only the mainpage I want to remove the slider from define_main page and place it on the categorys pages what files would need to be edited or moved to make the slider work on/as h1 tag of category pages thank you the site is http://naughtyadultplaypen.com and you can veiw the main page landing that im going to do with this site at http://southbeachelegance southbeachelegance is not useing your template yet but will be once I figure the changes out Thank you in advance.
Scott
Re: Apparel Boutique Template Support Thread
Quote:
Hi ann Thank you for your great work on this and the others as well I am wanting to do something with it and cant seem to find a post on it first off I am useing the latest version of zencart and installed the template with no problems all is working fine what I am wanting to do is make the main page a landing page I will edit some code to remove the leftside column from only the mainpage I want to remove the slider from define_main page and place it on the categorys pages what files would need to be edited or moved to make the slider work on/as h1 tag of category pages thank you the site is
http://naughtyadultplaypen.com and you can veiw the main page landing that im going to do with this site at
http://southbeachelegance southbeachelegance is not useing your template yet but will be once I figure the changes out Thank you in advance.
Hello ;-) I am sorry but this is not a template specific question. I would recommend searching the forum for an answer.
You can always just add it to the category description.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Thank you for fast reply I thought it was related to template I will search again I guess I could remove it all together and install a new slider as I have done that before just was not sure as to files you my have used thank you for great template
Re: Apparel Boutique Template Support Thread
Hi,
A while ago i deleted some links in the footer under the category Information.
Now I'd like to add a custom link to my blog with the text Blog.
But how can I add this piece of code?
This is the footer code:
Code:
<?php
/**
* Footer Menu Definitions
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
* @version $Id: footer_menu_deines.php 1.0 5/9/2009 Clyde Jones $
*/
/*BOF Menu Column 1 link Definitions*/
Define('TITLE_ONE', '<li class="menuTitle">Overzicht</li>');
Define('HOME', '<li><a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . HEADER_TITLE_CATALOG . '</a></li>');
Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');
Define('SPECIALS', '<li><a href="' . zen_href_link(FILENAME_SPECIALS) . '">' . BOX_HEADING_SPECIALS . '</a></li>');
Define('NEWPRODUCTS', '<li><a href="' . zen_href_link(FILENAME_PRODUCTS_NEW) . '">' . BOX_HEADING_WHATS_NEW . '</a></li>');
Define('ALLPRODUCTS', '<li><a href="' . zen_href_link(FILENAME_PRODUCTS_ALL) . '">' .CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a></li>');
/*EOF Menu Column 1 link Definitions*/
/*OF Menu Column 2 link Definitions*/
Define('TITLE_TWO', '<li class="menuTitle">Informatie</li>');
Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
Define('SITEMAP', '<li><a href="' . zen_href_link(FILENAME_SITE_MAP) . '">' . BOX_INFORMATION_SITE_MAP . '</a></li>');
Define('GVFAQ', '');
Define('COUPON', '');
Define('UNSUBSCRIBE', '');
/*EOF Menu Column 2 link Definitions*/
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle">Klantenservice</li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
Define('SHIPPING', '<li><a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Overige</li>');
/*The actual links are determined by "footer links" set in EZ-Pages
*EOF Menu Column 4 link Definitions
*/
/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . SPECIALS . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
Define('INFORMATION', '<dd class="second">
<ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . CONTACT . SHIPPING . PRIVACY . CONDITIONS . ACCOUNT . '</ul></dd>');
Define('IMPORTANT', '<dd><ul>' . TITLE_FOUR);
Define('IMPORTANT_END', '</ul></dd>');
/*EOF Footer Menu Definitions*/
define('TWITTER', 'http://www.twitter.com/SilvaroSieraden');
define('FACEBOOK','http://www.facebook.com/');
//EOF