dancriel
Forum Replies Created
-
Thanks for this fix. This bug caused me to lose all GA data before today for authors with apostrophes in their name.
Forum: Plugins
In reply to: [W3 Total Cache] Rejected files CDN filter not workingBump
Forum: Plugins
In reply to: [SEO Smart Links] Text DisappearingIn case the plugin author frequents these forums, this bug is caused by the use of the deprecated PREG_REPLACE_EVAL pattern modifier. preg_replace_callback should be used instead. Worked for me.
Forum: Fixing WordPress
In reply to: Unable to remove WordPress post's header rel=shortlink"I was searching for this today and never found the answer so I figured it out myself. Place the following code in your theme’s functions.php file:
remove_action( 'template_redirect', 'wp_shortlink_header', 11 );Forum: Plugins
In reply to: [Adminimize] Dashboard Custom URL redirect not workingThanks for your reply Frank. I took that last screenshot from the wrong WP install, my apologies. Please see new screenshot: http://i.imgur.com/18Xr5Wn.png
I have the dropdown set to “other Page” and the text box is populated with my URL, but on login the user still gets redirected to profile.phpForum: Plugins
In reply to: [Adminimize] Dashboard Custom URL redirect not workingHere is a screenshot of what I see: http://i.imgur.com/kTLEpw8.png
Forum: Plugins
In reply to: [BruteProtect] PHP error and API Key issues with 0.9.9.8Thanks, both issues appear to be fixed with version 0.9.9.9.
Forum: Plugins
In reply to: [BruteProtect] bruteprotect_warningOk.
Forum: Plugins
In reply to: [BruteProtect] bruteprotect_warningI have the same error with version 0.9.9.8.
http://wordpress.org/support/topic/php-error-and-api-key-issues-with-0998?replies=1
Forum: Plugins
In reply to: [W3 Total Cache] w3_http_get not found: FIX.I had the same problem, but updating PgCacheFlush.php as described did not work for me, instead I added the line above to the file throwing the error, Dispatcher.php, and it seems to be fixed now.
Forum: Plugins
In reply to: [W3 Total Cache] Controlling where minify CSS is inserted in the head?Found the answer in the Plugin FAQ
This seems to be related only to the Debug mode…. marking as resolved for now since all my sitemap URLs seem ok.
The problem was theme-specific.
I increased the memory limit to 768M and the export produced only 150 of my expected 433 registrants…something must be wrong. Any help is appreciated. Using current stable versions of Events Manager and Events Manager Pro.
Forum: Plugins
In reply to: [Analyticator] [Plugin: Google Analyticator] Dashboard widget stopped workingJust dropping by this thread again to say that all the problems I outlined in my posts above still exist with plugin version 6.4, and the same fixes (hacks) that I provided can be re-applied if your dashboard widget stops working after the update.
The line numbers have changed, but you can open google-analytics-summary-widget.php, search for the word “unserialize”, and comment out each line that begins with
$cached = maybe_unserialize(… there should be 4 instances.