alex35
Forum Replies Created
-
Duplicate of https://www.ads-software.com/support/topic/2-8-1-added-a-gap-under-the-footer/
- This reply was modified 1 year, 2 months ago by alex35.
To whomever moderates this forum, please close and merge this topic into the above one, if possible. The reporter of the above thread also opened an issue on Github at https://github.com/ultimatemember/ultimatemember/issues/1404
I see that this is the same issue reported here:
https://www.ads-software.com/support/topic/2-8-1-added-a-gap-under-the-footer/
I’ll add that the 30px margin (and possibly other rules) started with Ultimate Member version 2.8.0.
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Author Panel doesn't work!Hi everyone,
For others who encounter this thread, I found out why the Author Panel would no longer in newer versions of WordPress. Apparently the TinyMCE API was changed in WordPress 3.3.
To make the Author Panel work in WordPress 3.3 and above, you need to comment out
wp_tiny_mce( false, array( 'height' => '370' ) );
on line 169 in author-panel.php.I hope this helps others who encounter the same issue.