-
Re: Apparel Boutique Template Support Thread
No problem! I'm very grateful for your help. Here's the contents of that file:
<?php
define(IMAGE1,'slide1.jpg');// default width 700px height 250px /
define(IMAGE2,'slide2.jpg');
define(IMAGE3,'slide3.jpg');
define(IMAGE4,'slide4.jpg');
define(IMAGE5,'slide5.jpg');
define(URL1,'http://www.completeclassicpress.com/cat3');
define(URL2,'http://www.completeclassicpress.com/cat3');
define(URL3,'http://www.completeclassicpress.com/cat3');
define(URL4,'http://www.completeclassicpress.com/cat3');
define(URL5,'http://www.completeclassicpress.com/cat3');
?>
<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: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
-
Re: Apparel Boutique Template Support Thread
Ken Joy--check your /cache folder and see if there are any error log messages.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Anne:
There are several 'myDEBUG-adm' log files, the content of the most recent says :
[21-Dec-2010 17:41:46] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in (*path hidden)admin/includes/functions/general.php on line 39
line 39 reads as:
return htmlspecialchars($string, ENT_COMPAT, CHARSET, FALSE);
I haven't notice anything malfunction, except the slide show.
Does any of the above pertain to the slide show?
Thanks,
Ken
-
Re: Apparel Boutique Template Support Thread
Ken Joy--Read this thread, particularly post 12 and 13.
http://www.zen-cart.com/forum/showthread.php?p=966426
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Anne:
Thanks, I read those posts, and made the changes as outlined. Was that a separate issue from the one we've been discussing regarding the problem with the slide show not appearing? After making these changes the slide show is still missing.
Thanks,
Ken
-
Re: Apparel Boutique Template Support Thread
Quote:
Anne:
Thanks, I read those posts, and made the changes as outlined. Was that a separate issue from the one we've been discussing regarding the problem with the slide show not appearing? After making these changes the slide show is still missing.
Thanks,
Ken
The posts addressed the error that you posted.
I would recommend uploading the define_main_page.php that came with the template package to the correct directory to see if you can get the default silde show working.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The posts addressed the error that you posted.
I would recommend uploading the define_main_page.php that came with the template package to the correct directory to see if you can get the default silde show working.
Thanks,
Anne
Thanks, Anne. I uploaded the original define_main_page.php from the template package to its original location, and seem to be back to square one, since the original template's settings are now applied. I now need to go back and change the path to the location of the images being used for the slide show, and this is how it looks now... does anything look strange here...? Thanks, MUCHO, for your continued help.
(contents of define_main_page.php)
<?php
define(IMAGE1,'slide1.jpg');// default width 700px height 250px /
define(IMAGE2,'slide2.jpg');
define(IMAGE3,'slide3.jpg');
define(IMAGE4,'slide4.jpg');
define(IMAGE5,'slide5.jpg');
define(URL1,'http://www.completeclassicpress.com/cat3');
define(URL2,'http://www.completeclassicpress.com/cat3');
define(URL3,'http://www.completeclassicpress.com/cat3');
define(URL4,'http://www.completeclassicpress.com/cat3');
define(URL5,'http://www.completeclassicpress.com/cat3');
?>
<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: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Honey script light.
Thanks,
Anne
Thank you.
-
Re: Apparel Boutique Template Support Thread
Ken Joy--When you restored the define_main_page.php was the slideshow working?
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Ken Joy--When you restored the define_main_page.php was the slideshow working?
Thanks,
Anne
Hi Anne, no, restoring the define_main_page.php file didn't cause the slideshow to work. The slideshow hasn't worked at all since initially installing the Apparel Boutique template.
-
Re: Apparel Boutique Template Support Thread
Hi, First I just want to say thank you for the great template. I plan to use it on my website. I have some questions about the layout in product listing page. I don't know if it a system thing or a template thing. I have played around in the admin section but couldn't find them. Here is what I want to archive with my site.
http://usmuahang.com/Zencart.jpg
If you can, please point me to the right files to modify. Sorry I'm new to Zen Cart. And here is my site: http://usmuahang.com
Thank you again for a great template :smile:
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne, no, restoring the define_main_page.php file didn't cause the slideshow to work. The slideshow hasn't worked at all since initially installing the Apparel Boutique template.
My best guess is that you are missing files from the template package.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi, First I just want to say thank you for the great template. I plan to use it on my website. I have some questions about the layout in product listing page. I don't know if it a system thing or a template thing. I have played around in the admin section but couldn't find them. Here is what I want to archive with my site.
http://usmuahang.com/Zencart.jpg
If you can, please point me to the right files to modify. Sorry I'm new to Zen Cart. And here is my site:
http://usmuahang.com
Thank you again for a great template
You will have to edit the includes/templates/apparel_boutique/templates/tpl_product_info_display.php and the stylesheet.css.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
My best guess is that you are missing files from the template package.
Thanks,
Anne
Can I reinstall the template on top of my current install? Or, would you have an idea of which files I may be missing? I unpacked and installed the files from the ZenCart gallery, so not sure what files could be missing.
Thanks :)
Ken
-
Re: Apparel Boutique Template Support Thread
Quote:
Can I reinstall the template on top of my current install? Or, would you have an idea of which files I may be missing? I unpacked and installed the files from the ZenCart gallery, so not sure what files could be missing.
Thanks :)
Ken
You can install the template into a zen cart that is already running. I would go through the template files and check to see if any have been omitted. Something is missing if the slider does not work out of the box.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You will have to edit the includes/templates/apparel_boutique/templates/tpl_product_info_display.php and the stylesheet.css.
Thanks,
Anne
Thanks Anne, I think I got it.
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
I follow this post to fix the slider script but it doesn't work.
http://www.zen-cart.com/forum/showpo...&postcount=248
I copied the content of jscript_easySlider.js, put it into <script> and </script>, named it jscript_easySlider.php, then uploaded it into /includes/modules/pages/index.
I also deleted the original jscript_easySlider.js from includes/templates/apparel_boutique/jscript
After I did all that, the banners don't slide anymore, they are showed up on top of each other.
Do you have any idea to fix this?
Thanks
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
I follow this post to fix the slider script but it doesn't work.
http://www.zen-cart.com/forum/showpo...&postcount=248
I copied the content of jscript_easySlider.js, put it into <script> and </script>, named it jscript_easySlider.php, then uploaded it into /includes/modules/pages/index.
I also deleted the original jscript_easySlider.js from includes/templates/apparel_boutique/jscript
After I did all that, the banners don't slide anymore, they are showed up on top of each other.
Do you have any idea to fix this?
Thanks
The instructions posted do work as I have used them many times. You have done something wrong. I would recommend starting again and following the steps through one by one.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can install the template into a zen cart that is already running. I would go through the template files and check to see if any have been omitted. Something is missing if the slider does not work out of the box.
Thanks,
Anne
Hi Anne,
Still not able to get the slider to work. I manually checked each file that came in the download for the apparel_boutique template against the files on my server, and they are identical in name and location.
After checking the files, I uploaded the template again into my existing zencart installation at www.houseofjoypublishing.com, and that didn't help either.
Would you have any suggestions? Thanks SO MUCH for your help.
Ken
-
Re: Apparel Boutique Template Support Thread
Installed the template and everything seems to be working just fine. One question... I've seen two other posts on here about a blue right sidebar. They figured out how to fix it but didn't post the solution to the board. Can someone tell me how to fix it?
Thanks!!
-
Re: Apparel Boutique Template Support Thread
Quote:
Installed the template and everything seems to be working just fine. One question... I've seen two other posts on here about a blue right sidebar. They figured out how to fix it but didn't post the solution to the board. Can someone tell me how to fix it?
Thanks!!
If you read the install.txt file you will find the recommended admin settings that will fix this.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I have looked for a solution on the forum and am unable to find one for this issue.
Since adding images to my slide show the top of my page has been cut off.
http://www.joyfulheartboutique.com/i...screenshot.jpg
Any suggestions would be greatly appreciated.
-
Re: Apparel Boutique Template Support Thread
Quote:
I have looked for a solution on the forum and am unable to find one for this issue.
Since adding images to my slide show the top of my page has been cut off.
If you post a link to your site I can take a look
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look
Thanks,
Anne
Sorry. www.joyfulheartboutique.com
-
Re: Apparel Boutique Template Support Thread
If you are not going to use the template with all functionality as shown in the demo, then you will have to re-do the cross broswer testing. The template package as shown in the demo has been cross browser tested in all major browsers.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can install the template into a zen cart that is already running. I would go through the template files and check to see if any have been omitted. Something is missing if the slider does not work out of the box.
Thanks,
Anne
Hi Anne,
I've meticulously compared files from the downloaded package of apparel boutique to that installed on my server, and all files are present and accounted for. I'm still unable to get the slider to appear.
I checked the code from the slider author's web page at http://cssglobe.com/post/3783/jquery...content-slider
His code appears to have a link to jquery.js that doesn't appear in the define_main_page.php code that came with the template. His code is:
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/easySlider.js"></script>
and the code in the template's define_main_page.php code is:
<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: true
});
});
</script>
(of course, the proper paths are taken into account.) Is there a link missing here to the jquery.js script? I tried entering the code into the template's define file to see if it was missing a link to the script, but still no slider.
I know this should work out of the box, but I'm at a total loss to discover why it's not. If worse comes to worse, could you tell me how to place my own .jpg image in the place where the slider normally goes?
Thanks SO SO much for your continued help.
Ken
-
Re: Apparel Boutique Template Support Thread
Hi,
First of all, thanks for making this professional looking template free for all. Greatly appreciated. This is the first day I am installing Zencart and this is the very first template that attracted me to it.
Currently, I face a problem and would appreciated if anyone could assist me.
The picture slider was working perfectly alright when my whole zencart was empty, without any products being added.
However, once I added in a new product, the picture slider would not show up and it will go straight to the product page. After hours of trials and error and searching the whole 13 pages, I couldnt find an answer.
I have noticed that once I added a product, the url will direct me "http://chapterpetite.com/index.php?main_page=product_info&products_id=1" even thou I type in just "www.chapterpetite.com"
So I would like to seek help from any kind soul who had solution to this.
Thanks,
Javen
www.chapterpetite.com
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
First of all, thanks for making this professional looking template free for all. Greatly appreciated. This is the first day I am installing Zencart and this is the very first template that attracted me to it.
Currently, I face a problem and would appreciated if anyone could assist me.
The picture slider was working perfectly alright when my whole zencart was empty, without any products being added.
However, once I added in a new product, the picture slider would not show up and it will go straight to the product page. After hours of trials and error and searching the whole 13 pages, I couldnt find an answer.
I have noticed that once I added a product, the url will direct me "http://chapterpetite.com/index.php?main_page=product_info&products_id=1" even thou I type in just "www.chapterpetite.com"
So I would like to seek help from any kind soul who had solution to this.
Thanks,
Javen
www.chapterpetite.com
This is a very strange problem. Switch to the classic template and see if you still have this problem.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
I've meticulously compared files from the downloaded package of apparel boutique to that installed on my server, and all files are present and accounted for. I'm still unable to get the slider to appear.
I checked the code from the slider author's web page at
http://cssglobe.com/post/3783/jquery...content-slider
His code appears to have a link to jquery.js that doesn't appear in the define_main_page.php code that came with the template. His code is:
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/easySlider.js"></script>
and the code in the template's define_main_page.php code is:
<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: true
});
});
</script>
(of course, the proper paths are taken into account.) Is there a link missing here to the jquery.js script? I tried entering the code into the template's define file to see if it was missing a link to the script, but still no slider.
I know this should work out of the box, but I'm at a total loss to discover why it's not. If worse comes to worse, could you tell me how to place my own .jpg image in the place where the slider normally goes?
Thanks SO SO much for your continued help.
Ken
This is the code for the define main page:
Code:
<?php
define(IMAGE1,'slide1.jpg');// default width 700px height 250px /
define(IMAGE2,'slide2.jpg');
define(IMAGE3,'slide3.jpg');
define(IMAGE4,'slide4.jpg');
define(IMAGE5,'slide5.jpg');
define(URL1,'http://www.picaflor-azul.com');
define(URL2,'http://www.picaflor-azul.com');
define(URL3,'http://www.picaflor-azul.com');
define(URL4,'http://www.picaflor-azul.com');
define(URL5,'http://www.picaflor-azul.com');
?>
<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: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
If you use this code then the slider will work as long as the file jscript_easySlider.js in in the includes/templates/apparel_boutique/jscript folder.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
This is a very strange problem. Switch to the classic template and see if you still have this problem.
Thanks,
Anne
Hi Anne,
I still face the same problem even though I switch to the original template. Is there something wrong here?? I cant go to my homepage once I entered a product. I am using the latest version.
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
I still face the same problem even though I switch to the original template. Is there something wrong here?? I cant go to my homepage once I entered a product. I am using the latest version.
If it is also happening in the classic template, then this is not a template issue. Have you tried searching the forum for your answer? You can look at this:
http://www.zen-cart.com/forum/showthread.php?t=77608
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Thanks for the effort. Will try looking it up. Anyway, keep up the good work. Good Karma will follows! :smile:
Apparently, the problem was that I added product instead of putting category first. So for all fellow users of this nice template, just try adding category first before product! Cheers!
-
Re: Apparel Boutique Template Support Thread
Quote:
Thanks for the effort. Will try looking it up. Anyway, keep up the good work. Good Karma will follows!
Apparently, the problem was that I added product instead of putting category first. So for all fellow users of this nice template, just try adding category first before product! Cheers!
Ah! such a simple mistake. Thank you for posting your solution. I am sure that it will help someone :smile:
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
What a fantastic looking template Anne!
I look forward to trying it out. :D
-
Re: Apparel Boutique Template Support Thread
Quote:
What a fantastic looking template Anne!
I look forward to trying it out.
Thanks! :hug:
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I like the template that you have created and have installed it with Zencart 1.3.9 and it all works fine.
Is it possible to have 6 images in the slide show on the home page?
Is is simply an issue of adding respective lines in the main page file?
The site is not live yet but on the sever and working, it will run as a linked e-commerce solution along side a standard html presentation site.
Thanks for you great work, really appreciate this add on
-
Re: Apparel Boutique Template Support Thread
Quote:
I like the template that you have created and have installed it with Zencart 1.3.9 and it all works fine.
Is it possible to have 6 images in the slide show on the home page?
Is is simply an issue of adding respective lines in the main page file?
The site is not live yet but on the sever and working, it will run as a linked e-commerce solution along side a standard html presentation site.
Thanks for you great work, really appreciate this add on
I am happy that you like the template. Instructions for using more or less images in the slider are in the install.txt file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am happy that you like the template. Instructions for using more or less images in the slider are in the install.txt file.
Thanks,
Anne
Hi Anne, thanks for your speedy reply and sorry for not reading the whole of the text in the install text file. Thought I was reasonable smart, but only human :smile:
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne, thanks for your speedy reply and sorry for not reading the whole of the text in the install text file. Thought I was reasonable smart, but only human
No problem :smile: It is very common for people to only read the instructions as a last resort. :smartalec:
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
:clap::clap:[FONT="Verdana"]What a great template[/FONT]:clap::clap:Thank you:clap::clap:
One question, i've added a dropdown menu but I can not get the submenu to set the same width as the top menu. I know its not part of the template I tried to edit all CSS but I'm not able to get the submenu the same width as the top menu. Could there be a conflict in stylesheets??
Much thanx for your help...
You can view the site here:
http://bit.ly/hUJih3
-
Re: Apparel Boutique Template Support Thread
Quote:
What a great templateThank you
One question, i've added a dropdown menu but I can not get the submenu to set the same width as the top menu. I know its not part of the template I tried to edit all CSS but I'm not able to get the submenu the same width as the top menu. Could there be a conflict in stylesheets??
Much thanx for your help...
You can view the site here:
http://bit.ly/hUJih3
There is not a stylesheet conflict. I would recommend posting to the support thread for the module.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
apparel_template
I have installed the apparel_template, thank you very much it is a great template i like it very much, it´s perfect.
How can I change the details.gif for other languages.
It is not in the languge folder it is in images folder of the template.
I searched for this problem but I did not found an answer in that forum or on the web.
ThX
for any help. :blush:
-
Re: Apparel Boutique Template Support Thread
Quote:
apparel_template
I have installed the apparel_template, thank you very much it is a great template i like it very much, it´s perfect.
How can I change the details.gif for other languages.
It is not in the languge folder it is in images folder of the template.
I searched for this problem but I did not found an answer in that forum or on the web.
ThX
for any help.
Try posting to the designer monthly boxes mod support thread.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I found the error
it was in the database the table zen_configuration was corrupt, I imported another one from a fresh installation,
now everything works fine.
Thank for that great template :=))
-
Re: Apparel Boutique Template Support Thread
Quote:
I found the error
it was in the database the table zen_configuration was corrupt, I imported another one from a fresh installation,
now everything works fine.
Thank for that great template :=))
I am glad that you found the problem. The template does not modify that database table so it must be from something else that you did.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
Thanks for this great template. On the home page, in the 'new products for January' section, how can I...
- remove the 'Product details" image (details.gif)
- move the product name to below the product image
- unbold the price
So kind of like the default ZC template, but I like the size of the images in your demo better than the default template. I'm guessing I need to modify new_products.php?
- How do I make the manufacturers box taller?
- I must have inadvertently hid "Important Links" at the bottom (so I have a big blank area above the Twitter and FB buttons). How do I turn them back on?
Thanks!
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
There is not a stylesheet conflict. I would recommend posting to the support thread for the module.
Thanks,
Anne
Hi Anne, thanks will do, thanks again for your wonderfull templates!:clap:
-
Re: Apparel Boutique Template Support Thread
Quote:
Thanks for this great template. On the home page, in the 'new products for January' section, how can I...
- remove the 'Product details" image (details.gif)
- move the product name to below the product image
- unbold the price
So kind of like the default ZC template, but I like the size of the images in your demo better than the default template. I'm guessing I need to modify new_products.php?
I would recommend downloading the designer monthly boxes module which I used for this and reading the readme and/or posting to the support thread for this module for help.
Quote:
How do I make the manufacturers box taller?
- I must have inadvertently hid "Important Links" at the bottom (so I have a big blank area above the Twitter and FB buttons). How do I turn them back on?
Thanks!
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I would recommend downloading the designer monthly boxes module which I used for this and reading the readme and/or posting to the support thread for this module for help.
If you post a link to your site I can take a look.
Thanks,
Anne
Thanks, Anne. Click here to go to my store. Right now, it's just the demo data.
One other question, how come when I click the "DVD" category, it doesn't expand like it does on your demo (in the side panel)? Do you know if there is a setting that controls that?
-
Re: Apparel Boutique Template Support Thread
Quote:
How do I make the manufacturers box taller?
admin--configuration--maximum values--Manufacturers List - Scroll Box Size/Style
Quote:
I must have inadvertently hid "Important Links" at the bottom (so I have a big blank area above the Twitter and FB buttons). How do I turn them back on?
If you can not be more specific about what you did to cause this I would just reinstall all files in the footer menu module. You can download it from the downloads section.
Quote:
One other question, how come when I click the "DVD" category, it doesn't expand like it does on your demo (in the side panel)? Do you know if there is a setting that controls that?
You must have changed something in the admin. Try searching the forum for an answer to this.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
this is very beautiful~!
Thank you very much :hug:
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
admin--configuration--maximum values--Manufacturers List - Scroll Box Size/Style
If you can not be more specific about what you did to cause this I would just reinstall all files in the footer menu module. You can download it from the downloads section.
You must have changed something in the admin. Try searching the forum for an answer to this.
Thanks,
Anne
Thank you, Anne.
- I was able to increase the manufacturers box, thank you!!
- I know I didn't change any footer files, but I did a lot of config. Is there a way to just turn off the gray box at the bottom altogether? I think all the links I want are on the side anyway. :)
- Yeah I'm sure I must have changed some config to prevent the categories from expanding. I will do some more research.
- on the homepage, I was able to remove all the extra content (I just want to show new products). But now when I look at the cart, I see all those other sections again (i.e. 'featured' and 'monthly specials'). How do I stop those from showing? :dontgetit
Thanks!
-
Re: Apparel Boutique Template Support Thread
Hi Anne, I have added a French language module and managed to update most of the text that displays, but I am having difficulty locating the file that contains some of the Navigation bar text.
It currently displays as this: ACCUEIL | CONTACTEZ-NOUS | CONNEXION | CART - 0 ITEM(S) - €0.00 | CHECKOUT
I would like to edit the the words CART and CHECKOUT
I thought I knew the files reasonably now but obviously not the case
-
Re: Apparel Boutique Template Support Thread
Quote:
on the homepage, I was able to remove all the extra content (I just want to show new products). But now when I look at the cart, I see all those other sections again (i.e. 'featured' and 'monthly specials'). How do I stop those from showing?
Please search the form for this. This has been asked and answered tons of times already.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne, I have added a French language module and managed to update most of the text that displays, but I am having difficulty locating the file that contains some of the Navigation bar text.
It currently displays as this: ACCUEIL | CONTACTEZ-NOUS | CONNEXION | CART - 0 ITEM(S) - €0.00 | CHECKOUT
I would like to edit the the words CART and CHECKOUT
I thought I knew the files reasonably now but obviously not the case
Use the developers tool kit to find out which files you have missed:
https://www.zen-cart.com/tutorials/index.php?article=39
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Please search the form for this. This has been asked and answered tons of times already.
Thanks,
Anne
Sorry. I noticed last night that it's related to general ZC and not specific to the template so I went to go edit my post but there was no edit button. My apologies.
-
Re: Apparel Boutique Template Support Thread
Hi Anne, thanks again for your help. Some answers may appear obvious, but when your head is full of html code from a number of files at once, it easy to overlook the simple solutions that can be right in front of you.
So thanks again for you patience and help in short-cutting the time I am spending on modifying the files
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
I used your great template, I have one question maybe you can help me with. I like to have a shadow border around the mainwrapper, all around it. (top, left, right and bottom)
I spend hours editing the tpl_main_page.php and the stylesheet but I'm not able to do this. Can you help me with this, please.
This is what I've come up with so far:
Edited the tpl_main_page.php in the template default/common dit.
Added these divs <div id="mainWrapperLeft">
<div id="mainWrapperRight"> and the 2 closing </div> 's
In the stylesheet in the apparel_boutique/css dir I added:
#mainWrapperLeft {background:url(../images/shadowLeft.png)repeat-y 0 0;background-position: top left;}
#mainWrapperRight {background:url(../images/shadowRight.png) repeat-y 100% 0;}
The shadow appears on the site but not on the right position.
Padding does not help... I try to make this happen and stil have not a clue how to do this for the top and bottom, and how the shadow stays at the bottom when the page gets longer....
Can you help me in the right direction:smile:
You can viw my site here: http://bit.ly/fCK3s9
Thank you in advance... Rayring
-
Re: Apparel Boutique Template Support Thread
Hi There,
I love the look of your templates but on your test site using IE 8 I am getting the following errors on your demo site, and on my site that I ran a test install
Code:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)
Timestamp: Fri, 4 Feb 2011 11:08:08 UTC
Message: 'jQuery' is undefined
Line: 30
Char: 1
Code: 0
URI: http://www.picaflor-azul.com/free-demos/includes/templates/apparel_boutique/jscript/jscript_easySlider.js
Is this a code error or just IE8 being its usual pain in the as**
Thanks
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi There,
I love the look of your templates but on your test site using IE 8 I am getting the following errors on your demo site, and on my site that I ran a test install
Code:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)
Timestamp: Fri, 4 Feb 2011 11:08:08 UTC
Message: 'jQuery' is undefined
Line: 30
Char: 1
Code: 0
URI:
http://www.picaflor-azul.com/free-de..._easySlider.js
Is this a code error or just IE8 being its usual pain in the as**
Thanks
Follow the directions here:
http://www.zen-cart.com/forum/showpo...&postcount=248
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi ,
Thanks for the great template.
Have a few questions about this.
1.Can you advise how to add a Paypal / Security etc logo. Next to the facebook / twitter icon in the footer. The Add paypal logo zencart module - didnt work.
(Quick Tip from any experts there - is it really important or worth to have these considering that anyhow the payment would be processed by paypal page only)
2.Also is it possible to remove the count from the twitter / facebook and have only the links in the product detail page.
3.For languages - which is advisable installing zen cart language paacks or google transalate API - can they both be put in flawlessly into this template - how
4.Also to bring to your notice - installing numinix Fast and easy checkout - requires some CJ Loader - which they say speeds up javascript and CSS and overall performance of the zencart. After installing this the slider doesnt work. Is it advisable to install such a loader.
Thanks again for you active participation on the template
Aces J
-
Re: Apparel Boutique Template Support Thread
Quote:
4.Also to bring to your notice - installing numinix Fast and easy checkout - requires some CJ Loader - which they say speeds up javascript and CSS and overall performance of the zencart. After installing this the slider doesnt work. Is it advisable to install such a loader.
It is no problem to use the slider with the css/js loader. You need to install and merge the html_header file correctly and then all will work.
Quote:
3.For languages - which is advisable installing zen cart language paacks or google transalate API - can they both be put in flawlessly into this template - how
My personal preference is to install language packs.
Quote:
2.Also is it possible to remove the count from the twitter / facebook and have only the links in the product detail page.
Just go to addthis.com and create your own button code and replace it in the tpl_product_info.php file.
Quote:
1.Can you advise how to add a Paypal / Security etc logo. Next to the facebook / twitter icon in the footer. The Add paypal logo zencart module - didnt work.
(Quick Tip from any experts there - is it really important or worth to have these considering that anyhow the payment would be processed by paypal page only)
Edit the includes/templates/apparel_boutique/common/tpl_footer_menu.php file.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Many thanks for such a great template!::clap:
This is my first time setting up a site with Zen cart and so far editing your template to get it how i want it to look has been fairly easy.However i've now encountered something that i need some help with:
I want to edit the line of copy on the footer so that it just says - Copyright (year) Store Name
I've located the file with the relevant code(english.php) in includes/languages/apparel_boutique. However when i get rid of the other information displayed i am left with a blank page when i reload the page. I've tried a few combinations but still the same result. As i'm not very familiar with php i'm in need of some advice.
Also how would i centre the text, as at the moment it is left aligned.
-
Re: Apparel Boutique Template Support Thread
Quote:
Many thanks for such a great template!:
This is my first time setting up a site with Zen cart and so far editing your template to get it how i want it to look has been fairly easy.However i've now encountered something that i need some help with:
I want to edit the line of copy on the footer so that it just says - Copyright (year) Store Name
I've located the file with the relevant code(english.php) in includes/languages/apparel_boutique. However when i get rid of the other information displayed i am left with a blank page when i reload the page. I've tried a few combinations but still the same result. As i'm not very familiar with php i'm in need of some advice.
Also how would i centre the text, as at the moment it is left aligned.
Search the tutorials and faq's section for "blank page" for help.
-
Re: Apparel Boutique Template Support Thread
I am using 1.3.9!! All of my files were saved to public_html/zen and now I have copied them to public_html and removed the instances of "zen" in my configure.php files. Zen cart is still pulling the files from the original folder...i.e. about us... product images etc. I have read and read and read and can't figure out how to change this. I have changed session directory to public_html/cache. Any suggestions....my site is www.jolabeach.com.
-
Re: Apparel Boutique Template Support Thread
Quote:
I am using 1.3.9!! All of my files were saved to public_html/zen and now I have copied them to public_html and removed the instances of "zen" in my configure.php files. Zen cart is still pulling the files from the original folder...i.e. about us... product images etc. I have read and read and read and can't figure out how to change this. I have changed session directory to public_html/cache. Any suggestions....my site is
www.jolabeach.com
I just looked at your site and all seems well?
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
How do I change, in the actual zen cart program where it saves my files and images?
-
Re: Apparel Boutique Template Support Thread
Quote:
How do I change, in the actual zen cart program where it saves my files and images?
I am sorry, but I do not understand your question.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
I'm sorry...I am new at this!! When I log into my zen cart it shows everything being saved in the original file of /zen/ under the public_html. Now I have copied everything under home public_html and in my zen cart program it is still saving my files under ....public_html/zen/. How do I change that in zen cart? Does that make sense?
From reading some of the threads...it looked to me like I could just change the sessions directory to /home/beachcom/public_html/cache (and take the zen out).....and that would work.
Laura
(LOVE LOVE LOVE LOVE LOVE THIS TEMPLATE....BY THE WAY)
-
Re: Apparel Boutique Template Support Thread
Quote:
I'm sorry...I am new at this!! When I log into my zen cart it shows everything being saved in the original file of /zen/ under the public_html. Now I have copied everything under home public_html and in my zen cart program it is still saving my files under ....public_html/zen/. How do I change that in zen cart? Does that make sense?
From reading some of the threads...it looked to me like I could just change the sessions directory to /home/beachcom/public_html/cache (and take the zen out).....and that would work.
Laura
(LOVE LOVE LOVE LOVE LOVE THIS TEMPLATE....BY THE WAY)
You will have to be more specific. Are you logging into the zen cart admin? What is being saved? etc?
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
Used one more of your templates - having no problems and installed just perfectly. Thank you for creating these - you are saving us (and me) so much time - really appreciated. :clap:
Just wanted to share the site so you could see it - http://www.clipart2sell.com
Thanks Again!
Marlo (MarloDee Designs)
-
Re: code validation
Ok I now have it all working as we want - and really really happy with the template.
I'm a newbie but have followed all instructions really carefully and it all seems to do what it should.
I have used a few addons along the way to do things as we want and these all seem to work as they should.
I read somewhere that I should validate the code....oh.... dont know where to start now.
http://validator.w3.org/check?uri=ww...Inline&group=0
52 errors and 12 warnings
http://jigsaw.w3.org/css-validator/v...rning=&lang=en
1 error & 2 warnings
:oops:
I dont know if these are to do with the template or the add ons or just my own stupidity
Any suggestions ?
Thanks
Paul
www.shopforcostumes.co.uk
-
Re: Apparel Boutique Template Support Thread
Quote:
Ok I now have it all working as we want - and really really happy with the template.
I'm a newbie but have followed all instructions really carefully and it all seems to do what it should.
I have used a few addons along the way to do things as we want and these all seem to work as they should.
I read somewhere that I should validate the code....oh.... dont know where to start now.
http://validator.w3.org/check?uri=ww...Inline&group=0
52 errors and 12 warnings
http://jigsaw.w3.org/css-validator/v...rning=&lang=en
1 error & 2 warnings
I dont know if these are to do with the template or the add ons or just my own stupidity
Any suggestions ?
Thanks
Paul
www.shopforcostumes.co.uk
The xhtml and css were validated when I created the template, so the errors you are seeing are due to things that you have done. See the demo:
XHTML
CSS
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
Used one more of your templates - having no problems and installed just perfectly. Thank you for creating these - you are saving us (and me) so much time - really appreciated.
Just wanted to share the site so you could see it -
http://www.clipart2sell.com
Thanks Again!
Marlo (MarloDee Designs)
I am happy that you like the free templates and that you they save you lots of time and money ;-)
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
hI , THIS IS MY NEW WEBSITE http://stilulmeu.com/. please let me know how can i change the buttons under the product called "vezi| in english look, to all products that will apeat because when i enter by category listing it apears not button but text |... mai multe informatii|
please let me know. nice template !!!
-
Re: Apparel Boutique Template Support Thread
Quote:
hI , THIS IS MY NEW WEBSITE
http://stilulmeu.com/. please let me know how can i change the buttons under the product called "vezi| in english look, to all products that will apeat because when i enter by category listing it apears not button but text |... mai multe informatii|
please let me know. nice template !!!
Any product that has attributes will show as the more info... link on the product listing page. See this thread:
http://www.zen-cart.com/forum/showthread.php?t=72280
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Thanks Anne
All sorted now.
The main problems were to do with the slider java script, I followed (at least I tried to) the instructions to create a separate file but screwed up some of the coding. The file worked but the validator didnt like the code 100%.
All okay now. Thanks again for a great template.
Paul
www.shopforcostumes.co.uk
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
This template has completely changed the way I'm doing business and I will forever be grateful for it! I have a simple question and I haven't been able to find anything in this thread regarding it. I want to change the titles of the pages under the "more information" section of the side bars. I want to change "page 2" to something like, "size chart" etc...and I want to know how to do that for all pages in that section. I tried going to define_page_2.php, but I don't see a way of changing the title of the page. Could you please help? My site is www.absolutelypawssible.com
I'll appreciate any help you can send my way. Thanks!
- Diana
-
Re: Apparel Boutique Template Support Thread
Anne, thank you for your beautiful templates, and thank you for being so nice in replying all these messages.
My question is:
What causes the annoying error message in IE:
done, but with errors on page.
That's showing in all of the templates.
-
Re: Apparel Boutique Template Support Thread
Quote:
Thanks Anne
All sorted now.
The main problems were to do with the slider java script, I followed (at least I tried to) the instructions to create a separate file but screwed up some of the coding. The file worked but the validator didnt like the code 100%.
All okay now. Thanks again for a great template.
Paul
www.shopforcostumes.co.uk
I am happy that you have it all sorted out. The demo code does validate:
http://validator.w3.org/check?uri=ht...Inline&group=0
If your code does not validate then it is due to some change that you have made and you will have to bring any changes in compliance with w3c standards in order for it to validate.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Anne, thank you for your beautiful templates, and thank you for being so nice in replying all these messages.
My question is:
What causes the annoying error message in IE:
done, but with errors on page.
That's showing in all of the templates.
If you are referring to the jquery error then the fix for this has already been posted to the thread. Please read through the thread before posting to see if your question has already been asked and answered.
I am planning on including the fix in a future version of the template package.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
This template has completely changed the way I'm doing business and I will forever be grateful for it! I have a simple question and I haven't been able to find anything in this thread regarding it. I want to change the titles of the pages under the "more information" section of the side bars. I want to change "page 2" to something like, "size chart" etc...and I want to know how to do that for all pages in that section. I tried going to define_page_2.php, but I don't see a way of changing the title of the page. Could you please help? My site is
www.absolutelypawssible.com
I'll appreciate any help you can send my way. Thanks!
- Diana
I am happy that you like the template :smile:
Follow this tutorial:
Easy Help Zen Cart Tutorial: How To Customize the More Information Sidebox
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Thanks for the help Anne!
I followed the directions in the tutorial, but something stranged happened when I made the changes to the page names. For example, I opened page_2.php and when I inserted the new name of the page, the entire file shifted and looked completely different to when I opened it. Of course, I opened this in a plain text editor (notebook). I think my finger might have slipped and it caused some kind of error. No changes occured in terms of the page titles. Could you please give me the code for page_2.php so I can start over? Have you ever seen this happen?
-
Re: Apparel Boutique Template Support Thread
I'm sorry, I made a mistake describing my problem.
Ok. I followed the directions in the tutorial and changed the page titles in english.php, but no actual changes occured to the sideboxes. The problem that I'm mentioning above happened to me when I made the changes for the breadcrumb and the page title. The shift occured and when you look at the page, instead of the new page title, you'll see 'NAVBAR_TITLE' and 'HEADING_TITLE'. Please take a look at the page to see what I mean: http://absolutelypawssible.com/index...in_page=page_2
Either way, I think that if I get the new code again, I'll be able to make the changes.
-
Re: Apparel Boutique Template Support Thread
Quote:
I'm sorry, I made a mistake describing my problem.
Ok. I followed the directions in the tutorial and changed the page titles in english.php, but no actual changes occured to the sideboxes. The problem that I'm mentioning above happened to me when I made the changes for the breadcrumb and the page title. The shift occured and when you look at the page, instead of the new page title, you'll see 'NAVBAR_TITLE' and 'HEADING_TITLE'. Please take a look at the page to see what I mean:
http://absolutelypawssible.com/index...in_page=page_2
Either way, I think that if I get the new code again, I'll be able to make the changes.
If you followed the directions, you should have saved the file in your template override directory. You can just delete it and copy the unchanged includes/languages/english/page2.php to your override directory includes/languages/english/apparel_boutique/page2.php and then make your changes.
The same is true with our english.php file. You should be making changes to the override directory file in includes/languages/apparel_boutique/english.php. If you can not see the changes, then you have edited the includes/languages/english.php file and not the override file.
Thanks,
Anne
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Ok, I understand what I did now. Thank you for your help!
-
Re: Apparel Boutique Template Support Thread
Hi Anne,
i love the template.
I have a question and i don't even know if i have to ask you or perhaps any body else.
I want to use the jqzoom module, wich also has the jquery's in it.
when i put it in my template files.. my easy slider won't work anymore...
bummer.. and since i am still quit a newbie, i don't know where to look and find.. in the template files, or the jqzoom files..
Does anybody else used this nice module in this great template? and if so, how did you solve this?? :no:
i feel a bit stupid.. i think i am suppose to merge something.. but can't begin to imagine what... and sory if i'm in the wrong place..
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
i love the template.
I have a question and i don't even know if i have to ask you or perhaps any body else.
I want to use the jqzoom module, wich also has the jquery's in it.
when i put it in my template files.. my easy slider won't work anymore...
bummer.. and since i am still quit a newbie, i don't know where to look and find.. in the template files, or the jqzoom files..
Does anybody else used this nice module in this great template? and if so, how did you solve this??
i feel a bit stupid.. i think i am suppose to merge something.. but can't begin to imagine what... and sory if i'm in the wrong
HI! The best way to find help for third part modules (in other words, I did not write the jzoom module) would be to post on their specific support thread. The mod author is most familiar with the mod and can always offer the best support.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hi Ann, I want to remove the references to Gift Vouchers and Discount Coupons in the Information Side Box and Footer Menu.
I have located the file to edit out the Footer Menu but am struggling to locate where I need to edit for the Information Side Box.
I tried installing a module named "Admin Profiles" which appeared to be the solution. It did not work!
I am guessing it may be compatible with the Classic template and not after installing Apparel Boutique.
Perhaps I am wrong on this?.
The site is almost there, adding payment details and just need to take out these last two items as they are not relevant to the site.
I would appreciate any assistance on this – thanks again :)
-
Re: Apparel Boutique Template Support Thread
Hi,
First of all thank you for this great template.
I just started to edit the template to get the look that I finally want :D
I'd like to have a 1px square border around the sideboxes,is this possible and how ?
This would be really awesome for me and I hope you can help me.
You can find my template here: chef richard dot nl
And another thing please ;-)
How can I delete the code of the salestext under the logo,not just the text but also the code.
I suppose if I delete the code that the space under the logo will go away?
Thanks in advance for your help.
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi Ann, I want to remove the references to Gift Vouchers and Discount Coupons in the Information Side Box and Footer Menu.
I have located the file to edit out the Footer Menu but am struggling to locate where I need to edit for the Information Side Box.
I tried installing a module named "Admin Profiles" which appeared to be the solution. It did not work!
I am guessing it may be compatible with the Classic template and not after installing Apparel Boutique.
Perhaps I am wrong on this?.
The site is almost there, adding payment details and just need to take out these last two items as they are not relevant to the site.
I would appreciate any assistance on this – thanks again :)
Hi! See these 2 tutorials:
How Do I Remove the Gift Certificate FAQ & Discount Coupons Links From the Footer Menu
and
How Do I Remove the Gift Certificate FAQ & Discount Coupons Links From the Information Sidebox
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
First of all thank you for this great template.
I just started to edit the template to get the look that I finally want
I'd like to have a 1px square border around the sideboxes,is this possible and how ?
This would be really awesome for me and I hope you can help me.
You can find my template here: chef richard dot nl
And another thing please ;-)
How can I delete the code of the salestext under the logo,not just the text but also the code.
I suppose if I delete the code that the space under the logo will go away?
Thanks in advance for your help.
It looks like you have solved the sidebox border.
You can follow this tutorial to delete the tag line:
How Do I Change or Delete the Tagline Text Under the Logo
To remove the extra space between your logo and the top navigation bar find this in your styleheet.css:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;margin-bottom:25px;text-transform:lowercase;}
and replace with this:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;text-transform:lowercase;}
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Hello.
Thank you for this beautiful template.
I'm new to zen cart and this template helped me alot!!
I have a question.
In the product info page, I'd like to move additional images to bottom of the main image.
I moved them editing tpl_product_info_display.php but I want to show each additional pictures next to each other.
(not separate with dot lines....not too much space between them...)
what should i do?
Thank you so much.
-
Re: Apparel Boutique Template Support Thread
Quote:
Hello.
Thank you for this beautiful template.
I'm new to zen cart and this template helped me alot!!
I have a question.
In the product info page, I'd like to move additional images to bottom of the main image.
I moved them editing tpl_product_info_display.php but I want to show each additional pictures next to each other.
(not separate with dot lines....not too much space between them...)
what should i do?
Thank you so much.
Please post a link to your site so that I can take a look.
Thanks,
Anne
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Please post a link to your site so that I can take a look.
Thanks,
Anne
sorry about that.
here is the link
http://www.marqlieusa.com
-
Re: Apparel Boutique Template Support Thread
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Hi Anne
No i haven't seen that one!
thank you so much for letting me know about it.
I'll try to use it.
Thank you!
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
It looks like you have solved the sidebox border.
You can follow this tutorial to delete the tag line:
How Do I Change or Delete the Tagline Text Under the Logo
To remove the extra space between your logo and the top navigation bar find this in your styleheet.css:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;margin-bottom:25px;text-transform:lowercase;}
and replace with this:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;text-transform:lowercase;}
Thanks,
Anne
Hi Anne,
Thanks for your reply.
Indeed,the sidebox border I already solved myself with a little help from the Firefox addon firebug :D
Thanks for letting me know the code to get rid of that space,this worked.
I also received your e-mail,will reply later on when I have some more time,I need to finish the shop very fast now .
Thanks for all your help.
Regards,
Richard
-
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Thank you so much for you help again, I am really pleased with the site now and love the the template.
You want to have a quick look sometime
http://www.cakeriebourbonnaise.fr/Zencart
-
Re: Apparel Boutique Template Support Thread
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