The best of the best
-
Hello @spala,
Sorry for the inconvenience happen to you. Can you please describe your problem to us so we can help you to get it fixed.
Display Featured image is completely depends upon theme’s structure and design, Also, some time theme has used functions for display featured image which are not extensible so in that case plugin can’t help, not this plugin you can check any other plugin which provide functionality like this.
We are working hard to make it work great for everyone and make sure to work fine in all condition for free, just for giving back to community. So, without create a support ticket post a negative review is not a good way I think.
Let us know if you still facing issue related this, we would we happy to help you.
Have a great day 🙂
Thanks
hi, i uninstalled it,
the behaviour is not the same as if i upload an image on the website,the theme shows an the uploaded image on top of the post,
using this plugin, no more image appears, so behaviour is differentsame thing with the bottom posts that shows under the post,
any posts show “previous and next” post under it, with a thumbnailwhen using the plugin, what appears is a super big thumbnail without text,
so much more diferent than uploading the image to the website,thats why the behavious is so different that looks odd, some post with a structure, others with a diferent one… makes no sense,
thanks for the support, regards
Hello @spala,
Thanks for super-fast reply and detailed describe of your issue. You are facing 2 issues 1.) featured image is not displaying 2.) Thumbnail image is display in full size.
Please find my views on that.
1.) featured image is not displaying
==> Maybe your theme has used function which are not extendible likewp_get_attachment_urlcan you please use other function likeget_the_post_thumbnail_urlIt will fix your issue.2.) Thumbnail image is display in full size.
==> As default image get uploaded to WP, WP crop it into different sizes including thumbnail, but in this plugin we are not uploading images to WP it just loaded dynamically from URL so it always loaded in full-size so you have to bind image size with theme CSS. (we have given option for on-the-fly crop image but it need jetpack plugin installed).Hope this will help you.
Thanks
get_the_post_thumbnail_url
not sure where to put this
Hello @spala,
You can put
get_the_post_thumbnail_urlinto theme, at code which is used for get featured image. If you can provide a code which is responsible for display featured image in theme then I can help you or If you are using the any WP.org repository’s theme then just give the link of theme. So I can help you.Thanks
-
This reply was modified 8 years, 1 month ago by
Dharmesh Patel.
i am using: https://ww.wp.xz.cn/themes/mh-magazine-lite/
Hello @spala,
Thanks for providing theme URL. can you please provide site URL so I can figure out exact issue.
Thanks,
working on local right now,
but it as easy as do a real post with a proper uploaded image,
the result inside the post is the image on top + the text
when using your plugin, the result is just the text, no image on top of the post
thats it
Hello @spala,
Ok. I will check using install this theme in my local and will back with solution.
Thanks,
Hello @spala,
Support added for this theme and its working fine now. You can download plugin from here https://github.com/Knawat/featured-image-by-url/archive/master.zip. We will release this fixes soon in upcoming version. So, for now please replace current plugin with given one.
And for bigger image in below pagination you have to add custom CSS in order to fix that. It is theme’s issue. You can add below Custom CSS for fix it. (You can add it in Customizer’s additional CSS section.)
.mh-post-nav-next img, .mh-post-nav-prev img{ max-width: 75px; }Hope this will help you. let me know if this is not fixing your issue.
Thanks
awesome, i will give a try,
i decided to remove the below pagination from the theme, so the content is cleaner,thanks a lot, you awesome!
Hello @spala,
Just want to confirm that, is provided plugin works fine for you? can you please revert back with that. Also can you please update review, it will be a your great help to us.
Thanks
works amazing, yes, edited to put 5 stars, wish i could put 10.
thanks!
-
This reply was modified 8 years, 1 month ago by
The topic ‘The best of the best’ is closed to new replies.