Page 2 of 10 FirstFirst 1234 ... LastLast
Results 11 to 20 of 95
  1. #11
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Quote Originally Posted by darkmarauder View Post
    I have got this module installed in my test shop and although it does show a product, it doesn't do any rotation of products and the buttons do not respond.

    Any ideas?
    It's almost certain to be that the jquery library exists somewhere else on your test site as well.
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  2. #12
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    I canīt get this box to "play" - it works fine with the buy it now on the first product that shows up, but the products wonīt change either by them selves or with the buttons. Installed as instructed, except there is no /includes/templates/YOUR_TEMPLATE/common/html_header.php, but a /includes/templates/YOUR_TEMPLATE/common/tpl_header.php
    I put the patch in there, but there is no /head tag, so it may not be in the right place. My tpl_header.php now looks like this:


    PHP Code:
    <?php
    /**
    * Template designed by 12leaves.com
    * 12leaves.com - Free ecommerce templates and design services
    *
    * Common Template

    * @package templateSystem
    * @copyright Copyright 2009-2010 12leaves.com
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
    */
    ?>

    <?php
      
    // Display all header alerts via messageStack:
      
    if ($messageStack->size('header') > 0) {
        echo 
    $messageStack->output('header');
      }
      if (isset(
    $_GET['error_message']) && zen_not_null($_GET['error_message'])) {
      echo 
    htmlspecialchars(urldecode($_GET['error_message']));
      }
      if (isset(
    $_GET['info_message']) && zen_not_null($_GET['info_message'])) {
       echo 
    htmlspecialchars($_GET['info_message']);
    } else {

    }

    ?>


    <!--bof-header logo and navigation display-->
    <?php
    if (!isset($flag_disable_header) || !$flag_disable_header) {
    ?>

    <div id="headerWrapper">

    <!--bof-header ezpage links-->
    <div class="topper-menu float-right">
    <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE$_SERVER['REMOTE_ADDR'])))) { ?>
    <?php 
    require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
    <?php 
    ?>
    </div>
    <!--eof-header ezpage links-->


    <!--bof-navigation display-->
    <!--eof-navigation display-->

    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
    </div>
    <div class="clearBoth"></div>
    <!--eof-branding display-->

    <!--eof-header logo and navigation display-->

    <!--bof-optional categories tabs navigation display-->
    <?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
    <!--eof-optional categories tabs navigation display-->
    <script src="js/jquery-1.4.4.min.js" type="text/javascript" charset="utf-8"></script>
          <script src="js/jquery.tools.min.js" type="text/javascript" charset="utf-8"></script>
    </div>
    <?php ?>
    Here is the link to my site: http://xn--godpbunn-d0a.no/

  3. #13
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    As I've absolutely no idea of your abilities (other than you are clearly happy to "give-it-a-go" ) the rest of this has to be basic, but it is not intended to be patronising.

    If there is no appropriate file in an override directory, then it means that that file has had no edits from the default (OR that any changes were made IN the default file itself).

    In either case, you need to make a copy of includes/templates/template_default/common/html_header.php and make the edits to the copy.

    Then upload this file to includes/templates/YOUR_TEMPLATE/common/html_header.php
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  4. #14
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    edited.
    Last edited by Kristian; 25 May 2011 at 11:12 AM. Reason: Mistake

  5. #15
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Thanks a bunch! I never understood where that html_header was - because it wasnīt there Works like a charm now - thanks again for your help.

    Kristian

  6. #16
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Pleased to hear that you got it sorted - and even more pleased that it wasn't an issue with the module itself!
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  7. #17
    Join Date
    Dec 2010
    Posts
    45
    Plugin Contributions
    1

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Very nice carousel.

  8. #18
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Hi I have just installed this, something I have been hoping would be available and it is now but it is not working for me, I know something I am doing or not. I have s3slider running also and feel there is a conflict. The product appears in the feature box but will not scroll and buttons do not work. I have tried moving the two lines of code to different places in tpl_header but no real difference (actually not quite sure where it should go at all) nor am I sure about the advice to delete the jquery library as this may contribute also. cheers

  9. #19
    Join Date
    Feb 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Im confused, please help.
    I dont have html_header. I have tpl_header.
    If I make the new file html_header, what code do I out in it?

    And also where does the 2 js files go?
    which directory?

    Dont quite understand and there is not enough support thread for me to read others questions to kind of get the grasp of how I can fix it.
    Thanks, Lissa

  10. #20
    Join Date
    Feb 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    I wanted to append to the message but I went over the 7 mins alloted time. So just disregard the above.
    Here is the appended message:

    m confused, please help.

    My carousel is up, but it doesnt move and the buttons dont work.

    I know someone else said something similar to this but i didnt quite understand the answer or how it was resolved.


    I dont have html_header. I have tpl_header.
    If I make the new file html_header, what code do I put in it?

    And also where does the 2 js files go?
    which directory?
    I just uploaded them to my main cart directory but I wasnt sure if they went in a specific directory.

    Dont quite understand.
    Thanks, Lissa

 

 
Page 2 of 10 FirstFirst 1234 ... LastLast

Similar Threads

  1. v150 Carousel Featured Products (carouFresel style) [Support Thread]
    By kamelion0927 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 16 Oct 2023, 01:47 PM
  2. v151 Flexibe NSF (New, Specials & Featured) Sideboxes for 1.5.x
    By rbarbour in forum Addon Sideboxes
    Replies: 3
    Last Post: 1 Jul 2017, 06:14 PM
  3. v151 Flexibe NSF (New, Specials & Featured) Centerboxes for 1.5.x
    By rbarbour in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 14 Jan 2015, 08:28 PM
  4. Scrolling Featured Sidebox support thread
    By misty in forum Addon Sideboxes
    Replies: 86
    Last Post: 28 May 2010, 05:14 PM
  5. Specials, New, Featured, Also Purchased Boxes - Heading & Border
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Feb 2009, 02:20 AM

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