Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a conflict with the CSS of your theme. Add the following CSS inside the theme’s style.css file.

    .preloading-enabled .elm-content-main > .elm-wrapper .entry-content .wpuf-image-wrap .attachment-name img{
         transform: inherit;
        -webkit-transform: inherit;
        transition: inherit;
        -webkit-transition: inherit;
        -webkit-transition-timing-function: inherit;
        transition-timing-function: inherit;
     }

    It will resolve the problem.

    Thread Starter crosli

    (@crosli)

    Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured / profile image does not displaying in form’ is closed to new replies.