I have a slideshow channel to hold images, description titles for a website slideshow.
It displays fine when logged out and anyone viewing the site, and when a super admin is logged in,
When a Member logs in the image does not show. The src field is blank. The title and entries show OK, just the image does not. I cannot see where to change this. Here is my channel entry code:
{exp:channel:entries channel="home_slideshow" dynamic ="no" disable="categories|category_fields|member_data"}
{slideshow_image}{url:resized}{/slideshow_image}
<span class="home-slideshow-title">{title}</span>
<span class="home-slideshow-text">{slideshow_details}</span>
{/exp:channel:entries}Thanks