Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Go to your /cache folder and post the error so that I can take a look.
The module files are removed (I actually renamed from product_listing.php to Xproduct_listing.php etc). Here's the latest report from /cache folder:
myDEBUG-adm-1292092126-649218.log
ASCII text
--------------------------------------------------------------------------------
[11-Dec-2010 12:28:46] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /home/julimok3/public_html/zc_admin/includes/functions/general.php on line 40
[11-Dec-2010 12:28:46] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /home/julimok3/public_html/zc_admin/includes/functions/general.php on line 40
[11-Dec-2010 12:28:46] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /home/julimok3/public_html/zc_admin/includes/functions/general.php on line 40
[11-Dec-2010 12:28:46] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /home/julimok3/public_html/zc_admin/includes/functions/general.php on line 40
Re: Apparel Boutique Template Support Thread
Yen_JS----This is an error from the admin that you are getting. This error is telling you that there is an error in your admin/functions file.
Quote:
The module files are removed (I actually renamed from product_listing.php to Xproduct_listing.php etc).
It is not correct to rename the files to Xanything. This is probably what is causing your problems with the product listing. You should remove both the files you remaned as Xproduct_listing.php and product_listing.php and the tpl_modules_product_listing.php and whatever you renamed that file to.
Now would be a good time to restore your backup.
And, I would definitely recommend that you rename your admin folder since it has been posted on the forum :wink:
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Yen_JS----This is an error from the admin that you are getting. This error is telling you that there is an error in your admin/functions file.
It is not correct to rename the files to Xanything. This is probably what is causing your problems with the product listing. You should remove both the files you remaned as Xproduct_listing.php and product_listing.php and the tpl_modules_product_listing.php and whatever you renamed that file to.
Now would be a good time to restore your backup.
And, I would definitely recommend that you rename your admin folder since it has been posted on the forum :wink:
Thanks,
Anne
Oh my God. I'm gonna faint if this does not work. I had doubt if I could have ruined my system if 2 files were totally removed. It's my fault for not believing in you. What was I been thinking? You're an expert!! Excellent tutorial!! Thank you Anne!! It's 3.25am in Malaysia and I shall sleep in peace. Phew :):):)
PS: Oh yes, time for back up and renaming admin!! *double thumbs up*
Re: Apparel Boutique Template Support Thread
Hi Anne,
Is it possible to have the images for the 'slide show' come from the default images folder? I have a user who can't use FTP, and I have them uploading with ImageHandler2 for placing products/changing graphics. Thank you for any help you can offer, I love the template.
-Andrew
www.soulknits.com
Re: Apparel Boutique Template Support Thread
Hello,
I downloaded apparel boutique and I'm having problems with the slide show. I edited the urls to put in place my web address and I'm now seeing this on the home page:
<?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.mycuriouskitty.com/'); define(URL2,'http://www.mycuriouskitty.com/'); define(URL3,'http://www.mycuriouskitty.com/'); define(URL4,'http://www.mycuriouskitty.com/'); define(URL5,'http://www.mycuriouskitty.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>
here is the web address: http://www.mycuriouskitty.com/
Re: Apparel Boutique Template Support Thread
Quote:
Hello,
I downloaded apparel boutique and I'm having problems with the slide show. I edited the urls to put in place my web address and I'm now seeing this on the home page:
<?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.mycuriouskitty.com/'); define(URL2,'http://www.mycuriouskitty.com/'); define(URL3,'http://www.mycuriouskitty.com/'); define(URL4,'http://www.mycuriouskitty.com/'); define(URL5,'http://www.mycuriouskitty.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>
here is the web address:
http://www.mycuriouskitty.com/
What version of zen cart are you using?
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
I'm using the dreaded Go Daddy hosting and of course I'm having difficulty making this template register on my site. The fact that I'm completely new at this, I'm sure doesn't help either.
What am I supposed to be doing to make it work correctly. I followed the directions and tried to upload it in the file manager. Still nothing, can you fill me in on a step that I am probably missing or not doing right.
Re: Apparel Boutique Template Support Thread
Nevermind, I've got it working now. Just took a little bit of a learning curve.
Thanks for the template. It's a great help.
Re: Apparel Boutique Template Support Thread
Hi , thanks so much for the greate template..
could you please check http://www.fashion-bop.com/wedding4us/
I wanna ask, why there is a azure color sidebox appear on the rightside my test site? I didn't change anything yet..
Another question, how to change the link of the slider on the homepage? because I wanna point the link to the products link.
Thanks in advance.
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
fashionbop
Hi , thanks so much for the greate template..
could you please check
http://www.fashion-bop.com/wedding4us/
I wanna ask, why there is a azure color sidebox appear on the rightside my test site? I didn't change anything yet..
Another question, how to change the link of the slider on the homepage? because I wanna point the link to the products link.
Thanks in advance.
Right sidebox is fixed now.. and now I only have the question, how to change the link to the slider on the homepage? and I want to create some more pages link on the header as well. don't know how. thanks, anne