Max
Forum Replies Created
-
Hi,
I never heard back from you regarding my issue.
/Max
Will do, thanks!
Forum: Plugins
In reply to: [Brute Force Login Protection] Custom ErrorDocument 403 and FilesMatchWell, it’s really a minor issue since it only affects visitors who shouldn’t be there in the first place : )
Thanks,
MaxForum: Plugins
In reply to: [Brute Force Login Protection] getting multiple emails that an IP is blockedHi,
the problem went away by itself, and hasn’t come back. I was getting the same email every 30 seconds, about said IP being blocked. I think I disabled and re-enabled the plugin.
I have a separate plugin showing login attempts. Apparently BFLP did its job denying access to the server altogether, and that’s why there were no entries in the log.
About the IP: I thought it looked strange with the duplicate
68c2:1acc, and thought it might have something to do with it.Thanks
Forum: Plugins
In reply to: [Brute Force Login Protection] getting multiple emails that an IP is blockedI’m getting the same behaviour with version 1.5.2 and WP 4.4.2.
IP is in .htaccess, but seems malformed2002:68c2:1acc::68c2:1acc.
Also, the login attempts are not in my login log.Forum: Themes and Templates
In reply to: [Tracks] Making the excerpt text clickableNever mind. I removed the
<article>tag from content.php and it’s all good!Original:
<div class='excerpt-content'> <article> <?php ct_tracks_excerpt(); ?> </article> </div>Modified:
<div class='excerpt-content'> <a href="<?php the_permalink(); ?>"><?php ct_tracks_excerpt(); ?></a> </div>