Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30
  1. #21
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    for some reason the pictures are big when it scrolls
    No idea why that should happen as works fine on my demo site...
    however, you also have hoverbox installed..not tested
    scrolling with that particular mod...
    Also, sideboxes on your site are quite narrrow in width..
    try setting them to 160 px or higher via admin,,

  2. #22
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Quote Originally Posted by misty View Post
    No idea why that should happen as works fine on my demo site...
    however, you also have hoverbox installed..not tested
    scrolling with that particular mod...
    Also, sideboxes on your site are quite narrrow in width..
    try setting them to 160 px or higher via admin,,

    hmm I set the width of both sides to 160 and the left is a lil screwy. Man this boggles me. I'm sure its something very easy that I am missing or something. What do you have on your stylesheet.css for best sellers?

  3. #23
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    What do you have on your stylesheet.css for best sellers?
    Nothing that would affect this sidebox...if it was affected
    by IH2 than css entry would be required..but it is not..

  4. #24
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Quote Originally Posted by misty View Post
    Nothing that would affect this sidebox...if it was affected
    by IH2 than css entry would be required..but it is not..
    hmm, not sure what would be causing the problem then, been trying to figure this out for awhile now...

  5. #25
    Join Date
    Dec 2008
    Location
    Mexico
    Posts
    1
    Plugin Contributions
    0

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Try this in your tpl_best_sellers.php:

    Arround line 14 find:

    $rp .= '<li> <a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . '<img class="bestsellers_thumbnail" src="images/' . $bestsellers_list[$i]['image'] . '">' . '<br>' .zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></li>' . "\n";

    Change to:

    $rp .= '<br /><center><a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . '<img align= "Center" width="100" class="bestsellers_thumbnail" src="images/' . $bestsellers_list[$i]['image'] . '">' . '<br>' .zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></center><br /><br />' . "\n";

    it worked for me

    good luck!

  6. #26
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Quote Originally Posted by Lahun View Post
    Try this in your tpl_best_sellers.php:

    Arround line 14 find:

    $rp .= '<li> <a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . '<img class="bestsellers_thumbnail" src="images/' . $bestsellers_list[$i]['image'] . '">' . '<br>' .zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></li>' . "\n";

    Change to:

    $rp .= '<br /><center><a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . '<img align= "Center" width="100" class="bestsellers_thumbnail" src="images/' . $bestsellers_list[$i]['image'] . '">' . '<br>' .zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></center><br /><br />' . "\n";

    it worked for me

    good luck!
    Thanks for the help! Glad it worked for you, I changed the code, but it still showing the picture big

  7. #27
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Quote Originally Posted by chris32882 View Post
    ahh that fixed the problem with the webpage and I see the product title now, for some reason the pictures are big when it scrolls
    Just visted your site..correct sized images are scrolling..

  8. #28
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Quote Originally Posted by misty View Post
    Just visted your site..correct sized images are scrolling..

    Very odd, it is working! Great! I feel better now. Works in both FireFox and IE.

    THanks for the help everyone

  9. #29
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Quote Originally Posted by chris32882 View Post
    Very odd, it is working! Great! I feel better now. Works in both FireFox and IE.

    THanks for the help everyone
    Pleased to hear problem finally sorted..


  10. #30
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: "Best sellers" scrolling sidebox thumbnail problem

    Hey All,

    I just installed this mod on my website and everything is working well except the scrolling products arnt centered and im not sure how to get it looking right can anyone please assist?

    Link: www.truwater.com.au

    Thanks

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v139h restoring "Products Ordered" list anr therefore best sellers box
    By freedude in forum General Questions
    Replies: 1
    Last Post: 17 Jun 2012, 06:00 PM
  2. Why "Best Sellers" linked to "Specials" (sales module?)?
    By Cluelessjt in forum Basic Configuration
    Replies: 1
    Last Post: 29 Aug 2010, 02:54 AM
  3. Display "Best Sellers" like "What's New" or "Specials" lists.
    By jsmooth in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Jun 2010, 12:06 AM
  4. Replies: 4
    Last Post: 3 Dec 2007, 02:10 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