Zen Cart Logo
Forums / Addon Templates / Apparel Boutique Template Support Thread

Apparel Boutique Template Support Thread

Views: 95,871

Results 101 to 120 of 433
22 Dec 2010, 00:37
#101
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

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>
22 Dec 2010, 01:23
#102
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Apparel Boutique Template Support Thread

Ken Joy--check your /cache folder and see if there are any error log messages.

Thanks,

Anne

22 Dec 2010, 01:39
#103
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

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

22 Dec 2010, 03:45
#105
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

picaflor-azul:

Ken Joy--Read this thread, particularly post 12 and 13.

http://www.zen-cart.com/forum/showthread.php?p=966426

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

22 Dec 2010, 15:31
#106
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Apparel Boutique Template Support Thread

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

23 Dec 2010, 01:52
#107
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

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>
23 Dec 2010, 02:25
#108
linux avatar

linux

Zen Follower

Join Date:
Apr 2004
Posts:
173
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

picaflor-azul:

Honey script light.

Thanks,

Anne

Thank you.

23 Dec 2010, 16:10
#109
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Apparel Boutique Template Support Thread

Ken Joy--When you restored the define_main_page.php was the slideshow working?

Thanks,

Anne

29 Dec 2010, 03:32
#110
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

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.

29 Dec 2010, 07:14
#111
teppiz avatar

teppiz

New Zenner

Join Date:
Dec 2010
Posts:
6
Plugin Contributions:
0

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:

29 Dec 2010, 15:53
#112
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Apparel Boutique Template Support Thread

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

29 Dec 2010, 15:55
#113
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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

You will have to edit the includes/templates/apparel_boutique/templates/tpl_product_info_display.php and the stylesheet.css.

Thanks,

Anne

29 Dec 2010, 21:23
#114
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

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

29 Dec 2010, 21:39
#115
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Apparel Boutique Template Support Thread

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

30 Dec 2010, 10:00
#116
teppiz avatar

teppiz

New Zenner

Join Date:
Dec 2010
Posts:
6
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

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.

04 Jan 2011, 07:07
#117
teppiz avatar

teppiz

New Zenner

Join Date:
Dec 2010
Posts:
6
Plugin Contributions:
0

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/showpost.php?p=961529&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

04 Jan 2011, 16:26
#118
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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

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

05 Jan 2011, 02:05
#119
ken_joy avatar

ken_joy

New Zenner

Join Date:
May 2006
Posts:
62
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

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 https://www.houseofjoypublishing.com, and that didn't help either.

Would you have any suggestions? Thanks SO MUCH for your help.

Ken

05 Jan 2011, 18:15
#120
esfromtx avatar

esfromtx

New Zenner

Join Date:
Apr 2010
Location:
DFW, Texas
Posts:
8
Plugin Contributions:
0

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!!