Sayan Datta
Forum Replies Created
-
Forum: Plugins
In reply to: [Passwordless Login with OTP / SMS & Email - Account Kit] Shortcode or MenuWhy you have added this?
Please remove this, as it was already added by this plugin and try to log in using the shortcode. Let me know about the result.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Does not enable or “save”Hi @lukewoz
It seems that you left these fields blank.
http://prntscr.com/mpqn6b
http://prntscr.com/mpqngePlease fill up these fields and try to Save Plugin settings again.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Does not enable or “save”Hi, go to plugin settings and open browser console from browser settings. Then press the Save button of the plugin and see the console if there are any error message exist there. If any, give me the screenshot.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Does not enable or “save”Hi @lukewoz
Plugin settings may be corrupted. Go to Tools > Reset Settings and try to resave the plugin settings (http://prntscr.com/mnyzmr).
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Multiuser siteHi @galderna
This plugin tested with WordPress Multisite. Let me clarify this:
Both All Pages and All Post screens show one “Author” column and another “Last Modified” column.
Author Column does not depend on this plugin. It is the part of core WordPress. Author Column shows the Original Author name of a post/page. You can change it from Quick edit option as well as Post Edit Screen > Author Meta Box.
But Author Name on Last Modified column indicates the author who has just last modified post or page. Suppose you are the original author of a article and Mr. X edited that article by logging in to his account. Now Author Column shows your name and Last Modified column shows ‘by Mr. X’.
If the “Display Last Modified Author Name” plugin setting is left as “Default”, the author name never changes and, as I said before, is that of the site-administrator.
‘Default’ indicates the author who has last modified a post by logging his/her account. If a post published by you, then author name and modified author name will be same, but after publication some other users of your website logging in to their account and edit your post then author name will be your name and modified author name will be that user’s name.
If “Custom” is chosen, then the selected user name that is displayed at the frontend may differ from the actual author’s (updater’s) name of the page/post. There is no apparent connection between them both. Furthermore, when I choose a custom user name to be displayed, the same name is displayed for all the update reports of all pages and posts. This is not a suitable behavior.
Custom option will become handy when you do not want to show original last modified author name to frontend. If you are a reader of wpbeginner, then you may noticed that they use Editorial Stuff as last modified author on Every Post. But using Custom Option, you can assign any account (may any role) as last modified user on frontend for all post.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Does not enable or “save”Hi @lukewoz
Could you please give me the link of your one post? Try this method: “Change the Last Modified Display Method” to “Before Content” and save changes.
Thanks!
Forum: Plugins
In reply to: [RevivePress – Keep your Old Content Evergreen] Include custom post typesHi @silentsooty
You need to add your post type slug to this snippet:
Replace your current code with this:
add_filter( 'wpar_supported_post_types', 'wpar_add_custom_post_types' ); function wpar_add_custom_post_types( $output ) { $post_types = array( 'gd_place' ); return array_merge( $output, $post_types ); }Thanks!
Forum: Plugins
In reply to: [RevivePress – Keep your Old Content Evergreen] Include custom post typesForum: Plugins
In reply to: [WP Last Modified Info] Jason Ld vs Inline Micro DataHi,
You need to manually edit your theme files to fix this issue. Actually, your theme already has schema markups (see here: https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fholandesando.com%2Fkeukenhof-guia-completo-tulipas-holanda%2F ) and Newspaper Theme does not use any filters.
To show only last modified date to SERPs, it is important to remove datePublished schema from your website: http://prntscr.com/mn5ls7
If you want to edit your theme files (may need to do some custom coding), then let me know. I will definitely help you!
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Hide Last Modified Info on selected Posts and PagesHi @testcouch
Go to the edit page of your Static Posts Page. There will be an option available on that page and please check that and save post.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Jason Ld vs Inline Micro DataI know that, but actually want to know the status of Facebook Mesenger Chat Plugin. Ok, I will implement an option set the sdk loading method.
Thanks!
Please try On Scroll or On Click mode without editing the plugin file and without the code snippet which I have given to you.
Thanks!
Hi, which type of Comments Loading Method you are currently using?