Sean Hayes
Forum Replies Created
-
Hi,
You are right that the thumb column does not appear.
Let me take a look and see what can be done to make it appear.
Thank you for using my plugin
SeanYay!
Thank you for following up with this reply.
Thank you for using my plugin.
Hi,
If you have a chance please try this code change to see if it helps resolve your issue.
Another user of the plugin tried this code and reported back that it worked successfully.
Ninja Forms submissions screen issue
Thank you
SeanForum: Plugins
In reply to: [Featured Image Admin Thumb] edit imageHi,
I am going to close this issue for now.
If there is an issue in the future, please open a new support request and reference this issue.
Thank you for using my plugin.
Sean
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with Ninja FormsGreat to hear. ??
Thank you for trying that for me and providing feedback.
I’ll mark this support ticket as resolved.
Thank you, again, for using my plugin.
Sean
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with Ninja FormsHi,
Are you able to try out the fix I detailed in this support request?
Fix for Ninja Forms submissions dashboard screen issue
During my local testing this works but it does require that you have access to make an update to your theme’s functions.php file.
As I said in that link I’ll look to see if I can detect Ninja Forms and disable my code for that Submissions screen.
Thank you for using my plugin.
Sean
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Small Feature request here….Hi,
Thank you for the feedback.
I will include this feature request in some form in a future version of the plugin and am certainly open to hearing any other requests.
Thank you for using my plugin
Sean
Hi,
For the time being this can be resolved in your child theme by using my filter to exclude the Ninja Forms post type from including my thumbnail column.
First, in your functions.php file of your theme/child theme add the following line for the add_filter function like this:
add_filter( 'fiat/restrict_post_types', 'my_theme_name_adjust_post_type_filter' );
Second, in the same functions.php file add the corresponding function to add in the Ninja Forms post type. My plugin will use this filter to determine if it should display the thumb column or not.
function my_theme_name_adjust_post_type_filter( $post_types ) { $post_types[] = 'nf_sub'; // Do not display the thumbnail when showing Ninja forms post types in admin return $post_types; }
My test showed this works and the display of your Ninja Forms Submissions screen is restored.
Sorry for the late reply to this request. I will certainly try to see if I can detect Ninja Forms and perhaps prevent this from happening in the future.
Please let me know if it works out for you.
Thank you for using my plugin.
Sean
Forum: Plugins
In reply to: [Featured Image Admin Thumb] edit imageHi,
Thank you for your comment and feedback.
The pencil was removed based on feedback in version 1.4.1.
Clicking on the thumbnail has always had the same effect as the pencil.
Thank you for using my plugin.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] 4.7 changed the flow, odd useI hope my plugin is still working out for you since the 1.4.2 update that included Pages.
If not, please open a new support ticket here.
Thank you for using my plugin.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] 502 gateway errorJust a follow up.
I am no closer to determining what caused this issue but will bear this experience in mind when making updates or adding features in the future.
Once again, thank you for using my plugin.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] 502 gateway errorYeah – I got part of it – up to letter “i” in Active Plugins.
Or place it somewhere I can download it and email a url?
Thanks for your efforts.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] 502 gateway errorFully understand.
I just wanted to see if this is directly created by my plugin or one of the other 35 you have enabled or, indeed, a combination.
Nonetheless, perhaps the system information could prove useful, maybe now or in the future. Send it to tech @ emstarinc.com
Thank you
Forum: Plugins
In reply to: [Featured Image Admin Thumb] 502 gateway errorHi,
This is the first time I’ve heard of this specific issue and am I’d be interested in more information to establish whether this is an isolated incident or can be reproduced to accommodate a fix.
I assuming instead of de-activating the plugin you preferred to rename the folder. Do you know why you chose to do it that way?
What would happen if you reverted the renaming – can you report if the error instantly comes back? Or if any other behavior occurs?
What would happen if you then de-activated the plugin – would the error go away?
Can you deactivate all other plugins and then just enable Featured Image Admin Thumb and report if the issue still exists?
Certainly if there is any more detail you could provide about your environment then I can certainly factor that in when testing newer versions.
Thank you for using my plugin
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Searching for the plugin from AdminHi,
First of all thank you for using my plugin.
I just tried this on a local WP installation that had no plugins installed.
I clicked Plugins, Add New, typed “Featured Image Admin Thumb” into the Search plugins… input box (the selection shown immediately to the left of the input was “Keyword”) and the first plugin in the results – top left – was Featured Image Admin Thumb. I tried “Admin thumb” also and the first plugin was indeed Featured Image Featured Image Admin Thumb.
So, it looks like it can work but it is useful to have the feedback.
Once again, thank you for using my plugin.