Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1
    Join Date
    Jun 2010
    Posts
    53
    Plugin Contributions
    2

    red flag Attribute Rollovers - By Nineve

    My new mod is ready for download.
    Simple 3 step procedure to add a rollover effect for Attributes (in this case to enlarge the thumbnail sized images). Very little altered in the native file of attributes.php and a bit of CSS to add to your stylesheet.

    Hope people find it as useful as I have. Enjoy.

  2. #2
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: New Mod - Attribute Rollovers - By Nineve

    I love your module!!

    But is it possible so that when you hover a different image comes up?

    I really really need that option!

  3. #3
    Join Date
    Jun 2010
    Posts
    53
    Plugin Contributions
    2

    Idea or Suggestion Re: New Mod - Attribute Rollovers - By Nineve

    Hi,
    Glad you like it. Unfortunately, no, it can not (as configured) open another image. Due to how it was coded (those images are being preloaded) I did not want to further burden the page load time.

    You could use an image of your product and just have that enlarge or...

    There is another mod you may want to look at given the circumstances of your web site. "Swap Images via MouseOver or Click" will allow you to customize your additional images. That might be a good option for you.

  4. #4
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: New Mod - Attribute Rollovers - By Nineve

    Yes but I like the color options and how its placed under the attributes section.

  5. #5
    Join Date
    May 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: New Mod - Attribute Rollovers - By Nineve

    How does this work? Any examples to show? I have the mod and installed it on 1.3.9f. I thought that if I a product attribute that has images say "choose color" then radio button choices showing the different color swatches (for example) that this mod would if I roll over one of the images pop up a larger version of the image. However it doesn't seem to be working at all is there something I am missing here?

  6. #6
    Join Date
    Jun 2010
    Posts
    53
    Plugin Contributions
    2

    Default Re: Attribute Rollovers - By Nineve

    There is another mod that changes the main image to an attribute image when you select either a radio button option or a pull down menu. This does not work like that. This is just to enlarge the attribute image when you hover over the thumbnail.

  7. #7
    Join Date
    May 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Attribute Rollovers - By Nineve

    Yes that is my understanding if I have an attribute image that with this mod if someone rolls over the attribute image a larger version of the image will pop up. However I have installed the mod and when I roll over an attribute image on a product listing nothing happens.

  8. #8
    Join Date
    Nov 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Attribute Rollovers - By Nineve

    I was trying to use this module as well, but it most of the templates come with several css pages. The main, the tm, the stylesheet.css and buttons.css So which one is the css code in the readme file supposed to be inserted into? Additionally, it talks about adjusting the size to 200 px on lines 482-483, but can't seem to find that either. Thanks.

  9. #9
    Join Date
    Aug 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Attribute Rollovers - By Nineve

    I need this mod too. After installation on 1.3.9h nothing changes.
    I have two attributes colour and size. I want to hover over the colour images then get a large image. Did somebody get this to work or can help me with this?.

  10. #10

    help question Re: Attribute Rollovers - By Nineve

    I installed this mod, uploaded my images, and then edited the CSS file to reflect my image sizes.

    Issue 1: In Internet Explorer 8, only two of the three attribute thumbnails are displayed, and of those, each is shown twice (side by side as if one image) and is enlarged and fuzzy.

    Issue 2: In Firefox 3.6, only two of the three attribute thumbnails are displayed. The third one is represented by text, but no image.

    Example

    I believe the issue is with the CSS, particularly this section:
    Code:
    /*currently hidden attribute image*/
    
    a.attribRoll i 
       {
          display:block; 
          position:absolute; 
          left:-9999px; opacity:0;
          -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
          -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
          -moz-border-radius: 10px;
        
          -webkit-border-radius: 10px;
          border-radius: 10px;
       }
    Can you advise on a fix?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Thumbnail rollovers
    By drumminlogan in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 20 Sep 2007, 05:58 PM
  2. Cat Rollovers
    By IntelCos in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Mar 2007, 12:06 AM
  3. Javascript rollovers?
    By dockery in forum Basic Configuration
    Replies: 4
    Last Post: 6 Aug 2006, 03:40 AM

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
  •