Hello,
Can you share with us the site URL to check?
Thanks
Thread Starter
adexis
(@adexis)
Thanks a lot Franz – it’s https://peteradams.co.uk/
Hello,
Thank you for the update.
The page is not built using our Coming Soon plugin. It seems not an issue with the plugin.
Best Regards,
Thread Starter
adexis
(@adexis)
Ok thanks Franz, what do you recommend to resolve?
Hello,
Sorry, but it is not anymore related to our plugin. You may want to check it with a developer.
Thanks,
Thread Starter
adexis
(@adexis)
I’m not sure I understand why it’s not related to the plugin – the HTML is pasted into the Seedprod > Advanced > Custom HTML box.
All the rest of the code is rendering correctly but for some reason the images aren’t being rendered, I suspect it’s linked to the way the relative references are handled by the custom HTML in the Seedprod plugin?
Hello,
If you use the customer HTML option, this will replace the plugin’s entire template with your custom HTML. You need to make sure that the HTML code is correct.
Make sure that the image URL path is correct for the images to show up. Example: https://peteradams.co.uk/Img/Hero/PK-Devonshire-768×502.jpg this path works, on your HTML script the path seems not to exist. You need to correct that.
Best Regards,
Thread Starter
adexis
(@adexis)
Ok, I think you’ve effectively saying they all need to be absolute references rather than relative ones for it to work, I’ll change and see how that goes.