IntelliWidget Profile Box Missing
-
Using IntelliWidget 2.1.1
The profile box and screen options is missing until I either publish the page or save it as a draft.
I read the other support topic with this problem posted a month ago, and it looks like there has been an update since then? But it did not fix the problem on the site I’m working on.
In the interim I installed NextGen Gallery and started getting this error when trying to add a gallery via TinyMCE: Fatal error: Class ‘IntelliWidgetAdmin’ not found in /home/broken1/santamonica.bgartdealings.com/wp-content/plugins/intelliwidget-per-page-featured-posts-and-menus/includes/class-intelliwidget-widget-admin.php on line 15
I uninstalled NextGen Gallery. But just to be clear, the problem with no IntelliWidget until publishing was occuring BEFORE I installed NextGen.
I guess that’s two problems, but just in case they are related, I thought I should mention. I wrote NextGen about the Fatal Error conflict too.
THANK YOU!!
https://wordpress.org/plugins/intelliwidget-per-page-featured-posts-and-menus/
-
I can duplicate the missing meta box issue.
Can you provide more detailed steps to reproduce the fatal?
Thanks,
-jf
NelClay,
The meta box was not showing for new posts because it was only loading when post.php was loaded. I added an action for post-new.php
The Fatal error is really a bug in both IW and NextGen …
The nextgen tinyMCE runs as ajax, but does not set the is_admin flag, so IW was not loading the admin core class.
I have moved the core class include to a different point in the execution so this should go away.
Look for 2.1.2 release later today.
Hi! Thank you!!
I shared your response to me with NextGen support. This was NextGen’s response to my post on their support forum:
– It does appear “IntelliWidget” is trying to initialize in the ATP modal that is being opened when you click the green button.Please let us know what the IntelliWidget author has to say as we would like to ensure that this can be resolved … to the best of our knowledge we have created a fairly exclusive modal for the ATP but it does appear it may still have openings that need to be addressed.
Thanks!
– Cais.
I am going to research the new “widget preview” added in 3.9 because the widget admin should not be initializing in the post edit page. For now, however, moving the include to the widget admin file will keep it from throwing a fatal.
The plug-in update you sent out fixed everything, including the NextGen/Fatal error situation. thank you so much.
The topic ‘IntelliWidget Profile Box Missing’ is closed to new replies.