Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Multiple issues with multiple forms and multiple languages

Viewing 5 posts - 31 through 35 (of 35 total)
  • Marcel Westerhoff
    #262750
    This reply has been marked as private.
    Trevor Moderator
    #262752
    This reply has been marked as private.
    Marcel Westerhoff
    #262755

    Thanks for chatting with me 🙂

    So here’s the final “solution”.

    This is what I did. I added these two css rules for mobile devices only:

    .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
     display: block !important;
    }
    .vc-gitem-zone-height-mode-auto::before {
        padding-top: 40%;
    }

    padding-top was set to 100%. The aspect ratio is still not 1:1 but that won’t matter too much on mobile devices since they are listed beneath each other anyways.

    I’m not sure why this is the solution but thank god it is! 😀

    Marcel Westerhoff
    #262757

    Just to be 100% accurate: .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img was set to display: none; by js_composer.min.css

    Trevor Moderator
    #262761

    Great, thanks for letting me know. I will close this thread for now.

Viewing 5 posts - 31 through 35 (of 35 total)

The topic ‘Multiple issues with multiple forms and multiple languages’ is closed to new replies.