JohnM
Forum Replies Created
-
Forum: Plugins
In reply to: [ITRO Popup Plugin] MultisiteOk, thanks. Any plans to enhance it for multisite?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] MultisiteThat’s perfect, Jeff. Thank you for the response. Great plugin, btw.
Forum: Plugins
In reply to: [Cleverness To-Do List] MultisiteOk, I’ll test it and get back to you.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Multisiteok, thanks. I will test it out when I’m ready and get back to you on my results.
Forum: Plugins
In reply to: [AWP Classifieds] MultisiteSounds good. Thanks for the reply. π
Forum: Plugins
In reply to: [Event Organiser] MultisiteCool. Thanks!
Same with me, shortcodes in the outside the Text widget does work.
Forum: Plugins
In reply to: [Co-Authors Plus] Additional Contact/Social infoExcept for when the plugin is update I lose all my changes….
Forum: Plugins
In reply to: [Co-Authors Plus] Additional Contact/Social infoI don’t use Jetpack, so the Social Pack is not a solution for me.
Forum: Plugins
In reply to: [ITRO Popup Plugin] Deleted the Plugin and it still hijacked my home page!What version of WordPress are you using?
Forum: Plugins
In reply to: [Event Organiser] Venue page map too wideI figured it out. The templates taxonomy-event-venue.php was missing a critical style class on the main content div.
<div id=”primary” class=”grid_8 right site-content”>
The even page doesn’t a formatting problem, though. I just need to keep this in mind when updating the plugin, otherwise I’ll lose my changes. Great plugin, btw.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Ad placement when using article pagingGreat! Thank you for following up. Great plugin, btw. It’s very appreciated.
Forum: Plugins
In reply to: [WordPress Social Login] stopped working on (Theme my login) famous pluginI use “Theme My Login” as well, and compatibility with it is paramount. Is “WordPress Social Login” working with “Theme My Login” now?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Error after updating to 3.8.44Thank you. Fixed. BTW, when the plugin is deleted, is the ad data deleted, too? That’s what the message WordPress gave me, so I chose to delete the plugin from FTP instead. I just want to know for future reference.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Error after updating to 3.8.44I get the same error. It prevents the admin dashboard form loading. I had to modify adrotate-functions.php on line 669 just get my admin panel loading. But other waring still exists. Here is the line I commented out:
function adrotate_dashboard_head(){
/*Broadstreet_Mini_Utility::editableJS();*/
}Here are the warnings I get at the top of my dashboard:
Warning: include_once(/home/wbindepe/public_html/wp-content/plugins/adrotate/library/broadstreet/lib/Utility.php): failed to open stream: No such file or directory in /home/wbindepe/public_html/wp-content/plugins/adrotate/adrotate.php on line 30Warning: include_once(): Failed opening ‘/home/wbindepe/public_html/wp-content/plugins/adrotate/library/broadstreet/lib/Utility.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/wbindepe/public_html/wp-content/plugins/adrotate/adrotate.php on line 30