-
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
I am ready to start editing the template from 2 columns to 3 columns,where should I start and is it difficult to do this?
Thanks
Richard
Just turn on the right hand column via the admin and in the stylesheet.css copy all of the properties and values from the left hand column selectors to the right hand column selectors.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Just turn on the right hand column via the admin and in the stylesheet.css copy all of the properties and values from the left hand column selectors to the right hand column selectors.
Thanks,
Anne
Hi Anne,
Thanks,I already created this template to a 3 column template.
Have a look here how it looks,and maybe you can also give me some extra advice ;-)
My site: http://silvaro.nl
I have another question for you,maybe you know how to handle the following:
I have installed ImageHandler to add extra images with my products,this works perfect.
But how can I add some text above those extra images like "More images"?
Have a look here: http://silvaro.nl/meisjes/sieraden-s...-houten-kralen
Hope you are able to help me with that.
And one other think about the category navigation.
Now it is if you click on a category that you see the subs under that category.
Is it possible to have these subcategories always shown,not only if you click on the category?
Thanks in advance.
Richard
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
Thanks,I already created this template to a 3 column template.
Have a look here how it looks,and maybe you can also give me some extra advice ;-)
My site:
http://silvaro.nl
Your 3 column layout looks great :smile:
Quote:
I have another question for you,maybe you know how to handle the following:
I have installed ImageHandler to add extra images with my products,this works perfect.
But how can I add some text above those extra images like "More images"?
Have a look here:
http://silvaro.nl/meisjes/sieraden-s...-houten-kralen
Add this above the additional images code in the tpl_product_info_display.php file.
Quote:
And one other think about the category navigation.
Now it is if you click on a category that you see the subs under that category.
Is it possible to have these subcategories always shown,not only if you click on the category?
Take a look in the Free Software Add Ons --there are a few mods that you can install to do this. Also I have seen this asked on the forum before so if you do a search you can find the name of the mods.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Your 3 column layout looks great :smile:
Add this above the additional images code in the tpl_product_info_display.php file.
Take a look in the Free Software Add Ons --there are a few mods that you can install to do this. Also I have seen this asked on the forum before so if you do a search you can find the name of the mods.
Thanks,
Anne
I try to add this above the additional images code,but then you always see the text,also when there are no additional images.
I tried to search for an addon to always expand the categories,but without success.
Many threads about this are very old,so still no solution for me :no:
Regards,
Richard
-
Re: Apparel Boutique Template Support Thread
I have a couple of changes I would like to make but am unsure where to make them. If this si the wrong place im sure someone will point it out. I have spent days searching for the answers too. 1: The product titles, descriptions, price, add to cart, etc dont align with their neighbour 2: underneath the add to cart there is the weight displayed as 0.1 and quantity as 13 but, I would like it to state 0.1Kgs and 13 in stock. Finally, I have the columns layed out 3 across but if the products go onto a new page the lay out is one to the left with a seperator and one to the right (better to see the example - http://www.creative-soaps.com/index....ort=20a&page=2
Thanks in advance
-
Re: Apparel Boutique Template Support Thread
Hi,
It seems there is a problem with my shop with different browsers.
I never saw this,cause this problem is not in Google Chrome and most of the time I am using that.
Someone else told me that.
This is the issue:
If you click on a link in the horizontal Top menu you see that the header gets bigger and also if you click on the logo :wacko:
Please try this yourself in Firefox and you will see what i mean.
My shop: http://silvaro.nl
Thanks for looking and i hope you have a solution for this.
Richard
-
Re: Apparel Boutique Template Support Thread
Quote:
1: The product titles, descriptions, price, add to cart, etc dont align with their neighbour
On which page?
Quote:
2: underneath the add to cart there is the weight displayed as 0.1 and quantity as 13 but, I would like it to state 0.1Kgs and 13 in stock.
It looks like you have figured this out.
Quote:
Finally, I have the columns layed out 3 across but if the products go onto a new page the lay out is one to the left with a seperator and one to the right (better to see the example -
This behaviour is correct. If you had 12 products then there would be 3 across on the second page.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
It seems there is a problem with my shop with different browsers.
I never saw this,cause this problem is not in Google Chrome and most of the time I am using that.
Someone else told me that.
This is the issue:
If you click on a link in the horizontal Top menu you see that the header gets bigger and also if you click on the logo
Please try this yourself in Firefox and you will see what i mean.
My shop:
http://silvaro.nl
Thanks for looking and i hope you have a solution for this.
Richard
Out of the box the template is cross browser compatible and tested on ie6, ie7, ie8, firefox, safari, and chrome. If you do not want to use the currencies and languages in the header of the template, remove the code from the tpl_header.php file:
Code:
<div id="header-curr-lang">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div class="clearBoth"></div>
</div>
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi The alignment is out on most product list pages ie New products on homnepage (dependant on products) and categories on the left. The underlying problem is image size and taht some titles run onto two lines.
The in stock and kgs I want to add appears when i go intot he product itself but not on the main category list
The 2nd page issue may be a browser thing but as there are only two products they are aligned one left and one on the right with the seperator just to the right of the left image leaving ahuge gap between the seperator and the right image
Thanks for the help
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Out of the box the template is cross browser compatible and tested on ie6, ie7, ie8, firefox, safari, and chrome. If you do not want to use the currencies and languages in the header of the template, remove the code from the tpl_header.php file:
Code:
<div id="header-curr-lang">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div class="clearBoth"></div>
</div>
Thanks,
Anne
Hi Anne,
Thanks ,this was the solution,problem solved :D
Can you also have a look at my other questions?
I try to add this above the additional images code,but then you always see the text,also when there are no additional images.
I tried to search for an addon to always expand the categories,but without success.
Many threads about this are very old,so still no solution for me
Thanks
Richard
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi The alignment is out on most product list pages ie New products on homnepage (dependant on products) and categories on the left. The underlying problem is image size and taht some titles run onto two lines.
This is not a problem with the template. This is happening because of your product image sizes and product title lengths.
Quote:
The in stock and kgs I want to add appears when i go into he product itself but not on the main category list
You can add the weight to the product listing page via the admin at configuration -- product listing. There is no setting for adding the stock quantity. I would recommend searching the forum to find out if someone else has done this.
Quote:
The 2nd page issue may be a browser thing but as there are only two products they are aligned one left and one on the right with the seperator just to the right of the left image leaving ahuge gap between the seperator and the right image
It has nothing to do with the browser. As I have said, this is the correct behavior. If you want to change the number of products per product listing page you can do this in the admin. Here is a link to a tutorial:
How to Set the Number of Products per Product Listing Page
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
I try to add this above the additional images code,but then you always see the text,also when there are no additional images.
Sorry, that was not the correct place. I would recommend searching in the developers toolkit to find the correct file to edit.
Quote:
I tried to search for an addon to always expand the categories,but without success.
Many threads about this are very old,so still no solution for me
Try searching for "alwyas show sub categories". I come up with many threads in this search.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
I think we have our lines crossed. I didnt think it was a template problem I was looking for a way to align or pad them from the bottom. With regards to the Kgs and in stock this is text I want to add - the weight and (in stock) quantity appear already but I want it to say 13 'in stock' and 0.1'Kgs'.
I will see if I can adjust the amount of products to make them align on the 2nd page
Thanks
-
Re: Apparel Boutique Template Support Thread
Hi,
I deleted the slider code from my mainpage,but i forget to save this on my pc.
Where can I find the slider code to add this back on my mainpage?
Thanks
Richard
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
I deleted the slider code from my mainpage,but i forget to save this on my pc.
Where can I find the slider code to add this back on my mainpage?
Thanks
Richard
It is in the template package includes/languages/english/html_includes/define_main_page.php. Just go and download the template files again.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
It is in the template package includes/languages/english/html_includes/define_main_page.php. Just go and download the template files again.
Thanks,
Anne
Thanks,will do that :smile:
-
Re: Apparel Boutique Template Support Thread
Hi,
It seems that my CSS files are loading 2 times.
1) JS loader Minify
2) Normal CSS
How can we solve this to make sure that my CSS files are loading only 1 time?
Hope you have a solution for this,cause in this way it takes some little more time to load the pages.
Thanks
Richard
My shop: http://silvaro.nl
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
It seems that my CSS files are loading 2 times.
1) JS loader Minify
2) Normal CSS
How can we solve this to make sure that my CSS files are loading only 1 time?
Hope you have a solution for this,cause in this way it takes some little more time to load the pages.
Thanks
Richard
My shop:
http://silvaro.nl
This is not a template specific question or a problem with the template. I would recommend posting to the css/javascript loader support thread. I have used that module many times in custom zen cart projects and not had any problems so maybe you do not have it installed correctly?
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Anne - first of all - AWESOME template. Thanks for sharing it. We are putting the final touches on our site, but we are trying to find the location to modify the look of the products on the front page. Your template has the price and "product details" button on the same line, maybe as part of a <tr>? We'd like to have the price and product details buttons centered and on separate lines underneath the product image previews. Thanks!
-
Re: Apparel Boutique Template Support Thread
Quote:
Anne - first of all - AWESOME template. Thanks for sharing it. We are putting the final touches on our site, but we are trying to find the location to modify the look of the products on the front page. Your template has the price and "product details" button on the same line, maybe as part of a <tr>? We'd like to have the price and product details buttons centered and on separate lines underneath the product image previews. Thanks!
Hello ;-)
Go to your stylesheet.css and change:
Code:
.product_detail {float:right;}
.price {float:left;font-size:110%;font-weight:bold;color:#000;}
to:
Code:
.product_detail {}
.price {font-size:110%;font-weight:bold;color:#000;}
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
That did it! Thank you! Any chance to add an extra <br> between the price and the product details button? Just a nit because of spacing between the image and the price..
Here is our site:
http://www.customgiftsbymimi.com/
-
Re: Apparel Boutique Template Support Thread
Quote:
That did it! Thank you! Any chance to add an extra <br> between the price and the product details button? Just a nit because of spacing between the image and the price..
Here is our site:
http://www.customgiftsbymimi.com/
Adding in a break would be the hard way, unless you are very familiar with php :smile: I would recommend just adding something like this to the stylesheet.css:
Code:
.product_detail {margin-top:10px;}
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
This is not a template specific question or a problem with the template. I would recommend posting to the css/javascript loader support thread. I have used that module many times in custom zen cart projects and not had any problems so maybe you do not have it installed correctly?
Thanks,
Anne
Hi Anne,
Thanks,I will check this.
I have another question for you,maybe you know how to do the following:
If you look at http://silvaro.nl/meisjes-sieraden/armbanden
you see that the prices of the products are not on the same height.
Is there a possibility to align the prices so that the price are on one line.
Thanks
Richard
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
Thanks,I will check this.
I have another question for you,maybe you know how to do the following:
If you look at
http://silvaro.nl/meisjes-sieraden/armbanden
you see that the prices of the products are not on the same height.
Is there a possibility to align the prices so that the price are on one line.
Thanks
Richard
This is because your product titles are different lengths--they take up different number of lines.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
This is because your product titles are different lengths--they take up different number of lines.
Thanks,
Anne
yes,I know that's the reason,but isn't there a way to change this to have the prices on 1 line?
-
Re: Apparel Boutique Template Support Thread
Quote:
yes,I know that's the reason,but isn't there a way to change this to have the prices on 1 line?
Make all of your product titles approx. the same length.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
First thank you for the great template, I have tested it and it works great!
so the question...I have installed the template on my website but it don't appear correctly. See it here
I use the latest version of zencart 1.3.9 H Italian and in the test website it works great ...I have deleted all template and reinstalled for 5 or more times but the results is allways the same...where I wrong?
Thank you for all the support you can give me
Sabrina:bigups:
-
Re: Apparel Boutique Template Support Thread
Quote:
First thank you for the great template, I have tested it and it works great!
so the question...I have installed the template on my website but it don't appear correctly. See it here
I use the latest version of zencart 1.3.9 H Italian and in the test website it works great ...I have deleted all template and reinstalled for 5 or more times but the results is allways the same...where I wrong?
Thank you for all the support you can give me
Sabrina
Can you be more specific about the problem you are having?
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Anne,
First off, thanks for a great template! This had made my life so much simpler.
I have read every post in this forum, all 23 pages...LOL
There are two things I am still having a problems with:
1. In the footer, the Important Links are not present. Even when I go into Zen Cart - Admin - EZ Pages and enable footer, the links still will not show. I have also reinstalled the template to ensure it wasn't something corrupt in a footer file.
2. I am trying to remove the "Sponsor" logos. One of which is on my left hand column, and the other is centered at the bottom of the page.
Here is the link to my page: http://www.blissbagstoday.com/zencart
Thank you again for a great template. Hope you're having a great weekend!
Alvin
-
Re: Apparel Boutique Template Support Thread
Quote:
Anne,
First off, thanks for a great template! This had made my life so much simpler.
I have read every post in this forum, all 23 pages...LOL
There are two things I am still having a problems with:
1. In the footer, the Important Links are not present. Even when I go into Zen Cart - Admin - EZ Pages and enable footer, the links still will not show. I have also reinstalled the template to ensure it wasn't something corrupt in a footer file.
2. I am trying to remove the "Sponsor" logos. One of which is on my left hand column, and the other is centered at the bottom of the page.
Here is the link to my page:
http://www.blissbagstoday.com/zencart
Thank you again for a great template. Hope you're having a great weekend!
Alvin
Instructions for your first question are in the install.txt file. You can also follow this tutorial:
Easy Help Zen Cart Tutorial: How to Add Important Links Into the Footer
For 2, follow these instructions:
Easy Help Zen Cart Tutorial: How to Turn Off All Banners
Thanks,
Anne
-
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
-
Re: Apparel Boutique Template Support Thread
Quote:
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?
The module that makes the footer is the footer menu mod. I would recommend searching that thread for the answer as I am certain it has been asked and answered already :smile:
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
My zencart is 1.3.9f I'm using this template on my current site and playing around with it on a test site. What I'm trying to do is change the layout from the left column to the right. Just swap it around.. I already changed the layout setting in admin from 0 to 1 for right column.. that blue bar is back now on the right and it's pulling the side boxes from the default template.
I searched this thread and found in post #201 about someone wanting to make theirs in to a 3 column, you mentioned copying the left hand column selectors to the right hand column selectors. Would this be what I would do? If so what are the left hand column selectors I would copy and paste? I'm sorry, I cringe having to ask that but I'm very new to all this and I truly don't know what part of that code I would move and where I would put it.
Thanks
-
Re: Apparel Boutique Template Support Thread
Quote:
My zencart is 1.3.9f I'm using this template on my current site and playing around with it on a test site. What I'm trying to do is change the layout from the left column to the right. Just swap it around.. I already changed the layout setting in admin from 0 to 1 for right column.. that blue bar is back now on the right and it's pulling the side boxes from the default template.
I searched this thread and found in post #201 about someone wanting to make theirs in to a 3 column, you mentioned copying the left hand column selectors to the right hand column selectors. Would this be what I would do? If so what are the left hand column selectors I would copy and paste? I'm sorry, I cringe having to ask that but I'm very new to all this and I truly don't know what part of that code I would move and where I would put it.
Thanks
The template is designed as a 2 column layout using the left hand column for navigation. If you want to use the right hand column you will have to go into the stylesheet and copy all of the properties and values from the left hand column selectors to the right hand column selectors.
In a future update I do plan on including these.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Anne
Thank you for the great template. I've been working on the template and so others know, this template works well with amazon style checkout mod, zen lightbox mod, apsona and easy popluate very well. I have a few more mods that I'd like to use and when I get that up and running I will report back.
To my question - I've been searching for a while and can't seem to find an answer or a way around this - I'd like to move the "Home", "Contact us", "Log In", "Cart" etc. links to where the language and currencies are located? Any help/idea of how I can do that would be greatly appreciated.
-
Re: Apparel Boutique Template Support Thread
Quote:
Thank you for the great template. I've been working on the template and so others know, this template works well with amazon style checkout mod, zen lightbox mod, apsona and easy popluate very well. I have a few more mods that I'd like to use and when I get that up and running I will report back.
The template will work with any stable, well coded, correctly installed zen cart module.
Quote:
To my question - I've been searching for a while and can't seem to find an answer or a way around this - I'd like to move the "Home", "Contact us", "Log In", "Cart" etc. links to where the language and currencies are located? Any help/idea of how I can do that would be greatly appreciated.
Edit the includes/templates/apparel_boutique/common/tpl_header.php file and the stylesheet.css file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I am hoping someone can help me with this, I have been searching, and have been reading through this thread with no luck. I love this template, but I cannot for the life of me locate where to change the orange hover colour that shows up on the sidebox and footer links. I have scoured my stylesheet, and changed everything that mentions hover, and yet I still have orange.
Any help?
-
Re: Apparel Boutique Template Support Thread
Quote:
I am hoping someone can help me with this, I have been searching, and have been reading through this thread with no luck. I love this template, but I cannot for the life of me locate where to change the orange hover colour that shows up on the sidebox and footer links. I have scoured my stylesheet, and changed everything that mentions hover, and yet I still have orange.
Any help?
Footer link hover is in the stylesheet_footer_menu.css file.
If you can be more specific about what sidebox (categories, etc.) I can try to help you. Also a link to your site would be very helpful.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I'm trying to add a background to my template, but i don't know what the css code should be, could anybody help????????
-
Re: Apparel Boutique Template Support Thread
Quote:
I'm trying to add a background to my template, but i don't know what the css code should be, could anybody help????????
It looks like you go this all sorted out. Don't forget to post your solution so that others who have this same question can benefit from your experience.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
v1.3.9h
I tried to install this template apparel_boutique
Look at my categories they are way off any one have a fix for this?
www.promotionforums.org/zencart
also the blue box to the right..
-
Re: Apparel Boutique Template Support Thread
Quote:
v1.3.9h
I tried to install this template apparel_boutique
Look at my categories they are way off any one have a fix for this?
www.promotionforums.org/zencart
also the blue box to the right..
Read the install.txt file and follow the configuration settings.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi i have just built a clients web site using your template i was just wondering how i can remove twitter from all the pages so far only found how to remove it from main page
website is here http://www.jenecho.com/
keeping in mind i want to keep facebook thanks
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi i have just built a clients web site using your template i was just wondering how i can remove twitter from all the pages so far only found how to remove it from main page
website is here
http://www.jenecho.com/
keeping in mind i want to keep facebook thanks
Remove the add this code from the tpl_product_info_display.php
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Remove the add this code from the tpl_product_info_display.php
Thanks,
Anne
Thanks you very much i have managed to only have facebook up now
-
Re: Apparel Boutique Template Support Thread
Hi could you please tell me what files are needed to edit?
Basically i am going to add more pictures to the slide show and add a link to every picture turn it into a kind of catalog
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi could you please tell me what files are needed to edit?
Basically i am going to add more pictures to the slide show and add a link to every picture turn it into a kind of catalog
Full instructions on editing the slide show can be found in the install.txt file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Full instructions on editing the slide show can be found in the install.txt file.
Thanks,
Anne
Ok thanks i got that sorted but by me having more pictures the buttons look messy how would i go about removing the buttons or changing them to 2 arrows one for next and other for previous
-
Re: Apparel Boutique Template Support Thread
Quote:
Ok thanks i got that sorted but by me having more pictures the buttons look messy how would i go about removing the buttons or changing them to 2 arrows one for next and other for previous
Instructions for customizing the slide show and slide show buttons are in the install.txt file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Instructions for customizing the slide show and slide show buttons are in the install.txt file.
Thanks,
Anne
I dont see anything in the install.txt that tells me how to remove the slider buttons
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
catapolt
I dont see anything in the install.txt that tells me how to remove the slider buttons
nvm i found out how to remove em via define_main_page.php
Btw it does not tell you this in install.txt so ill post up the way for others that might want to change this as well
<script type="text/javascript" src="includes/templates/apparel_boutique/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: false (changed from true to false removes the buttons and adds previous and next button)
});
});
</script>
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Footer link hover is in the stylesheet_footer_menu.css file.
If you can be more specific about what sidebox (categories, etc.) I can try to help you. Also a link to your site would be very helpful.
Thanks,
Anne
Thanks for the help, I was able to change the hover colour for the footer links, but still haven't figured out how to change the orange highlight that hovers over the categories in the sidebox?
Also, I have been searching in my stylesheet, but I can't find where I can change the size of my text in the footer area, I have had a few people tell me it is hard to read.
Any help is always appreciated!
-
Re: Apparel Boutique Template Support Thread
Quote:
Thanks for the help, I was able to change the hover colour for the footer links, but still haven't figured out how to change the orange highlight that hovers over the categories in the sidebox?
Also, I have been searching in my stylesheet, but I can't find where I can change the size of my text in the footer area, I have had a few people tell me it is hard to read.
Any help is always appreciated!
Categories hover background is in stylesheet_betterCategoriesEzInfo.css. The footer size is "#navSuppWrapper a" in stylesheet_footer_menu.css.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Thank you thank you! That was so helpful!
I have one last ( I hope the last anyway) question for you. I would like to add some links under the "INformation" title in the footer. I followed your instructions for adding EZ pages under "Important Links", but I would like to move some of these or create new ones under "quick links" "information" etc.
Can this be done?
-
Re: Apparel Boutique Template Support Thread
Quote:
Thank you thank you! That was so helpful!
I have one last ( I hope the last anyway) question for you. I would like to add some links under the "INformation" title in the footer. I followed your instructions for adding EZ pages under "Important Links", but I would like to move some of these or create new ones under "quick links" "information" etc.
Can this be done?
You can do this by editing includes/languages/english/extra_definitions/apparel_boutique/footer_menu_defines.php
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I see that, but the EZ pages links that go under "important links" don't show in the footer_menu_defines.php ?
I want to move a couple of them under "information" to space things out more evenly.
-
Re: Apparel Boutique Template Support Thread
Quote:
I see that, but the EZ pages links that go under "important links" don't show in the footer_menu_defines.php ?
I want to move a couple of them under "information" to space things out more evenly.
Just create the link where you want it and then add the constant to the bottom of the page.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Just create the link where you want it and then add the constant to the bottom of the page.
Thanks,
Anne
Forgive me, but I need a little more direction {sorry, I am still a newbie!} I don't see how I can move one of the links created in EZ pages that goes under the Important links header, to another column.
-
Re: Apparel Boutique Template Support Thread
Quote:
Forgive me, but I need a little more direction {sorry, I am still a newbie!} I don't see how I can move one of the links created in EZ pages that goes under the Important links header, to another column.
For specific instructions on how to edit the footer menu, please post to this modules support thread. The module is called footer menu.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I forgot to say that you should definitely read the support thread before posting as this question has probably already been asked and answered.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I forgot to say that you should definitely read the support thread before posting as this question has probably already been asked and answered.
Thanks,
Anne
Wow, I am sorry, I have searched this thread, and done several google searches for answers too, and this the only part that I can't seem to figure out. I apologize if I bothered you with my possible repeat question.
-
Re: Apparel Boutique Template Support Thread
No, don't search this thread for the footer menu question, I meant to say search the footer menu thread before posting over there because your question is common and probably has already been asked and answered :smile: Sorry that came out sounding wrong.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Ann,
I am new to PHP, may I ask you what is the best way to disable the slideshow on the front page?
-
Re: Apparel Boutique Template Support Thread
Go to your admin--tools--define pages editor, select define_main_page.php and then delete all the code there.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
-
Re: Apparel Boutique Template Support Thread
First I want to say thank you, I'm building my first webshop with this template.
At the moment I am working on the sidebox, ''more information''
I have managed to change the names under the side box but as seen on the picture below the actual page itself still shows the original name. In this case ''pagina 3'' (which is dutch for page 3)
Could anyone give me a direction where to change this?
http://gyazo.com/bc8b180c217b4b94742b713ae1b42862.png
Thanks in advance,
-
Re: Apparel Boutique Template Support Thread
Quote:
First I want to say thank you, I'm building my first webshop with this template.
At the moment I am working on the sidebox, ''more information''
I have managed to change the names under the side box but as seen on the picture below the actual page itself still shows the original name. In this case ''pagina 3'' (which is dutch for page 3)
Could anyone give me a direction where to change this?
Please post a link to your site so that I can take a look.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi there,
unfortunately it's local hosted. :dontgetit
-
Re: Apparel Boutique Template Support Thread
These will be in:
includes/languages/english/page_2.php
Make sure that you edit the override file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I just submitted an update, hopefully it will be available for download soon!
Version 1.2 fixed slider javascript bug, added html readme file, added 3 column layout, replaced install.txt file with correct readme.txt file, resized slider images, centered slider, set twitter and facebook links to open in a new tab, fixed twitter and facebook links css bug, added home page image and text layout, added custom button to search sidebox, fixed attributes layout in ie6 and ie7, fixed many minor css bugs.
http://www.picaflor-azul.com/pica/in...pparel_325.jpg
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
The update has been approved and is now available for download in the "Free Software Add One" section :smile:
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
having a very frustrating go at installing this template on a fresh zen cart 1.3.9h installation. :(
I extracted the version 1.5 zip from the download site here to my zen cart root folder.
the files all appear to be fine.
/[zen cart root]/includes/templates/apparel_boutique/template_info.php is there and looks fine, permissions are world readable, I can't figure out why I only have the default theme in my drop down under Admin- tools - template selection
-
Re: Apparel Boutique Template Support Thread
Quote:
having a very frustrating go at installing this template on a fresh zen cart 1.3.9h installation.
I extracted the version 1.5 zip from the download site here to my zen cart root folder.
the files all appear to be fine.
/[zen cart root]/includes/templates/apparel_boutique/template_info.php is there and looks fine, permissions are world readable, I can't figure out why I only have the default theme in my drop down under Admin- tools - template selection
Follow the installation instructions in the readme. Go through each file in the template package and figure out which ones you are missing on your server.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
Love this template but am having a mind numbing problem. I've spent the last few hours trying to insert a background color into my sideboxes. I've even tried adding code to make the background transparent but that did not work. I have it working on a few but not all of the sideboxes and that is the confusing part.
It seems that the Categories, Information, More Information, Important Links, and Manufacturers sideboxes must be edited separately? The What's New and Reviews boxes are working properly.
Also I'd like to increase the font size within the Categories box. Can that be done without changing it on the entire page?
Would you mind taking a peek and letting me know where to make these edits? www.wholesomehound.com
Thanks for the help and for this outstanding template!
Anna:blush:
-
Re: Apparel Boutique Template Support Thread
You need to edit the includes/templates/apparel_boutique/css/stylesheet_betterCategoriesEzInfo.css
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Follow the installation instructions in the readme. Go through each file in the template package and figure out which ones you are missing on your server.
Thanks,
Anne
each file exists, I dragged and dropped the includes file from the template zip to my zen cart root folder, it merged without any overwrites, and I manually checked that each file is present. Other templates I've tried and used the same install method are showing up in the drop down.
Is this template compatible with 1.3.9h? I just noticed it says zen cart 1.5 on the template download page, maybe that is my problem.
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
Valhalla1
each file exists, I dragged and dropped the includes file from the template zip to my zen cart root folder, it merged without any overwrites, and I manually checked that each file is present. Other templates I've tried and used the same install method are showing up in the drop down.
Is this template compatible with 1.3.9h? I just noticed it says zen cart 1.5 on the template download page, maybe that is my problem.
I also just tried your 'andover modern' theme and I got the same problem, doesn't show up in drop-down. haven't figured this one out yet, I almost think for some reason its due to some windows/unix file format problem, although I went to the trouble of manually converting all the files to unix format my third try around with this theme and andover modern.
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
Valhalla1
each file exists, I dragged and dropped the includes file from the template zip to my zen cart root folder, it merged without any overwrites, and I manually checked that each file is present. Other templates I've tried and used the same install method are showing up in the drop down.
Is this template compatible with 1.3.9h? I just noticed it says zen cart 1.5 on the template download page, maybe that is my problem.
That is not the problem. The template is compatible with all versions up to and including 1.5
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
Valhalla1
I also just tried your 'andover modern' theme and I got the same problem, doesn't show up in drop-down. haven't figured this one out yet, I almost think for some reason its due to some windows/unix file format problem, although I went to the trouble of manually converting all the files to unix format my third try around with this theme and andover modern.
Whatever problem you are having it is not a problem inherent with the template packages. Thousands of users have managed to install the templates successfully.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
I am using the most current version of zencart I think 1.9 or something like that. I am using apparel boutique and I needed to know how I can change the header or if there is a way to keep the header you have but change the name?
Thanks,
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
avmejias
Hi Anne,
I am using the most current version of zencart I think 1.9 or something like that. I am using apparel boutique and I needed to know how I can change the header or if there is a way to keep the header you have but change the name?
Thanks,
The instructions are in the readme file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Very nice theme,am currently running it on 1.5.0 RC1
I would like to enable top navigation,and display category tabs in header,but I cant seem to do this in admin
Do I need to modify header?
thanks in advance
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
trickobrien
Very nice theme,am currently running it on 1.5.0 RC1
I would like to enable top navigation,and display category tabs in header,but I cant seem to do this in admin
Do I need to modify header?
thanks in advance
I am not sure what you mean "enable top navigation". Do you mean the header ezpages navigation? If this is what you mean, you will remove the display:none; in the style sheet for the #navEZPagesTop and #navCatTabsWrapper. Note that the template is designed to be used without these so they are not styled.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Got it,thanks very much :)
-
Re: Apparel Boutique Template Support Thread
Hi there, how do I get the home page to show as
http://www.picaflor-azul.com/pica/in...l_boutique.jpg
instead of http://www.picaflor-azul.com/pica/in...pparel_325.jpg
Thank You
Tried sending the two stipulated SQL scripts and also played around in the Configuration - Product Listing, but to no avail.
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
entryman
Go to admin--configuration--layout settings and remove the right hand sideboxes and column. You will also need to widen the slide show and slide show images. See the readme.html file for instructions on how to use images of different dimensions in the slider.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
in define footer_menu_defines.php i comment out the links i dont want in the footer GV and coupons but there is still plain text there that says GV and coupons.
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
philiplemon
in define footer_menu_defines.php i comment out the links i dont want in the footer GV and coupons but there is still plain text there that says GV and coupons.
You need to also remove the constants for these links further down in the file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You need to also remove the constants for these links further down in the file.
Thanks,
Anne
Thank you so much also do you know where the code is for the Facebook like button? It doesn't seem to be working for me. The button I am talking about is the one on the product page that says like when I click it the button changes state but it doesn't do anything on Facebook's end, are there additional steps I need to take to get it working?
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
philiplemon
Thank you so much also do you know where the code is for the Facebook like button? It doesn't seem to be working for me. The button I am talking about is the one on the product page that says like when I click it the button changes state but it doesn't do anything on Facebook's end, are there additional steps I need to take to get it working?
The code for the add this is in the includes/templates/apparel_boutique/templates/tpl_product_info_display.php file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hello, I serach the whole day already because I have a problem with Apparel Boutique Template.
Everything works fine, since I upgraded from version 1 to 1.3 the lightbox do not work.
I have image handler 3 as well. Image handler works fine but the lightbox which is the newest version, does not work.
I tried everything but I can not find a solution. Without lightbox the shop does not look professional.
Thank you very much for any kind of help.
you`ll find the shop here
http://www.bid77.com/shop