rhodian
Forum Replies Created
-
Apologies Handoko… I thought you may have been the plugin author!
One of the reasons I asked is that the author of Simple Login Log was curious as to why they differed as well!
FYI, Cloudflare support got back to me re: the IP address activity… They act as a reverse proxy therefore unless you use their WP plugin or install an Apache module, you get a CloudFlare IP address and not the one making the request!
I’ve installed the plugin, I’ll now wait and see if the IP addresses are reported correctly!
Thanks once again!
Thanks for the information, I was able to get the IP addresses from there! Now to see why Cloudflare (I’m using them for caching) is triggering failed login attempts!
One last question, which WP hooks are used by the plugin to trap login and failed login? I’m trying to see why the Simple Login Log plugin is not reporting the failed attempts! This is really odd!
Regards
StephenForum: Fixing WordPress
In reply to: Incorrect title for related post….Sorry Guys,
My stupid mistake… I’d duplicated some posts and not changed the data to reflect the new posts 🙁
Looks like its a theme related issue… I changed the theme and it worked!
How do I go about rectifying a theme problem (I’ve invested a lot of time and effort in this particular theme)?
Hi again agelonwl,
The answer is yes to both…
header.php:
<?php
remove_action(‘wp_head’, ‘wp_generator’);
if (is_singular() && get_option(‘thread_comments’)) {
wp_enqueue_script(‘comment-reply’);
}
wp_head();
?>footer.php:
<div id=”wp-footer”>
<?php wp_footer(); ?>
</div>Hi agelonwl,
Thanks for the response, you can see what happens by visiting:
http://fightsports-ondemand.tv/events/bf19/Javascript minification is currently switched on!
Forum: Plugins
In reply to: [List category posts] Next page (Page numbers)@ picandocodigo,
Appreciate the time and effort that you have put into producing what is a very useful plugin, are they any updates on when you are likely to implement pagination?
Forum: Plugins
In reply to: [Plugin: Simple press] profile form could not be foundHi Guys,
Has there been any progress on this particular problem? I’m in the same boat 🙁