Sayan Datta
Forum Replies Created
-
Hi, I could not replicate this issue on my end though please disble SG Optimizer plugin and see what happens. It may be the server cache issue.
Hi,
I have pushed an update last night with some fix (plugin version remains same) but it seems that you are using the older one, so please deactivate, delete and reinstall the plugin from wordpress.org repository again. I think it should work.
Thanks!
Hi @robenson21
Sorry for the inconvenience you must have caused. Could you please delete the old version from your website (no data will be loss) and install the plugin from WordPress.org repository again and see what happens. I think it will solve your problems.
Thanks!
Hi,
I have released an update just now. Please remove the old version from your website (no data will be loss) and install the plugin from wordpress.org repository again and see what happens.
Thanks!
Hi @jdembowski
OK, thanks for your clarification, but can you please tell me that how can I help users if I need to investigate a particular issue which can not be replucated from my end?
Thanks!
Hi connyc,
Please update this plugin to v1.2.1 aznd see what happens. After that also check the spam folder of your email. Email from Facebook may go to spam folder.
Let me know, if still the problem exists.
Thanks!
Hi,
Sorry for the inconvenience you must have caused. Could you please go to Plugin settings, then open browser console tab and hit the save settings button and then share the screenshot of the browser console with me?
Thanks!
Forum: Plugins
In reply to: [WP Page Permalink Extension] Permalink QuestionHi,
Sorry for the late response.
Please add this snippet on the end of your theme’s functions.php file.
add_filter( 'wpar_supported_post_types', 'wpar_add_custom_post_types' ); function wpar_add_custom_post_types( $output ) { $post_types = array( 'product' ); return array_merge( $output, $post_types ); }Thanks!
Forum: Plugins
In reply to: [RevivePress – Keep your Old Content Evergreen] PRO VersionHi,
Actually I am working on the PRO version. Please wait for some time as development process takes lots of time. Hope you guys can undertand.
Thanks!
Forum: Plugins
In reply to: [Simple Posts Ticker - Easy, Lightweight & Flexible] RTL supportHi,
Sorry this feature is not available yet. I will try to implement the feature in the next version.
Thanks!
Forum: Plugins
In reply to: [Ultimate Social Comments - Email Notification & Lazy Load] Pin commentsHi,
Sorry, Facebook does not allow to Pin Comments.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Disable Date_Last_Modified infoForum: Plugins
In reply to: [WP Last Modified Info] Date Modified Not Showing Up in Google SearchHi,
As you are using Yoast SEO plugin, plase use Compatibilty mode in the Schema Setion of this plugin. It will replace the published date of your post with modified date and then please wait for some days. After that Google will start to show the last modified date to ther SERPs.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] it is possible, use it as a widgetHi,
This plugin only shows last modified info on various place on WordPress. It does not show last modified posts as widget.
You can use this plugin to show the list of last modified info on widget:
https://wordpress.org/plugins/smart-recent-posts-widget/Thanks!