Torchy
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Disable log for selected IP addressesThanks for this.
I also got this routine from your support email.
—To ignore a list of IPs you can add the following code at the end of your theme or child theme functions.php file. The file should be located in wordpress_install_directory/wp-content/themes/YOUR_ACTIVE_THEME/functions.php .
function check_ip_blacklist( $is_enabled ) {
$current_ip = $_SERVER['REMOTE_ADDR'];
// Add your agent's ips here.
$blacklisted_ips = array(
'192.168.0.1',
'other IP addresses',
);
if ( in_array( $current_ip, $blacklisted_ips ) ) {
return false;
}
return $is_enabled;—
I have implemented it (with our IP included), and it seems to be doing the trick.- This reply was modified 1 month, 2 weeks ago by Torchy.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Update to V12.0 broke siteHi,
I have the same issue with this update on multiple sites.
All are running the latest version of WP, PHP, and hosted on SiteGround.
Sometimes the sites does not come up when typing the URL manually in the URL bar.
Using a link works oddly enough.
/wp-admin/ is not accessible, only a white screen is shown.
No errors are shown.
Rolling back to the previous version resolves this.Regards
Forum: Reviews
In reply to: [Translate Multilingual sites - TranslatePress] Great multilingual pluginHi,
Thanks for the great insights!
I have the same problem, and are you able to give some examples of the ‘domain exclusion’ in the?‘Exclude Gettext Strings’?section, please?What did you search for, and which table(s).
That would be very helpful.
The plugin is great apart from this.Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Add product twiceHi Alex,
Thanks for superfast response (as always!)
Pro version purchased for two sites ??Kind regards
TorkildForum: Plugins
In reply to: [Phone Orders for WooCommerce] force add customer (disable guest)Thanks, Alex,
Works a treat!Thanks for the super speedy support!
5stars given
KR
TorkildForum: Plugins
In reply to: [Phone Orders for WooCommerce] force add customer (disable guest)Hi Alex,
Thanks for the quick response.
A support ticket is submitted.KR
TorkildForum: Plugins
In reply to: [Wp Favs - Plugin Manager] Registration for wpfavs brokenHi Damian,
I can access the front page but when I click on any link I get ‘Access denied.’ all the time.Forum: Plugins
In reply to: [Author Bio Box] Description field missing in wp-adminUpdate, Been a while since I updated this plugin. User profile is where the text is located ??
Thanks @linux4me2
That resolved the issue 100%
Thank you for sharing this ??- This reply was modified 7 years, 7 months ago by Torchy.
Forum: Reviews
In reply to: [Enigma] Special Section missingJust a follow up on this since I have not had an answer yet.
I note that the response time is usually very good from you lot so I’m hoping to hear from you very soon.
btw, the version I entered is incorrect.
It should be version 2.3.1Regards
Hi ngrudev,
I have the same issue.
Did you find a fix for this?
(Plugin owner seems to have absconded)Forum: Plugins
In reply to: [Idle User Logout] multisite compatibilityHi,
I have a multisite as well.
Are you in the process of making this plugin multisite compatible?Hi Dipak,
Thanks for coming back to me.
I don’t have that plugin, but I cleared the Browser’s cache and it works ok now.
If the issue repeats I’ll let you know.Cheers
Hm,
I just got the same conflict with WordFence and the latest version of Divi 2.6 which I updated an hour ago.
Pagebuilder stopped working.I disabled all the plugins and activated it one by one.
WordFence is the only plugin that is causing this conflict.It worked ok before I updated Divi.
Is it a theme thing?
Thanks Cais,
I’ll check the libraries out.
(Where would I find that?)Torkild