Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #253829

    Hi guys.

    Thanks for the great theme.

    I have a problem when footer styling is set to fixed. The image I use disppears quickly before reapearing each time I use easy slider or formcraft plugin.

    Problem shows only with google chrome.

    You can take a look at the problem here : http://kaliweb.net/accueil/, at the bottom of the page, try the form and notice what happens in the footer using browser Chrome.

    Thanks ;)

    #253904

    Hey Yassine!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    label.ng-scope {
    -webkit-backface-visibility: hidden!important;
    -webkit-transform: translateX(0)!important;
    }

    Best regards,
    Yigit

    #253914

    Hey!

    Thank you for your answer.

    Now the problem is fixed when it comes to the stars but when you try with the like/unlike buttons the footer still is behaving weirdly.

    Thanks a lot!

    #253918

    Hey!

    Please add following code to Quick CSS as well

    label.label_thumb {
    -webkit-backface-visibility: hidden!important;
    -webkit-transform: translateX(0)!important;
    }

    Regards,
    Yigit

    #253924

    Works like a charm!
    Merci !

    Regards,

    Yassine

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fixed Footer issue Google Chrome’ is closed to new replies.