Works well enough. Obnoxious sidebar.
-
Easy to set up, but the huge sidebar is a major distraction and makes the plugin almost unbearable. The fact that it’s on every page is pretty bad.
For those using this and not wanting to “Support the Staff”, “Need Help?”, “Review our Plugin”, or “Join Our Email List”, there’s a pretty easy fix to get these things out of the way.
Go to wp-meetup/includes/admin-page.php and open it with a text editor.
Find
public function render_sidebar()
Comment out the contents inside. Your end result will be something like this:
public function render_sidebar(){ /* <--opens comment $this->renderObnoxiousAd('Nuanced Media'); */ <--closes comment }
- The topic ‘Works well enough. Obnoxious sidebar.’ is closed to new replies.