Page 1 of 17 12311 ... LastLast
Results 1 to 10 of 167
  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default jScroller Sidebox Package Support Thread

    jScroller Sidebox Package is now available in the downloads section

    This contribution uses jScroller2 by Markus Bordihn (markusbordihn.de) to achieve the scrolling effect.
    jScroller2 is W3C compatible (no more validation errors) because it does't use the "marquee" tag.
    ------------------

    PACKAGE CONTAINS:
    bestsellers sidebox (with images)
    featured products sidebox
    special products sidebox
    What's New sidebox
    -----------------

    You can use all the boxes or only the one(s) you wish.

  2. #2
    Join Date
    Aug 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: jScroller Sidebox Package Support Thread

    Realy nice job Clyde ;) many ThnkZ
    evan

  3. #3
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: jScroller Sidebox Package Support Thread

    Noticed that the font size on the header of the box is different from the default in my template (see the picture). Where do I change that?
    Attached Images Attached Images  

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: jScroller Sidebox Package Support Thread

    Quote Originally Posted by dimmyr View Post
    Noticed that the font size on the header of the box is different from the default in my template (see the picture). Where do I change that?
    open includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    find the following declaration:

    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1.1em;
    color: #FFFF00;
    }

    make sure the highlighted portion (font-size) is the same as the declaration for: h3.leftBoxHeading, h3.leftBoxHeading a

  5. #5
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: jScroller Sidebox Package Support Thread

    That was it, thank you. I am not sure why the original css had a different format for sideboxes on the righ side. Kinda asymmetric.

  6. #6
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: jScroller Sidebox Package Support Thread

    Ok, this one is gonna be more intelligent:

    Here is what I am experiencing - in FF the sidebox is collapsed and nothing is showing, in IE6 the sidebox is collapsed, but the new products scroll vertically across the whole screen... Huh?

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: jScroller Sidebox Package Support Thread

    Quote Originally Posted by dimmyr View Post
    Ok, this one is gonna be more intelligent:

    Here is what I am experiencing - in FF the sidebox is collapsed and nothing is showing, in IE6 the sidebox is collapsed, but the new products scroll vertically across the whole screen... Huh?
    url for your site?

  8. #8
    Join Date
    Jan 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: jScroller Sidebox Package Support Thread

    Did I miss something? Scroller does not pause on mouse over and does not pause between items. Is it supposed to do these things or is that something that was not setup in the mod. If it can be done please point me to the file(s) I need to edit and what to edit.

    Otherwise a fantastic mod as it is the only scroller that works properly with my sites template .

    Thanks for the respone in advance. Site is on local teat server only so I cannot post the URL, sorry.

    Dave

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: jScroller Sidebox Package Support Thread

    Quote Originally Posted by Dellonious View Post
    Did I miss something? Scroller does not pause on mouse over and does not pause between items. Is it supposed to do these things or is that something that was not setup in the mod. If it can be done please point me to the file(s) I need to edit and what to edit.

    Otherwise a fantastic mod as it is the only scroller that works properly with my sites template .

    Thanks for the respone in advance. Site is on local teat server only so I cannot post the URL, sorry.

    Dave
    open which ever sidebox you are using:
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_best_sellers.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_featured.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_specials.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_whats_new.php

    find the following line of code:
    Code:
    $content .= '<div class="scroller_container"><div class="jscroller2_up jscroller2_speed-20">' . $sp .'</div></div>';
    and replace it with the following:
    Code:
    $content .= '<div class="scroller_container"><div class="jscroller2_up jscroller2_speed-20 jscroller2_ignoreleave jscroller2_mousemove jscroller2_dynamic">' . $fp .'</div></div>';
    The box will scroll until you mouseover it

  10. #10
    Join Date
    Jan 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: jScroller Sidebox Package Support Thread

    Thanks for the fast response to my query. I pasted the line of code as described and the sidebox went blank. I checked the code and noticed that the original had a $sp before the closing DIV tags while the new one had a $fp, i took a shot and changed the $fp to $sp and it works as it is supposed to work now.

    I am by no means a coder and PHP is a new code to me but having coded HTML and like for a long time I took a chance and seem to have found a fix to the minor error.

    Once again great mod and even better now that it pauses on mouseover. THANKS!

    Dave
    Last edited by Dellonious; 21 Feb 2009 at 02:50 PM. Reason: mispelled word

 

 
Page 1 of 17 12311 ... LastLast

Similar Threads

  1. Social Sidebox Support Thread
    By brandonturpin in forum Addon Sideboxes
    Replies: 32
    Last Post: 21 Mar 2013, 06:51 AM
  2. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  3. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  4. v139h Longer Bestsellers sidebox - jScroller Sidebox Package
    By Maynards in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 12 Feb 2012, 07:26 PM
  5. GOB Package Trackers module - Support Thread
    By gob33 in forum Addon Shipping Modules
    Replies: 39
    Last Post: 15 Dec 2010, 02:39 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