Morshed Alam
Forum Replies Created
-
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] AMP SupportHello,
I’m sorry that I couldn’t make my question clear.
I know that For Gmail (or any other free email services like Hotmail etc), we don’t have to add DKIM records.
But if I add custom email for “From Email” to work with Gmail (as alias), dkim fails.
In that case, can I get dkim record for free gmail?
Forum: Fixing WordPress
In reply to: Confirmation message when submitting post for reviewThanks for your time. I would like to left the thread open hoping someone might come with a solution.
Forum: Fixing WordPress
In reply to: Confirmation message when submitting post for reviewThank you @bcworkz for the reply.
I’m using following code with no luck. Can you say what’s wrong?
add_action('new_to_pending', 'amar_submit_notice'); add_action('auto-draft_to_pending', 'amar_submit_notice'); add_action('draft_to_pending', 'amar_submit_notice'); function amar_submit_notice() { add_filter( 'gettext', 'change_submit_pending_notice'); } function change_submit_pending_notice( $text ) { $text = str_ireplace( 'Draft Saved.', 'Your post has been submitted.', $text ); return $text; }
Thanks for the reply.
I’ve read the thread you refered. If I include _spf.google.com, spf passed and emails are being sent.
But dkim fails.
I searched a lot. I’ve found that to add dkim record, I must have Workspace.
Can I get dkim record for free gmail?
Forum: Plugins
In reply to: [LiteSpeed Cache] esi on shortcode isn’t workingCouldn’t wait for the reply.
I’ve restored from the backup and it’s okay now.
Thank you. I have known that Facebook does this as an anti spam measurement.
I said that the other plugin “ampforwp” implemented like button on amp, not you. And they did it right. No confirm link appears there.
But like button implemented by super socializer is asking to confirm.
You can’t see it from editor. Just click preview.
By the way, Inherit style from theme is turned off.
Forum: Plugins
In reply to: [Popular Authors] popular authors by post views onlyThank you very much. Your code did what I wanted.
You are seeing it fine, because I have rolled back to previous version.
You can check it here.
Username: heateor
Password: heateorI am seeing the Facebook Like button fine at your website. Let me know if I missed anything.
Look at this video
It happened to me once. Just for one time.
Forum: Plugins
In reply to: [Popular Authors] popular authors within a specific time range and viewsIt’s a completely different example.
Forum: Plugins
In reply to: [Popular Authors] popular authors within a specific time range and viewsWow! Awesome. It works!
Thank you very much.
If you want to take your plugin to the next level, you can take a look at this.