THIS THREAD HAS BEEN CLOSED.

Image size stuck on 300 for FIRST image
Updated on July 3, 2015 in Easy Custom Auto Excerpt
8 on July 2, 2015

I have selected FIRST imaged to show with the excerpt. (FYI I don’t have any featured images set.) The images are sized at 150 in the post, yet the plug in is forcing them to resize up to 300. This is not a good size for my home page and the upsize is pixelating the images.

How can I fix this so that the excerpt image displays at only 150?

  • 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

Moderator 0 on July 2, 2015

Hi dragcentricdeb,

I suspect it’s because your theme is forcing it. Anyway, you can try this quick fix solution. Please open and edit your theme’s style.css, put this code snippet at the very bottom of the file :

.ecae-image a, .ecae-image img {
width: 150px !important;
height: auto !important;
}

Save, and refresh (CTRL+F5).

Hope it helps 🙂

Thankyou
Best Ragards,
Zea

  • 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 July 3, 2015

Zea – thanks so much! worked perfectly!!

(So is "ecae-image" the code for Excert image?

How would I change the size of the featured image – if I decided to use one? Would I need different code?

Thanks!

  • 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 July 3, 2015

Zea – also how do I change the hover color for the "READ MORE" text? I was able to change the font color by using the old <font> tag in the plug in settings (inline css with <span> did not work…)

What is the code I would put in the style sheet? Thanks so much!

(I have tried a few different ways but can’t get it to work…)

  • 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 July 3, 2015

Hi dragcentricdeb,

No, the post featured image using different CSS class from ECAE. So the

.ecae-image img
doesn’t affect with your featured image class.

Usually, every theme has their own featured image CSS class 🙂

And for your hover color, please try this code :


a.ecae-link:hover {
color: #YourHexCodeColor !important
}

Thankyou
Best Ragards,
Zea

  • 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 July 3, 2015

Hi Zea,

That code is not working to change the hover color. Nothing happens when I place that code at the end of my style sheet.

  • 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 July 3, 2015

Hi,

Please try this :

.entry-content a:hover {
color: #YourHexCodeColor !important
}

Just make sure to replace #YourHexCodeColor with your actual code hex color.

Thankyou
Best Ragards,
Zea

  • 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 July 3, 2015

Zea – sorry that doesn’t work either ….

  • 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 July 3, 2015

Hi,

Hmm… It’s quite hard to debug from here, since I cannot add actual :hover tag from here to see how it works.

But, if you don’t mind, please try this one more time :


a.ecae-link span:hover {
color: #YourHexCodeColor !important;
}

Or if that doesn’t work, try this :


.ecae-button.ecae-buttonskin-none a.ecae-link span:hover {
color: #YourHexCodeColor !important
}

Hope it helps

Thankyou
Best Ragards,
Zea

  • 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 .