Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #455909

    Hey,
    I have a serious problem on the site when it appears in the browser IE 8

    here is screenshot of the problems:
    http://prntscr.com/7egr84
    http://prntscr.com/7egs5f
    http://prntscr.com/7egt3y

    From what I saw the theme should work well with IE8: http://prntscr.com/7egubf

    Here is the website link: http://www.boursepro.com/

    Thank you very much in advance!

    #457090

    Hey!

    Please update the theme to the latest version (3.2).

    Best regards,
    Josue

    #457634

    Thanks I will check and let you know if it worked

    #457793

    Hey!

    Please do so and let us know so we can mark the thread as resolved or assist you further

    Cheers!
    Yigit

    #459331

    Hi,

    I proceed to update to Enfold 3.2 and nothing has changed !!!
    The exact same bugs are still there !!

    Please can you help?
    Thx

    #460069

    Hi!

    Can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab and check if it helps

    .avia-msie img { width: 100%; }

    Regards,
    Yigit

    #462840

    Hi
    I added the code you sent:
    /*—IE8—–*/
    .avia-msie img { width: 100%; }

    And each site has not worked out, distorted images and some have disappeared
    screenshot:
    English versionhttp://prntscr.com/7jxtlt
    French Version http://prntscr.com/7jxvrf

    What do you propose to do?
    Thanks!

    #462861

    Hey!

    Can you please try changing the code to following and check if that helps?

    .avia-msie img { width: auto; }

    Cheers!
    Yigit

    #462903

    I changed the code to the new code you sent me
    This returned the pictures disappeared
    But still the logo and many pictures distort
    In addition there is the problem of the button vip

    screenshot:
    http://prntscr.com/7jyeh3

    Thanks!

    #462906

    Hey!

    I asked my teammates to check your website on IE8, please kindly wait to hear from them.

    Regards,
    Yigit

    #462909

    Thank you Yigit!!!!!!

    #463207

    Hi!

    Please try this in the Quick CSS field:

    .avia-msie img, .avia-msie a img { 
    max-width: 100%;
    height: auto;
    width: auto;
    }

    Or this:

    .avia-msie img, .avia-msie a img { 
    max-width: 100%;
    height: auto;
    width: inherit;
    }

    Regards,
    Ismael

    #464562

    Hi Ismael
    Thanks for the help..
    I tried the two codes that you sent me,
    And unfortunately still have the same problem

    #464894

    Hey!

    This is what I see when I checked the site on IE8.

    Let’s try to fix each element one at a time:

    1.) For the vip menu items, use this:

    #menu-item-4385 a .avia-menu-text {
      width: 97px;
    }

    2.) Fix the logo with this:

    .avia-msie .logo a img { height: 63px; }
    

    IE8 is a legacy browser which lacks support for modern web technologies so expect to find a few glitches in the design. Unfortunately, we will not be able to fix all the issues.

    Cheers!
    Ismael

    #465439

    Hi Ismael,
    Finally beginning to see improvement .. how wonderful!
    1. The logo looks great now
    2. The pictures look good and not distorted

    Things left to fix
    1. Arrange the button vip he still does not look good
    2. Arrange the slider to look like the others browser (without spaces and everything is in place)

    Thank you very very much !!!!

    #468527

    Hi
    There was still things to fix in IE 8 browser
    Here they are:
    1. Arrange the button vip he still does not look good
    2. Arrange the slider to look like the others browser (without spaces and everything is in place)

    I would appreciate help, thank you

    #470251

    Hi,
    Someone here?
    It’s possible please help?
    I wrote a question for a long time ago and there is not a comment.

    Thanks..

    #470860

    Hi!

    Try adding this.

    .avia-msie-8 #menu-item-4385 .avia-menu-text { position: relative; top: -30px; left: 30px; }
    

    To move the VIP button around on IE.

    Your getting some errors in IE8 which looks to be from some plugin scripts.

    Regards,
    Elliott

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.