Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by RiverCity View Post
    That seems to have helped quite a bit, at least good enough. On one page, one image is still larger than it should be but at least they aren't overlapping each other like they were. Don't have Firefox on this computer but Chrome still looked good after making the change.

    Thanks for the help,

    Jim
    Ihad checked it also on firefox with the changes, and didn't see a problem.

    As for this one image that has the problem, could you identify the eb address and I could maybe assist? (Or someone else that passes by. :) )
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by mc12345678 View Post
    Ihad checked it also on firefox with the changes, and didn't see a problem.

    As for this one image that has the problem, could you identify the eb address and I could maybe assist? (Or someone else that passes by. :) )


    The url to the one I mentioned is: http://www.missyscollectibles.com/in...dex&cPath=2020

    IE9 is what I used for this address, it'll be obvious which product it is when you see it, it's the middle item on the top row. All the images in IE9 are larger than they should be but I can live with how they are, at least all but this one. It's the only one I can find just spot checking that is still too big. If you scroll down to the New Products for March, below the products on that page, they are the correct size that all the images should be but again, except for this one, I could live with how they are if it's going to be too complicated for me to fix it.

    Thanks again,

    Jim
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by RiverCity View Post
    The url to the one I mentioned is: http://www.missyscollectibles.com/in...dex&cPath=2020

    IE9 is what I used for this address, it'll be obvious which product it is when you see it, it's the middle item on the top row. All the images in IE9 are larger than they should be but I can live with how they are, at least all but this one. It's the only one I can find just spot checking that is still too big. If you scroll down to the New Products for March, below the products on that page, they are the correct size that all the images should be but again, except for this one, I could live with how they are if it's going to be too complicated for me to fix it.

    Thanks again,

    Jim
    Not to get your hopes up that an answer is already determined, but wanted to say that it probably is the same type of situation where the !important flag is assigned before another rule and the other rule doesn't get a chance to play. :)

    In your other tests, did you try to resize the window as well? Seems that this is a responsive (or responsive like) template.other devices also would be good to test it on like mobile's etc...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by mc12345678 View Post
    Not to get your hopes up that an answer is already determined, but wanted to say that it probably is the same type of situation where the !important flag is assigned before another rule and the other rule doesn't get a chance to play. :)

    In your other tests, did you try to resize the window as well? Seems that this is a responsive (or responsive like) template.other devices also would be good to test it on like mobile's etc...

    I'm not sure about resizing the window or how to do it but I did try it out on my android phone and ipad and the site and that one item look good on both of them. I might just have to be glad it's as good as it is.
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  5. #5
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by RiverCity View Post
    I'm not sure about resizing the window or how to do it but I did try it out on my android phone and ipad and the site and that one item look good on both of them. I might just have to be glad it's as good as it is.
    Ahh, never settle for less than correct when it comes to your website business. It's just that I'm not in front of a pc at the moment to help, and I'm somewhat surprised no one else has jumped in to help yet. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by mc12345678 View Post
    Ahh, never settle for less than correct when it comes to your website business. It's just that I'm not in front of a pc at the moment to help, and I'm somewhat surprised no one else has jumped in to help yet. :)
    I appreciate your help, it's past my bedtime here, I'll check back in the morning for any more news on the problem. Thanks again for your help, it's a whole lot better than it was thanks to you. I went back to the MagneticOne Google Data Feed module and the warning message I got when it loaded after adding those several thousand items said that it recommended that I disable the PHP execution timeout when dealing with a large number of items. I couldn't find their example in my php.ini file where they said it was so I sent a ticket in to Hostgator with the information to see if this change is possible or not on my hosting plan. Hopefully, I'll hear back from them by morning on that.

    Jim
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  7. #7
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Chrome, Firefox, and IE9 Problem

    Quote Originally Posted by RiverCity View Post
    I appreciate your help, it's past my bedtime here, I'll check back in the morning for any more news on the problem. Thanks again for your help, it's a whole lot better than it was thanks to you. I went back to the MagneticOne Google Data Feed module and the warning message I got when it loaded after adding those several thousand items said that it recommended that I disable the PHP execution timeout when dealing with a large number of items. I couldn't find their example in my php.ini file where they said it was so I sent a ticket in to Hostgator with the information to see if this change is possible or not on my hosting plan. Hopefully, I'll hear back from them by morning on that.

    Jim
    Sorry for the late response. Haven't been on the computer as much as I anticipated. Here is the solution that I came up with, but perhaps someone else has something better:

    In the responsive_theme.css file if you change line 2 to the following then it will shrink the image(s) down so that they are all the same maximum height. (If an image is smaller it will not make it taller.) Some of this may be correctable through the use of Image Handler 4. I didn't see that the suggested revision had been made to the active site, so guessing that are trying out the changes on a mirror site.

    Code:
    .listingProductImage {
      max-width: 100% !important;
      max-height: 80px;
    }
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. v153 SSL problem with browsers (chrome and firefox but not internet explorer 11)
    By keithduong in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 16 Oct 2014, 02:38 PM
  2. v150 Placement of Images and Forms different between IE, Firefox, and Chrome
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Sep 2012, 02:33 PM
  3. ie7 and chrome different than ie8 and firefox
    By Congerman in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Aug 2010, 04:48 PM
  4. IE Versus Firefox and Chrome
    By cs_jono in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Mar 2010, 05:53 PM
  5. logo.gif - ok with chrome and firefox but IE has a problem - help
    By voodoo1967 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jul 2009, 10:32 AM

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