Viewing 12 replies - 1 through 12 (of 12 total)
  • I am having the same issue. Images not displaying although I have added them to the announcements. The src is showing up empty in the code:

    <img src="" alt="Announcement Image" class="announcement-banner-image">

    Same problem here. Any clue how to fix that?

    I have exactly the same problem, among others stated in another thread 🙁

    Same problem. Anyone have a resolution for this?

    Plugin Author Evan Herman

    (@eherman24)

    Did you recently switch domains? Transfer site to new domain? Is your site setup in the standard way wp-content/uploads/etc.?

    I did not recently switch domains, nor did I transfer the site to a new domain. The site is setup in the standard way. It appears as though this CSS rule is being applied.

    media="all"
    <strong>.single-post .announcement-banner-image</strong>, .single-post .return-to-timeline, .single-post .timeline-express-single-page-announcement-date {
        display: none;
    }

    which is causing the images to not display. However, when I disable this rule in Chrome, I see 2 images instead of one. This is because for some reason, the Excerpt image is displaying as well

    <span class="the-excerpt">																		<img class="announcement-banner-image" src="####" alt="CREAAnalyze Release" style="
        display: none;
    "><strong class="timeline-express-single-page-announcement-date">Announcement Date : March 14, 2016</strong><p>CREAAnalyze&nbsp;will be…</p>
    <a href="####" class="return-to-timeline"><i class="fa fa-chevron-left"></i> Back</a>														</span>

    I removed the URLs but they are rendering ok.

    Plugin Author Evan Herman

    (@eherman24)

    It’s recommended that you use the shortcode on a page, and not on a post. When you add the shortcode to a post, you’re generally going to run into the issue you mentioned.

    Evan

    Gotcha! Thanks for the help.

    Plugin Author Evan Herman

    (@eherman24)

    I will be re-writing things in the coming weeks to completely avoid this minor issue.

    Sorry about the confusion, but keep an eye out for the update!

    Evan

    Hi Evan,

    Thanks for this great plugin, I have the same problem here, I’m using it on a page, but the images are not showing up, only the alt text. Here’s the site:
    http://envirogreenery.responsivemedia.nyc/benefits/

    I read that you mentioned before that have switched the domain, or transfer the site, could create problems, this is actually a duplicate of the original site, I deployed it in another server where I’m putting together a renovation.

    Any idea?

    Thanks!

    Martin

    kkopf1

    (@kkopf1)

    I am having issues with images not showing up after moving to a new domain name. Whats is the fix for this?

    Plugin Author Evan Herman

    (@eherman24)

    If you have transferred domains, you’ll want to ensure your attachments are referencing the correct URL. Chances are, the images stored in the database did not have their URLs updated to the new site.

    You may want to use something like something like Velvet Blues Update URLs.

    Evan

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Images don't show’ is closed to new replies.