Page 11 of 44 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 432
  1. #101
    Join Date
    May 2006
    Posts
    62
    Plugin Contributions
    0

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

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

    Default Re: Apparel Boutique Template Support Thread

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

    Thanks,

    Anne

  3. #103
    Join Date
    May 2006
    Posts
    62
    Plugin Contributions
    0

    Default 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

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

    Default 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

  5. #105
    Join Date
    May 2006
    Posts
    62
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

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

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

    Default 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

  7. #107
    Join Date
    May 2006
    Posts
    62
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

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

  8. #108
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Honey script light.

    Thanks,

    Anne
    Thank you.

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

    Default Re: Apparel Boutique Template Support Thread

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

    Thanks,

    Anne

  10. #110
    Join Date
    May 2006
    Posts
    62
    Plugin Contributions
    0

    Default Re: Apparel Boutique Template Support Thread

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

 

 
Page 11 of 44 FirstFirst ... 91011121321 ... 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