I am trying to:
place a row layout with a dynamic backgorund (featured image) in a view
Link to a page where the issue can be seen: hidden link
I expected to see:
see: image backend-view-with-row-layout.png
Instead, I got:
see: front-end-row-layout-inside-toolset-view.png
The styles of #kt-layout-id_82774a-45_305 are missing
compare to the row-layout thats outside the view
see: front-end-row-layout-outside-toolset-view.png
The styles of #kt-layout-id_38cf27-f6
#kt-layout-id_38cf27-f6 {
background-image: url(hidden link);
background-size: cover;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
First time I insert the row-layout withe the dynamic background and the post title it was fine, until I changed the min heigth of the row-layout. Than it suddenly dissapeart. This isn't a frech installation but i tried in an other wordpress site and it also dissapeared after changing the min height.
Can you please deleat this ticket including the screenshots? The reason why it doesn't worked was cause the toolset plugins checkup for updates didn't worked. After updating everything ran fine.