Page 13 of 44 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 432
  1. #121
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default 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!!
    If you read the install.txt file you will find the recommended admin settings that will fix this.

    Thanks,

    Anne

  2. #122
    Join Date
    Apr 2010
    Location
    DFW, Texas
    Posts
    8
    Plugin Contributions
    0

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



    Any suggestions would be greatly appreciated.

  3. #123
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default 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.
    If you post a link to your site I can take a look

    Thanks,

    Anne

  4. #124
    Join Date
    Apr 2010
    Location
    DFW, Texas
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look

    Thanks,

    Anne
    Sorry. www.joyfulheartboutique.com

  5. #125
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default 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

  6. #126
    Join Date
    May 2006
    Posts
    62
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

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

  7. #127
    Join Date
    Jan 2011
    Posts
    6
    Plugin Contributions
    0

    Default 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
    Last edited by Javen; 17 Jan 2011 at 09:36 PM.

  8. #128
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default 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
    This is a very strange problem. Switch to the classic template and see if you still have this problem.

    Thanks,

    Anne

  9. #129
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Apparel Boutique Template Support Thread

    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

  10. #130
    Join Date
    Jan 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

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

 

 
Page 13 of 44 FirstFirst ... 3111213141523 ... 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