THIS THREAD HAS BEEN CLOSED.

Display Image Options
Updated on June 19, 2015 in Easy Custom Auto Excerpt
3 on June 19, 2015

I have the ‘Display Image Options’ set to Use Featured Image, with a size of 150 width. However, the image is appearing full size above the excerpt, with the smaller image next (as I want it). What must I do to show only the smaller image, not the full size image?

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

0 on June 19, 2015

I am having the same issue. The premium button is displaying fine, but I cannot change the image display.

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Moderator 0 on June 19, 2015

Hi Jaime & S

I’m afraid it depend on your themes. Because ECAE is just re-produce the content, not removing it.

But if you still want to remove the featured image, you can hide its class using CSS (easy way), or even remove its core PHP code (hard way).

I’ll guide you step-by-step using the easyway.

@Jaime :
Please put this CSS code inside your style.css (At the bottom of file) :


.entry-header img.wp-post-image {
display: none !important;
}

and Save.

@S :
Put this CSS code insite your style.css (At the bottom of file) :


.post img.main-image {
display: none !important;
}

and Save.

Or if you want use the hardway instead, just remove this line inside your index (or similar) page. :

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on June 19, 2015

Thank you – that is exactly what I wanted.

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .