Hi,
i have a strange thing going on.
Image, like an image gallery appear at the bottom of some of my pages. I did not put them there and they do NOT appear in the edit form ( layout Builder)
Realoading, delete cache etc. does not make them go away.
If i duplicate the page via plugin then in the duplicate the image/s are gone. I first had this on the homepage, now found it on another page.
What is going on there?
Thanks Simon
Hey!
Thank you for using the theme!
I think it is cause by a plugin called WPUF (WP User Frontend). Do you have it installed? Please add this on Quick CSS or custom.css:
ul.wpuf-attachments {
display: none;
}
Cheers!
Ismael
That worked!
Yes i have this plugin installed.
Thanks!!