kevinmorton
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Activating WordPress SEO extension from Admin Notice ErrorI’ve experienced this issue as well, on every site I use both plugins on. W3 is getting pretty buggy in the admin area.
Forum: Plugins
In reply to: [Custom Login] Advanced – Custom CSS not savingSimilar for me after this update. When I try to save the options page, regardless of the changes made, I get a white php error page with this message:
Warning: array_map() [function.array-map]: Argument #2 should be an array in …/plugins/bm-custom-login/csstidy/class.csstidy_print.php on line 178
Warning: Cannot modify header information – headers already sent by (output started at …/plugins/bm-custom-login/csstidy/class.csstidy_print.php:178) in /home/arscode2/public_html/wp-includes/pluggable.php on line 1196
Also, it seems like after every (or at least some of the recent) update I lost some of the color settings that have been saved.
Forum: Plugins
In reply to: [Custom Login] Hardcoded 'wp-content' file path in bm-custom-login.phpAwesome, thanks a lot!
Thanks Ross. I’ve just been notified that this was resolved by WPEngine. There were redirects occurring on their end from https://…/wp-admin/admin-ajax.php to https://…/wp-admin/admin-ajax.php, which was breaking the request. Performing a similar function I imagine as the HTTPS plugins that force HTTPS on the admin areas. They just needed to omit /admin-ajax.php I imagine.
Forum: Plugins
In reply to: [Custom Business Locations] Breaks My ThemeI got the maps to show finally by putting [raw] [/raw] tags around the [cbl-map] shortcode
Forum: Plugins
In reply to: [BackUpWordPress] V 2.3 Deactivated: The plugin does not have a valid header.I was able to just re-activate it and it worked again like normal.
Forum: Plugins
In reply to: WP-Cycle Fade TransitionThat solution worked for me too–thanks!!
exho $newline;
was on line 425 for me.Forum: Plugins
In reply to: [Custom Business Locations] Breaks My ThemeFigured out that the plugin was removing the call to JQuery 1.8.3 that the theme was relying on. Apparently parts of the theme were not compatible with JQuery 2.0.1, which the plugin replaces with. At least I think that was the case.
Commenting out this line on /library/php/frontend/frontend-init.php fixed the theme error:
wp_deregister_script('jquery');
Unfortunately, I still can’t get the maps to show, regardless of whether that line is commented out or not. I am using an active Google Maps v3 API key.