Page 17 of 17 FirstFirst ... 7151617
Results 161 to 167 of 167
  1. #161
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: jScroller Sidebox Package Support Thread

    Quote Originally Posted by rufusclc View Post
    Thanx for prompt response - my wife loves the scroll on the front of her site
    I meant a different choice of product ie some way to choose what gets displayed
    did not mean direction of scroll
    Rufus
    No, they are random selections

  2. #162
    Join Date
    Oct 2007
    Posts
    226
    Plugin Contributions
    0

    Default Re: jScroller Sidebox Package Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_best_sellers.php

    find the following section of code:

    PHP Code:
        $bsl .= '<li><a href="' zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' $bestsellers_list[$i]['id']) . '">' zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATEBEST_SELLERS_TRUNCATE_MORE) . '</a><br /><a href="' zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' $bestsellers_list[$i]['id']) . '">' .  zen_image(DIR_WS_IMAGES $bestsellers_list[$i]['image'], $bestsellers_list[$i]['name'], SMALL_IMAGE_WIDTHSMALL_IMAGE_HEIGHT) .'</a><br /></li>' "\n"
    AND replace it with the following:
    PHP Code:
        $bsl .= '<li><a href="' zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' $bestsellers_list[$i]['id']) . '">' zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATEBEST_SELLERS_TRUNCATE_MORE) . '</a><br /><a href="' zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' $bestsellers_list[$i]['id']) . '">' .  zen_image(DIR_WS_IMAGES $bestsellers_list[$i]['image'], $bestsellers_list[$i]['name'], SMALL_IMAGE_WIDTHSMALL_IMAGE_HEIGHT) .'</a><br /><hr /></li>' "\n"
    I like the Horizontal Line idea. It looks cool in this mod.

    You can also add more <BR /> tags before and after the HR to add even more space between the products.

  3. #163
    Join Date
    Oct 2007
    Posts
    226
    Plugin Contributions
    0

    help question jscroller on cell phones

    Hello fellow zen carters!

    I did install this mod on a 1.3.8A cart, and it works 100%.

    BUT--if you try viewing the site with a cell phone browser, once you scroll down to the part with the jScroller, you cant get any further, as more images just keep scrolling up....you can't get past it...

    So, how do i avoid this? Is there a way to turn off the jScroller if the browser type is a cell phone??

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

    Default Re: jScroller Sidebox Package Support Thread

    Quote Originally Posted by Donn View Post
    Hello fellow zen carters!

    I did install this mod on a 1.3.8A cart, and it works 100%.

    BUT--if you try viewing the site with a cell phone browser, once you scroll down to the part with the jScroller, you cant get any further, as more images just keep scrolling up....you can't get past it...

    So, how do i avoid this? Is there a way to turn off the jScroller if the browser type is a cell phone??
    You could try adding an @media query to includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    @media all and (max-width: 480px) {
    #navColumnOne, #navColumnTwo {
    width:0 !important;
    display:none;
    }
    }

  5. #165
    Join Date
    Sep 2010
    Posts
    19
    Plugin Contributions
    0

    Default Re: jScroller Sidebox Package Support Thread

    Great mod but not working with Image Handler 3 so I remove it.
    Is someone manage to make it work with IH3?

  6. #166
    Join Date
    Oct 2011
    Location
    Italy
    Posts
    8
    Plugin Contributions
    0

    Default Re: jScroller Sidebox Package Support Thread

    Hi, I installed sidebox_for_list_manufacturers_logos and I would apply jscroll to scroll through the pictures (of course excluding random). How can I do?
    Thank you.
    Zencart 1.3.9H

  7. #167
    Join Date
    Mar 2011
    Location
    VIC, AU
    Posts
    61
    Plugin Contributions
    6

    Default Re: jScroller Sidebox Package Support Thread

    Great mod Clyde. Its perfect on my 1.3.9h.
    Thanks heaps.

 

 
Page 17 of 17 FirstFirst ... 7151617

Similar Threads

  1. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 322
    Last Post: 22 May 2013, 10:07 AM
  2. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 227
    Last Post: 13 Dec 2012, 07:42 PM
  3. Contact Info Sidebox Support Thread
    By giuly in forum Addon Sideboxes
    Replies: 41
    Last Post: 7 May 2011, 11:54 PM
  4. Scrolling Featured Sidebox support thread
    By misty in forum Addon Sideboxes
    Replies: 86
    Last Post: 28 May 2010, 05:14 PM
  5. PO Box Ban [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 23
    Last Post: 28 Oct 2009, 11:58 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
  •