Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Daniel,

    Are you adding the image to the announcement content itself? It looks like the excerpt is grabbing the post image as well.

    You can try hiding it using the following CSS :

    .the-excerpt .announcement-banner-image {
      display: none !important;
    }

    That should hide it, so things appear correct.

    Evan

    Thread Starter danielkleindesign

    (@danielkleindesign)

    thanks! it works.

    Thread Starter danielkleindesign

    (@danielkleindesign)

    sorry evan to bother you again. i just noticed that the images (except for on one of the announcements) are all being cropped automatically. the cropping isn’t working for me visually because it’s showing random pieces of the images and i prefer to show the whole picture. is that easy to fix too?

    thanks again

    Plugin Author Evan Herman

    (@eherman24)

    Hi Daniel,

    We’ve provided a custom filter which allows you to specify which image size you’d like to use (timeline-express-announcement-img-size). You can check the ‘Other Notes’ section of the repository page for the snippet to use: https://wordpress.org/plugins/timeline-express/other_notes/

    Evan

    Thread Starter danielkleindesign

    (@danielkleindesign)

    Great. Thank you.

    Plugin Author Evan Herman

    (@eherman24)

    No problem at all!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘image appears twice’ is closed to new replies.