featured image does not fix with big slide

Posted in: Newspaper
Post count: 9

null
plz help me fix this error, i dont known why featured image not fix like that

Post count: 9544

Hi, if you mean the featured image doesn’t fit; this is issue with wordpress which does not expand images. If you search the forum, I’ve posted links to couple of plugins for creating larger images for the sliders. 🙂

Post count: 9

can u tell me right now ? thank you so much

Post count: 9

i am searching but did not find , my image still 600×400, i want to change “big images” to 745×483

Post count: 341

Upload high resolution images then!

Post count: 9

where ? should be automatic resize image to 745×483

Post count: 6600

Hi,

Try this plugin: http://wordpress.org/plugins/thumbnail-upscale/
You can find more info about this here: https://forum.tagdiv.com/topic/full-size-or-large-images-in-posts/#post-15786
Or you can try to enlarge the thumb image via css.
Your css should look something like this for the big slider large image thumb.

.td-big-grid-post-0 .thumb-wrap img {
width: 100%;
}

Thanks

Post count: 9

thank for support, can u tell me where i can put that css ?

Post count: 9

i can fix with thumbnail upscale plugin, thanks

  • This reply was modified 11 years by congchi1.
Post count: 9544

@congchi1
Hi, forgot to get back to you sorry; and Marius answered already. thumbnail-upscale is the one that I use. Works perfectly with Newspaper 🙂

I also use Auto Post Thumbnail PRO, which automatically creates a featured image/thumbnail for older posts which only have an image “placed” into the posts.

Post count: 9

@simmons thanks, i am using this plugin
and i want to delete search button on mega menu. how can i do this

Post count: 388

Easy way is custom CSS:

#td-top-search {
  display: none !important;
}

(Less easy but technically better way is to edit menu-header.php and menu-header-center.php in a child theme and remove the content of the div whose ID I just quoted.)

Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.