Sayan Datta
Forum Replies Created
-
Hello @soho91
Page does not have taxonomies like categories and tags. Do you have any associated with page?
Hello @simanta0001
Please go to plugin settings and Enable and Require Transaction ID field.
Hope it helps. Thanks!
Hello @berrybeauty75
It seems that you haven’t configure the Checkout page yet properly. Please configure the checkout page. If you have done it already, then please check if there is any plugin conflict.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Shortcode no longer workingHello @wrhite
Please remove p tag from plugin settings HTML Template if you have any. Hope it will fix this issue.
If not, temporarily rollback to the 1.6.6 version. https://downloads.wordpress.org/plugin/wp-last-modified-info.1.6.6.zip
And there is no difference between that shortcodes. Both are same from v1.7.0
In the next version of this plugin, I will try to auto strip p tag for shortcodes.
But Next version may be delayed as my health condition is not good and I can’t give any estimated time. I need some time.
Hope you understand. Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Date Not Showing on Front EndHello @tim_marston
What is your website?
Forum: Reviews
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Good PluginHello @shoppingkuptraders
There is no Paid version of this plugin and all features of the plugin is free and will be remain free which is available on wp.org repo.
Hello @indoorgreen ,
Here are the Screenshots:
Checkout Page: https://prnt.sc/u83dz3
Payment Page: https://prnt.sc/u83dm0 (Some personal Infos are hidden)
Payment Success: https://prnt.sc/u83dbhHope it helps.
Thanks!
Hello @indoorgreen
Are you using WooCommerce Blocks plugin? It is not supported yet. If not, then please fill all the required details in the Payment Gateway Settings. Also I can’t reproduce this issue from my end.
Awaiting your reply.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Still not working after uninstall and reinstallHello @w8tts
If you are using Shortcode, please change the p tag to span tag and see what happens.
Some of users of this plugin, who are using Shortcode, reported this. But everything is WOKRING FINE from my end and I can’t reproduce it on my local and production sites. I have tried many times, but everything is fine.
If still not works, please send me Your Website URL screenshot of banckend post edit area, theme name.
Thanks!
- This reply was modified 5 years, 8 months ago by Sayan Datta.
Forum: Plugins
In reply to: [WP Last Modified Info] No actualizing date visibleHello @ms008 @bipicciuti ,
Please resave plugin settings. If still not works, please let me know.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Display Method not working correctly after updateHello @margesweigart
Are you using any page builder or something like that?
Forum: Plugins
In reply to: [WP Last Modified Info] wp modified date info not displaying on posts/pages.Hello @davidbruce88
Assuming that you want to show last modified author name with link, please use this:
<p id="post-modified-info">Last Updated on %post_modified% by <a href="%author_url%" target="_blank">%author_name%</a></p>Hope it helps!
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Not Working Since Update Tried SuggestionsHello
Do you have resave plugin settings after update?
Forum: Plugins
In reply to: [WP Last Modified Info] Does not work with autoptimize pluginHello @dobbylan
Which method are you using? Replace method?
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Getting Internal Server ErrorHello @vamshikrishna
Please add these codes to your config.php file:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );Official Guide: https://wordpress.org/support/article/debugging-in-wordpress/
Then try to click proceed payment. Then it will add error reasons logs to wp-content/error.log file if any error occurs. After that use https://pastebin.com to copy and paste the log details and then paste the link here.
Thanks!