Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #718810

    Hi support team,

    I see a wired thing on a Enfold site. The vertical right scrollbar disapears in IE (firefox and chrome ok)

    Have you seen that before?

    #718868

    Hey Jonas,

    What IE version are you using and can you post a screenshot?

    Best regards,
    Nikko

    #719237

    The newest.

    There is just no scrollbar – page goes all the way out to the right – kind of like its disabled

    #720571

    Hi,

    Which version of the theme are you using? Please make sure that you are using the latest version 3.8.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
    If you are, please try addding following code to Quick CSS in Enfold theme options under General Styling tab

    #wrap_all {
    position: relative !important;
    }

    Best regards,
    Yigit

    #724829

    Sorry, I found that it was a WP rocket issue on that domain – wired thougt, I dont see it anywhere else.

    #724847

    Hi,

    Glad you figured it out!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    #731655

    The problem have returned, also with WProcket disabled this time.

    have troed the quick fix coe, but it dosent seem to do teh trick – any other ideas?

    #733456

    Hi,

    I can’t reproduce the scroll bar issue but the sticky contact form is located below the footer on IE 8, Windows 7. Please try this css modification in the Quick CSS field:

    .avia-msie .wpcs-slide-out-div {
        line-height: 1;
        position: fixed;
        z-index: 999999999;
        height: 487px;
        top: 10%;
        right: -461px;
    }

    Or this code to completely hide it on IE.

    .avia-msie .wpcs-slide-out-div {
       display: none !important;
    }

    Best regards,
    Ismael

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