Hi,
we are creating a new website with the template Hope for our club.
Unfortunately, we are not getting anywhere with the Upcoming_Event addon and think that there may be a bug there. We have entered an event on the backend page and the corresponding image in the correct size.
Despite saving (cache also cleared) no image can be displayed on the page.
We have analyzed the page. Only a / is entered there at source and thus no correct path.
<div class="upcoming-events-details-top-wrapper">
<div class="event-image">
<img class="sppb-img-responsive" src="/">
</div>...
If we insert a normal image there and not the addon, then it works.:
<div class="sppb-addon-single-image-container">
<img class="sppb-img-responsive" src="/images/2021/10/06/papageien.jpg" alt="Image" title="" loading="lazy"></div>
Has anyone an solution?
Thanks Karl