Page 4 of 10 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 93
  1. #31
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    "Whats New" Scrolling Sidebox

    Quote Originally Posted by qhome
    link to download?
    attached here! thanx in advanced...
    Attached Files Attached Files
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  2. #32
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: "Whats New" Scrolling Sidebox

    Quote Originally Posted by qhome
    -UPDATE!-

    Well i had a few free minutes so I made the Whats New Scrolling box XHTML valid now if you want it.

    Let me know if you have any problems.


    Check here for the download:
    http://www.zen-cart.com/index.php?ma...ort=20a&page=2
    Thanks for this update. It works great except for one minor problem. If Image Handler is installed, this mod uses the image from the /images/ folder. The problem with that is even though it keeps the small image dimension...in my case 100 X 100 it's actually loading the image I saved in my images folder. The images in my image folder are the biggest image size that IH uses to create images as it is needed.

    Instead of the image being like 23kb it's like 205kb.

    This is the same problem with the new Best Sellers with image.

  3. #33
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: "Whats New" Scrolling Sidebox

    Quote Originally Posted by BlessIsaacola
    Thanks for this update. It works great except for one minor problem. If Image Handler is installed, this mod uses the image from the /images/ folder. The problem with that is even though it keeps the small image dimension...in my case 100 X 100 it's actually loading the image I saved in my images folder. The images in my image folder are the biggest image size that IH uses to create images as it is needed.

    Instead of the image being like 23kb it's like 205kb.

    This is the same problem with the new Best Sellers with image.
    Hmm ok i'll take a look at that to see if I can make it Mo' Betta :)

  4. #34
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Default "Whats New" Scrolling Sidebox

    Issues with the specials scroller;

    1. Its display the same product twist at the beginning of the scroll.
    2. When you hovering at any products in the sidebox, its always show "100" instead of the product name respectively.
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  5. #35
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: "Whats New" Scrolling Sidebox

    Quote Originally Posted by tajul_ashyqin
    Issues with the specials scroller;

    1. Its display the same product twist at the beginning of the scroll.
    2. When you hovering at any products in the sidebox, its always show "100" instead of the product name respectively.
    Ya i have it on my demo site too now and i notice that... I will try to see if I can work on it this week.

  6. #36
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Default "Whats New" Scrolling Sidebox

    Quote Originally Posted by qhome
    Ya i have it on my demo site too now and i notice that... I will try to see if I can work on it this week.
    thanx Q...
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  7. #37
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: "Whats New" Scrolling Sidebox

    I think one thing people need to be aware of about the scrolling sideboxes is that they load all the images when the page first loads - slowing the initial page load...

    "scrolling specials" will load the number of images that are set to display on the specials listing page... 6 or 9 or 12 or 15.... for example, which means more or less effectively loading two pages instead of one when the visitor first hits the site... my scrolling specials pulls images from the IH2 bmz cache, not the ZC images folder...

    correct me if I'm wrong about new products, but I think it loads a lot of images at start up ....

    Great look and effects but comes with a high cost

  8. #38
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Default "Whats New" Scrolling Sidebox

    Quote Originally Posted by wasana
    I think one thing people need to be aware of about the scrolling sideboxes is that they load all the images when the page first loads - slowing the initial page load...

    "scrolling specials" will load the number of images that are set to display on the specials listing page... 6 or 9 or 12 or 15.... for example, which means more or less effectively loading two pages instead of one when the visitor first hits the site... my scrolling specials pulls images from the IH2 bmz cache, not the ZC images folder...

    correct me if I'm wrong about new products, but I think it loads a lot of images at start up ....

    Great look and effects but comes with a high cost
    i am also aware of the consequences! but can u share your version of "scrolling specials" with us?!
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  9. #39
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: "Whats New" Scrolling Sidebox

    i use the one contributed by sn0ut..

  10. #40
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: "Whats New" Scrolling Sidebox

    Quote Originally Posted by qhome
    -UPDATE!-

    Well i had a few free minutes so I made the Whats New Scrolling box XHTML valid now if you want it.

    Let me know if you have any problems.


    Check here for the download:
    http://www.zen-cart.com/index.php?ma...ort=20a&page=2
    Nice job making this XHTML compliant.

    One small glitch in the mod. This is that it doesn't follow the standard layout for sideboxes generated by template_default. As a result some templates (in particular future Zen) can't display the revised sidebox properly as the sidebox is missing some classes.

    The fix is very easy. Line 28 is currently blank. Change it to read
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
    The at the very bottom of the file, create a new line between 174 and 175 that reads
    $content .= "</div>";
    Other than this, it looks to be a nice piece of work, that even with correction took less that 15 mins to install on a client's site yesterday.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 4 of 10 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. "New products" side box is not scrolling.
    By Ridgh in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Apr 2014, 07:02 PM
  2. Scrolling Whats New Sidebox
    By sn0ut in forum Addon Sideboxes
    Replies: 29
    Last Post: 21 Feb 2010, 09:19 PM
  3. "Best sellers" scrolling sidebox thumbnail problem
    By chris32882 in forum Addon Sideboxes
    Replies: 29
    Last Post: 15 Feb 2009, 12:56 AM
  4. Store "forgets" whats in the basket when pressing "Home"?
    By deanparkr in forum General Questions
    Replies: 1
    Last Post: 7 Dec 2008, 05:55 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