Hi,
I am creating a website with the Enfold theme but I encounter an issue with the WP-Tiles plugin.
The plugin works as it should work because I used and tested it in another theme.
After I create a grid, the plugin takes the featured images from specified posts and displays them in a grid.
When loading the page the images show very quickly but disappear immediately after a few seconds, and then only the “placeholders” are visible on the page (blue tiles).
Now I found that the object with my image is:
position: relative . But no height or width is defined. If I add width: 484px; height: 484px; display:block; then it works.
I do this with the page inspector because I’m a complete noob and don’t know how to adjust code, because it is locked.
It does work on mobile.
So can you please help me so that the images are shown in the right way and that the objects with the images have a width and height?
Thanks a lot!