Page 9 of 10 FirstFirst ... 78910 LastLast
Results 81 to 90 of 95
  1. #81
    Join Date
    Nov 2011
    Posts
    6
    Plugin Contributions
    0

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

    hey me again,

    As usual, i solved my own problem after seeking help from Forums lol i don't know why but this always happens

    The problem was html_header; i was using default_template's html_header as my template did not have any so my tab module changed it and added new html_header file to my current template. After i added <script> tags, it works perfect now :)

    Thank You

  2. #82
    Join Date
    Oct 2007
    Posts
    157
    Plugin Contributions
    0

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

    Is it possible to use this on a page outside of zencart? I'd like to have it on my blog (on my domain) to entice people into my shop!

    I've tried using the sidebox anywhere mod, but can't get it to work.

  3. #83
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

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

    Hi,
    I just Installed this module today on the free electronics black template.

    I didn't see the file html_header.php in my /includes/templates/black_pure_free/common/ folder

    I did find it in the /includes/templates/template_default/common/ folder

    So I went ahead and inserted the lines mentioned it the install

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

    I activated the new sideboxes in Admin->Tools->Layout Boxes Controller

    All great :)

    Now, how do I configure the module to has the same lay out as in the example website http://www.babyshower.ie ?
    I am really interested in have the scrolling products in the the Most Loved section at the bottom of the home page and categories sections.

    Any help is much appreciated.

    Thanks

  4. #84
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

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

    Quote Originally Posted by vinnyna View Post
    Hi,
    I just Installed this module today on the free electronics black template.

    I didn't see the file html_header.php in my /includes/templates/black_pure_free/common/ folder

    I did find it in the /includes/templates/template_default/common/ folder

    So I went ahead and inserted the lines mentioned it the install

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

    I activated the new sideboxes in Admin->Tools->Layout Boxes Controller

    All great :)

    Now, how do I configure the module to has the same lay out as in the example website http://www.babyshower.ie ?
    I am really interested in have the scrolling products in the the Most Loved section at the bottom of the home page and categories sections.

    Any help is much appreciated.

    Thanks
    It's really a nice add-on. Good job.

    Ok, I installed it. The carousel displayed in my site with the BUY and PREV/NEXT buttons.

    The problem is that I can't PRE/NEXT buttons don't scroll and not automatic scrolling after 5 seconds. It will change when I will refresh the page.

    Another thing, the carousel is not displaying on the other pages of my site. It is only display at the main page.

    I have followed the instruction, put the 2 lines of code <script> before the <head> tag and uploaded the files in their respective folders in my webserver. I using Clyde Designs Glacial Age template.

    I put the JS scipts under the JSCRIPT folder under Glacial Age folder.

    I don't know whats caused the carousel not to scroll.

    Anybody can help?

  5. #85
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

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

    I had a similar issue on this mod, I simply did a trial and error method by placing the 2 js script lines together in various places in my html_header.php file. as I say it was trial and error but it worked for my (heavily modified html_header.php file). Also ensure you copy your file into YOUR CUSTOM TEMPLATE FOLDER as you will lose your changes in any future upgrade.
    Posted via Mobile Device

  6. #86
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

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

    Quote Originally Posted by RJugalbot View Post
    It's really a nice add-on. Good job.

    Ok, I installed it. The carousel displayed in my site with the BUY and PREV/NEXT buttons.

    The problem is that I can't PRE/NEXT buttons don't scroll and not automatic scrolling after 5 seconds. It will change when I will refresh the page.

    Another thing, the carousel is not displaying on the other pages of my site. It is only display at the main page.

    I have followed the instruction, put the 2 lines of code <script> before the <head> tag and uploaded the files in their respective folders in my webserver. I using Clyde Designs Glacial Age template.

    I put the JS scipts under the JSCRIPT folder under Glacial Age folder.

    I don't know whats caused the carousel not to scroll.

    Anybody can help?
    Hi there,

    place:
    <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>

    before the closing between the opening and closing head tag either just before </head>.
    I place my script just after the <head> tag.
    Hope this helps.

  7. #87
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

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

    I love this mod, but it has an issue I haven't been able to solve. I've been working on eliminating the validation errors for my web site. I started with over 60, and am now down to 8, all of which are generated by this mod. Note: It's currently 8 because I only have one box activated. If I activate the others, it produces many more.

    It generates multiples of this:

    Line 175, Column 443: ID "carouselPrice" already defined

    …te domed costume earrings</a><div id="carouselPrice">$24.95</div><div><a href=…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).


    Each error is, of course, generated by a different item. I have 8 right now because I have 8 featured items.

    Anybody have any ideas how to fix this?

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

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

    Quote Originally Posted by RescoCCC View Post
    I love this mod, but it has an issue I haven't been able to solve. I've been working on eliminating the validation errors for my web site. I started with over 60, and am now down to 8, all of which are generated by this mod. Note: It's currently 8 because I only have one box activated. If I activate the others, it produces many more.

    It generates multiples of this:

    Line 175, Column 443: ID "carouselPrice" already defined

    …te domed costume earrings</a><div id="carouselPrice">$24.95</div><div><a href=…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).


    Each error is, of course, generated by a different item. I have 8 right now because I have 8 featured items.

    Anybody have any ideas how to fix this?
    Hi I have had this too and what seems to work right or wrong? but works. When you have two or more carousel going e.g. whats new or featured or specials, the div id is accepted once so change the div id to div class for carouselPrice in two of the three carousel php files. good luck

  9. #89
    Join Date
    Sep 2008
    Posts
    7
    Plugin Contributions
    0

    help question Missing buy now, price, and description

    Hi

    I have used this extension on a previous site with no problems but I am having a problem with it on a new site. It is not showing the buy now button or the price or the product name.

    Perhaps there a setting I have forgotten about in zencart admin? Or it might be a css thing.

    This is the css that seems to affect the visibilty of these elements:

    .scrollable2 {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 163px;
    height:250px;
    }
    .scrollable2 .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
    }

    I hope someone can help.

  10. #90
    Join Date
    May 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: Missing buy now, price, and description

    I'm wondering if this is possibly for installation under Zencart 1.5.0?

    If not, is there something available out there in the vast "interweb" that is compatible with Zencart 1.5.0 that does what this does?

 

 
Page 9 of 10 FirstFirst ... 78910 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