Dharmesh Patel
Forum Replies Created
-
Hello @pavloborysenko,
Thanks for the super fast reply.
Yes, I know this hook is not used for convert price. I just don’t wanted reset currency on checkout page and want to reset currency in after process of checkout. so I have keep multiple allowed till check out. and then added these actions for reset currency.
add_action( 'wp_head', 'custom_reset_currency_wp_head', 999 ); function custom_reset_currency_wp_head(){ global $WOOCS; if ( is_checkout_pay_page() ) { $WOOCS->reset_currency(); } }add_action('woocommerce_checkout_process', 'custom_check_currency_on_checkout', 1 ); function custom_check_currency_on_checkout() { global $WOOCS; $curr_curr = $WOOCS->default_currency; $WOOCS->current_currency = $curr_curr; $WOOCS->storage->set_val('woocs_current_currency', $curr_curr); }is it fine?
Thanks,
DharmeshForum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @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
Forum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @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
Forum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @spala,
Ok. I will check using install this theme in my local and will back with solution.
Thanks,
Forum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @spala,
Thanks for providing theme URL. can you please provide site URL so I can figure out exact issue.
Thanks,
Forum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @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, 3 months ago by Dharmesh Patel.
Hello @vasyltech,
Thanks for super-duper fast reply.
I completely Agreed with you on:
Transients are used to cache access settings to posts and terms for each user and it might get out of hands if there are too many users and posts.
I will try to figure out solutions for this in my free time and will notify you if I find anything Useful.
Thanks,
DharmeshForum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @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
Forum: Reviews
In reply to: [Featured Image by URL] The best of the bestHello @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
Forum: Plugins
In reply to: [Featured Image by URL] Featured Image by URL not working fineFixed it over Email Support.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Blank page in Backend after saving post or pageHello @oldrich333,
2 Ways to fix this.
1.) Do Following Changes in File.
1.) Through File Manager/cPanel/FTP, navigate to wp-content/w3tc-config/master.php.
2.) Search for our friend cdnfsd. You should see it along with these lines:`“cdnfsd.enabled”: “1”,
“cdnfsd.engine”: “”,
“cdnfsd.debug”: false,`3.) Change the “1” to “0”, thus disabling the CDN FSD option. So it should be:
`“cdnfsd.enabled”: “0”,
“cdnfsd.engine”: “”,
“cdnfsd.debug”: false,`4.) Save the file and exit.
Now go back into WordPress and try updating a post. If the 500 error disappears, it looks like the problem has been solved.
2.) Rollback to Previous Version.
Please try on Staging/Development environment.
Credit: https://www.phasethreegoods.co.uk/blog/solved-w3-total-cache-500-error/
Thanks,
DharmeshHello @randomengineer,
We have tested your event page url (https://wilmettejusticeteam.com/event/wilmette-plan-commission-meeting-on-cleland-place/?instance_id=122) and its working fine.
Can you please check here
https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fwilmettejusticeteam.com%2Fevent%2Fwilmette-plan-commission-meeting-on-cleland-place%2F%3Finstance_id%3D122Let us know if you have any other issues.
Thanks
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Not Showing Recurring EventsHello @dchansen3,
Thanks for reaching out to us.
Currently, the plugin doesn’t support recurring events we will add it our future release. let us know if any other issue or difficulties are there.
Thanks,
Xylus Themes