Page 8 of 44 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 432
  1. #71
    Join Date
    Nov 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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
    Last edited by Yen_JS; 11 Dec 2010 at 07:51 PM.

  2. #72
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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.

    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

    Thanks,

    Anne

  3. #73
    Join Date
    Nov 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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

    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*

  4. #74
    Join Date
    Nov 2010
    Posts
    18
    Plugin Contributions
    0

    Default 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

  5. #75
    Join Date
    Dec 2010
    Posts
    3
    Plugin Contributions
    0

    Default 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/

  6. #76
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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/
    What version of zen cart are you using?

    Thanks,

    Anne

  7. #77
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default 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.

  8. #78
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default 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.

  9. #79
    Join Date
    Dec 2010
    Location
    Guangzhou, China
    Posts
    9
    Plugin Contributions
    0

    Default 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.

  10. #80
    Join Date
    Dec 2010
    Location
    Guangzhou, China
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

    Quote Originally Posted by fashionbop View Post
    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

 

 
Page 8 of 44 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. v151 Responsive Apparel Boutique Template
    By picaflor-azul in forum Addon Templates
    Replies: 287
    Last Post: 2 Dec 2020, 11:46 PM
  2. Replies: 3
    Last Post: 10 Jun 2014, 09:45 PM
  3. Modify or change template from Apparel Boutique to Lite Orange?
    By sweetaloma in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Dec 2012, 07:34 PM
  4. Earthy Boutique Template Support Thread
    By jill8026 in forum Addon Templates
    Replies: 23
    Last Post: 10 Nov 2012, 01:50 AM
  5. Replies: 7
    Last Post: 14 Jun 2012, 04:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR