petron99
Forum Replies Created
-
So I reverted back to v3.4.8 and now the plugin works.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Scanning doesn’t startThe PHP Compatibility Checker does nothing after clicking “Scan Site”.
Running WP 4.9.4 on Windows running PHP 5.6 with all plugins disabled.
Forum: Plugins
In reply to: [Exit Notifier] Exit page loading immediatelyCurtis-The plugin is called “WP Google Analytics Events Pro”. It has a setting that when checked it attaches click events to all links. I just disabled it and the Exit notifier works.
Forum: Plugins
In reply to: [Exit Notifier] Exit page loading immediatelyCurtis,
Thanks for your reply. You were right there was another plugin that attached a click event which overrode this one. After disabling it the exit notifier is working again. Thanks for your help.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] PHP Error: Undefined indexBump. Having the same issue still when saving a page with ACF fields.
Running WP 4.2.7, ACF 5.5.11, ACF Image Crop 1.4.10
Notice: Undefined index: url in /Users/.../wp-content/plugins/advanced-custom-fields-pro/api/api-helpers.php on line 3976 Warning: Cannot modify header information - headers already sent by (output started at /Users/.../wp-content/plugins/advanced-custom-fields-pro/api/api-helpers.php:3976) in /Users/.../wp-admin/post.php on line 197 Warning: Cannot modify header information - headers already sent by (output started at /Users/.../wp-content/plugins/advanced-custom-fields-pro/api/api-helpers.php:3976) in /Users/.../wp-includes/pluggable.php on line 1179
Forum: Hacks
In reply to: Need help with RewriteRule – want to pass part of url as parameterThanks for the response DD. I can get it to partially work on this htaccess tester but none of it works on the server. On the server I’m using $_SERVER[‘REQUEST_URI’] to check if the url is broken down like I want but it’s just not working at all. But all I see is just the full path no parameter.
When testing on the htaccess tester this works:
RewriteRule (.*?)/offer/$ $1/?page=offer
It changes this:
https://domain.com/mysite/myfolder/offer/
To this:
https://domain.com/mysite/myfolder/?page=offer
And that’s what I want but the other part isn’t working
This does not work on the htaccess tester:
RewriteCond %{QUERY_STRING} .+ RewriteRule (.*?)/offer/\?.* $1/?pg=offer&{QUERY_STRING} [L]
This should change:
https://domain.com/mysite/myfolder/offer/?asdf=asdf
To this:
https://domain.com/mysite/myfolder/?page=offer&asdf=asdf
But it doesn’t.
Thanks again for your help.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] TypeError: $(…).countDown is not a functionBaden-Thanks for the quick response. That seems to work as the timer is counting now. However the error message still appears because of the code in the footer.
Any ideas?
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] TypeError: $(…).countDown is not a functionAnyone have luck with this? I’m now experiencing this. No other plugins on the page using jQuery.
Here’s a link.
https://gobieta.com/promolocity/cardealer/test-dealer-goes-here/The error message:
TypeError: $(…).countDown is not a functionjQuery v 1.11.2
WP v 4.2.2Thanks.