Thread: recently viewed

Page 6 of 9 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 84
  1. #51
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    That will not work for recently viewed sidebox because that sidebox is not calling any of the classes defined in the code that I pasted.

    That code ONLY affects the best_seller mod available for download (NOT even the standard bestseller that's included with ZC).
    yeah sure, thanks for reminding, so I will see if I am able to add the class to the tpl file

    but I saw that your recently reviewed layout is different from original. Originally the image is stick together with the product name without any space. Did you make any change to it?

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    yeah sure, thanks for reminding, so I will see if I am able to add the class to the tpl file

    but I saw that your recently reviewed layout is different from original. Originally the image is stick together with the product name without any space. Did you make any change to it?
    The classes that control those are:
    PHP Code:
    .recent-products-name
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom0pt;
    padding-left8px;
    font-size1em;
    }

    .
    rent-products-price
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom10px;
    padding-left8px;


  3. #53
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    The classes that control those are:
    PHP Code:
    .recent-products-name
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom0pt;
    padding-left8px;
    font-size1em;
    }

    .
    rent-products-price
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom10px;
    padding-left8px;

    thanks a lot! let me get a try!

    Allow me to ask one more question. It is about the image size. I saw the small image on your best seller and recently viewed box is a real small image. Mine is a big image (400 x 400) being resized to a small one. Do you use image handler? Would you please teach me how to load a small image as this would largely speed up the site.

    Thanks

    my site for your reference:
    http://www.locomolife.com/store/

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    thanks a lot! let me get a try!

    Allow me to ask one more question. It is about the image size. I saw the small image on your best seller and recently viewed box is a real small image. Mine is a big image (400 x 400) being resized to a small one. Do you use image handler? Would you please teach me how to load a small image as this would largely speed up the site.

    Thanks

    my site for your reference:
    http://www.locomolife.com/store/
    Unless you already fix your problem. Both your bestsellers and recently viewed are resizing just fine. To test this, right click on the image and view property.

    Yes, we use IH2 on our website.

  5. #55
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    yes, I just installed IH2 to resize the picture. It works fine there. Just it crashes with another mod I am using, Swap Image on Mouseover
    With this mod, when u hover to additional picture in product info page, the main pic will change automatically to the one u hover.

    But after I installed IH2, it doesn;t work now. Do you have any idea that I can stop the resizing function on product info page? I only need the resize function on other pages, and I do not need the zoom function

    thanks!

  6. #56
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Btw, there is a line break under the first product of the best seller side box. It looks weird. Do you know how I can get rid of it? Or how I can have it under every product, but not just the first product?

    too many questions, thanks...

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    yes, I just installed IH2 to resize the picture. It works fine there. Just it crashes with another mod I am using, Swap Image on Mouseover
    With this mod, when u hover to additional picture in product info page, the main pic will change automatically to the one u hover.

    But after I installed IH2, it doesn;t work now. Do you have any idea that I can stop the resizing function on product info page? I only need the resize function on other pages, and I do not need the zoom function

    thanks!
    Well, all the settings are under configuration - images. You can disable the zoom and the resizing but you need to understand how the resizing work and affects other images. For example the small image size is what bestsellers mod uses to resize...it takes that value divided by two (and you can change the formular). But that size setting also affects about 5-7 other images that are called by Zen Cart....

    You can trick IH to not resize your large image for example by setting it to a number greater than your biggest image. So for example if your biggest image is 680 x 480 you can either set it to 800 x 600 or 0 x 0 and image handler will not resize.

    I am also not sure if you did a file compare or not and merge code where they are needed. IH2 works fine with the other mod, you just need to account for it..

    I have uninstall the other mod from our test environment so I don't have access to the changes in the file anymore. If you look in the thread for the mods that you're interested in, you will probably get better support instead of using this thread for every topic.

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    Btw, there is a line break under the first product of the best seller side box. It looks weird. Do you know how I can get rid of it? Or how I can have it under every product, but not just the first product?

    too many questions, thanks...

    That's there because you did not follow the instructions that have been posted in the thread for bestsellers. Apply the changes in that thread and everything will work fine.

  9. #59
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    thanks, actually I did try to paste the codes on the readme file to the css stylesheet. But still it is not working. The border still exists. I will try more! Thanks a lot for your time. I better do not border you too much! Thanks again!

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    thanks, actually I did try to paste the codes on the readme file to the css stylesheet. But still it is not working. The border still exists. I will try more! Thanks a lot for your time. I better do not border you too much! Thanks again!
    I am not sure that we are talking about the same thing. If you go to the other thread, you will notice that this issue was discussed and there is a new file released to fix it as well as the code pasted.

 

 
Page 6 of 9 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. v151 recently viewed products
    By 100asa in forum Addon Sideboxes
    Replies: 2
    Last Post: 3 Dec 2013, 04:30 PM
  2. Recently Viewed indicator while shopping?
    By vinnyna in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Dec 2011, 02:24 PM
  3. Recently viewed sidebox
    By sjk1000 in forum Addon Sideboxes
    Replies: 13
    Last Post: 27 Dec 2009, 08:16 PM

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