Dharmesh Patel
Forum Replies Created
-
Forum: Reviews
In reply to: [Featured Image by URL] updateHello @mohammadpoor ,
Thanks for 5-Star review. please use plugin from here for now https://github.com/iamdharmesh/featured-image-by-url/archive/master.zip it will work with WP 5.4.
Thanks.
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Glad to know that its working fine for you now. 🙂
Best Regards,
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Hello @howieyagaloo ,
I have made some changes in plugin for fix your issue. can you again by downloading plugin from link (https://github.com/iamdharmesh/featured-image-by-url/archive/master.zip). Let me know if it fix issue for you.
Thanks
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Hello @howieyagaloo,
Please follow below steps
1.) download plugin from given link
2.) extract and rename folder to featured-image-by-url
3.) zip it
4.) remove/delete current version of plugin
5.) upload this new plugin zip
6.) activate
That’s allIf you don’t want to follow this long process just follow below one 🙂 (however above one is more proper)
1.) deactivate current plugin
2.) upload downloaded zip(featured-image-by-url-master.zip) and activate plugin
Note: this shorter way will not get auto updates as WP update plugin based on plugin slug.Hope this will help.
Thanks
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Hello @xoldie and @howieyagaloo ,
Thanks for reporting issue and sorry for the inconvenience happen to you.
Plugin will be fixed very soon in the next version. You can use fixed version now by download directly from here ==> https://github.com/iamdharmesh/featured-image-by-url/archive/master.zip
Hope you are doing well in this COVID-19 trouble time. #StaySafe
Thanks
Forum: Plugins
In reply to: [Featured Image by URL] Problem with image on FacebookHello @j019 ,
Yes, currenty. plugin doesn’t supports open graph image property.
Which SEO plugin you are using? If you are using Yoast SEO then you can try below code in your functions.php
add_filter('wpseo_opengraph_image', 'custom_wpseo_opengraph_image'); function custom_wpseo_opengraph_image( $image ) { if ( is_single() ) { $post_id = get_the_ID(); $image_attributes = get_the_post_thumbnail_url( $post_id ); if ( $image_attributes !== false ) { $image = $image_attributes[0]; } } return $image; }NOTE: This code I directly wrote here and its not tested. please try in local before use it on production
Best Regards,
DharmeshForum: Plugins
In reply to: [Featured Image by URL] Can we set the image URL by Meta key?Hello @marv2,
Thanks for reaching out to us.
Yes, you can set it by meta_keys. please find meta keys below.
URL: _knawatfibu_url
Alt Text: _knawatfibu_altThanks,
DharmeshForum: Plugins
In reply to: [Featured Image by URL] Facebook Open Graph Doesn’t Detect ImagesHello @vinaythoke & @skynic,
Thanks for reaching out and sorry for delayed response.
@vinaythoke can you please provide details which plugin you are using for generate facebook open graph data. so, we can check for possible solutions.
@skynic please keep watch on github issue here https://github.com/Knawat/featured-image-by-url/issues/18. will add support for “Facebook for Woocommerce” soon.
Thanks
Dharmesh PatelForum: Plugins
In reply to: [Featured Image by URL] the plugin box does not appearHello @streamingscore,
Thanks for the reaching out to us.
I chose “post and page” on the panel.
Actually, you need to check those check only if you don’t want to enable featured image by URL meta-box on that post type. Those check-boxes are for disable.
Please uncheck those checkbox, meta-box will work fine.
Thanks,
Dharmesh PatelHello @yeknafar,
Thanks for reaching out to us and sorry for the delayed response.
Unfortunately plugin does not have this type functionality. but you can do it by custom php code as plugin just store image data in post_meta table it would be not difficult to implement.
Thanks,
Dharmesh PatelForum: Plugins
In reply to: [Featured Image by URL] Importing URLs via PHPHello @screenload,
Thanks for reaching out.
WooCommerce needs image width and height for display image in lightbox. so we are storing it with image URLs. but you can import only image URL string into featured image field and comma-separated image URLs for the gallery fields. the plugin will take care of all other things.
hope this will help you.
Thanks,
Dharmesh PatelHello @helpme3,
Thanks for reaching out to us. Sorry for the inconvenience happen to you.
Currently, the plugin only supports import into UTC timezone. so please change your events manager timezone to UTC. the issue will get resolved.
Thanks
- This reply was modified 7 years, 12 months ago by Dharmesh Patel.
Forum: Plugins
In reply to: [Featured Image by URL] Multiple product gallery urlsHello @omwap9090,
Thanks for reaching out to us.
Currently, plugin doesn’t have functionality for enter comma-separated image URL, but you can insert comma separated list of product gallery images URL to product meta data called ‘_knawatfibu_wcgallary’. may be this will be help you.
Thanks
Forum: Reviews
In reply to: [Featured Image by URL] Works FineHello @jianchen,
Thanks for your kind review.
If you have given 4 star just because automatic resize image than please feel free to update review to 5 star. As you know your automatic resize functionality is already there in plugin (https://wordpress.org/support/topic/how-to-resize-the-post-thumbnail/).
Thanks for your time.
Best Regards,
Dharmesh PatelForum: Plugins
In reply to: [Featured Image by URL] How to resize the post thumbnail?Hello @jianchen,
Thanks for reaching out to us,
You can display resized image by checking “Display Resized Images” in Settings > Featured Image by URL section. for this, you need jetpack plugin installed and connected. Once you done this plugin will serve resized images on the fly. please check below image for more info. hope it will help you.
https://ps.w.org/featured-image-by-url/assets/screenshot-6.png?rev=1800982
Thanks,
Dharmesh Patel