A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Plugin – author image broken/wrong imageThe settings for the plugin can be found in the admin menu under the settings option. Settings->guest author name
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Plugin – author image broken/wrong imageFollow up:
In the settings for the plugin, please try checking
Disable guest author for comments (beta)
and let me know if this resolves your issue.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Plugin – author image broken/wrong imageHello,
It looks like this is an issue for the comments avatar. I will look into it. Thank you for letting me know.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Log output of post id and author nameHello,
An updated release is scheduled for the weekend.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Edit not savingCode has been added to the latest version to supply the jQuery to remove the href. Please follow the instructions by clicking on the “How do I” link in settings if this is still an issue.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Log output of post id and author nameIt’s also often used by developers to write to the log file for debugging. It is probably just a forgotten piece of debug code. Thanks for pointing it out.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Log output of post id and author nameThe error_log function is used for debugging when logging is turned on in the wp-config file. Looks like this one was used to check the post id.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] FeaturesHello,
1) Unfortunately, because every theme is written differently there is no simple way to override the author link and therefore, it is a custom feature. You can do this via a child theme or via javascript.
In order for me to help you with the correct javascript to do this, please provide a link to a guest author post, otherwise reach out to the theme author for help overriding the author link and I will be happy to assist.
2) I am not familiar with the ‘job’ field. I am assuming that this is a WordPress field, not a field that comes with your theme?
3) Thanks for letting me know about the user bio. I will look into it. I don’t know why this would stop working. Let me know what theme you are using.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Is this plugin compatible with PHP 8.1?I have tested the plugin with 8.1 and it is working. Let me know if you have any issues.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Is this plugin compatible with PHP 8.1?The plugin has not been tested on PHP 8.1 yet. I will test it over the weekend and get back to you.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Edit not savingI will look into it.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Edit not savingOk, The href should be blank. There is, unfortunately, no way to remove the href without javascript.
Am I correct that the href is not blank on the home page using TagDiv page builder?
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Edit not savingThat should already be happening if the plugin settings are correct. Double check & let me know if it isn’t. Let me know theme/page builder.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Edit not savingIt should help. The code just adds target=”_blank” to your url. It needs to be custom targeted to your theme. If you want, you can email a link to one of your guest author posts and I will send you the code. adrian@winterhill.net. Only one w!
- This reply was modified 3 years, 10 months ago by A. Jones.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Edit not savingHi, there is no way to add the target attribute, or any attribute via wordpress filters, but it can be done using JavaScript. Let me know if you need guidance for that and I can write it up for you. A couple of users have been able to get it working.