Sayan Datta
Forum Replies Created
-
Ok, I will try to implement that in the upcoming version of this plugin. But for now, use this as it is working for you.
add_filter( 'ufc_facebook_sdk_reinit_method', '__return_true' );Thanks!
Hi, please add these snippets to the end of your functions.php file:
add_filter( 'ufc_facebook_sdk_reinit_method', '__return_true' );Try it and let me know. Thanks!
Hi @webmatpro
Could you please tell me how do you want to use Facebook Messenger Chat.? Using a plugin or using some code directly added to your theme or anything else??
Thanks!
Most welcome. 🙂
Hi, please clear your cache and create a comment. Please try this and let me know.
Thanks!
Most Welcome and Thanks for the 5-star ratings. 🙂
Hi @dannybrown
I have fixed this issue and marked this as resolved now. I have deleted the Test Comment from the post: https://mentalhealthand.me/the-glass-box/
Thanks!
After configuring like this: https://imgur.com/a/wphwi4p your mail looks like http://prntscr.com/ml2vtq (if you click on this you will directly go to comments area). But you want to click the Reply button and go to the comments area, which is currently not possible. I have implemented this to the next version of this plugin which I have released soon.
After I released the updated version of this plugin you can remove this part from here: http://prntscr.com/ml33jf
Thanks!
Hi @dannybrown
Please add this line to notification email message for now:
A new comment has been published on %%post_title%% : %%comment_text%% Link: %%post_link%%#ufc-commentsI will add this div id to the reply button of the email Template 1 in the next version of this plugin. Then you can remove this line from notification email message:
Link: %%post_link%%#ufc-commentsThanks!
Hi @dannybrown
You can use like this:
https://mentalhealthand.me/trying-failing-trying-again/#{div-id}In your case
ufc-commnetsis set as div id in plugin settings. So use like this:https://mentalhealthand.me/trying-failing-trying-again/#ufc-commentsNote: If you want to go to a particular comment, it is not possible as Facebook does not allow to use comment id.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Multisite broken loginHi @pontus0
Please update this plugin to the latest version and try to activate it. I think this error does not exist any more.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin not working on Page. Need help!Most welcome 🙂
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin not working on Page. Need help!Alright. It works!. Thanks. But why the plugin is working fine on Post but refuses to work on Page? Any idea?
Actually, I can’t guess what the actual problem is. I need to investigate it with thrive theme but currently, I have not thrive theme or thrive architect. So now it is very difficult for me to recreate this issue and implement some possible solution for that.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin not working on Page. Need help!Hi, I think you are using thrive theme and page builders. Thrive Theme has a different architecture to show posts content. Please use these shortcodes
[lmt-post-modified-info]for posts and[lmt-page-modified-info]if Before Content or After Content doesn’t work. Try it.Thanks!