llocally
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Leads] No MULTISITEA little update. Certainly A B testing (Landing pages) doesn’t work out the box, as it relies on .htaccess for rotation and multisite .htaccess is different.
Forum: Plugins
In reply to: [WordPress Leads] No MULTISITEJust to say, testing on a multi-site so far no issues found.
Forum: Plugins
In reply to: [Stop User Enumeration] Bypass protection with POST requestsReleased
Forum: Plugins
In reply to: [Stop User Enumeration] Bypass protection with URL-encoded null bytesReleased
Forum: Plugins
In reply to: [Stop User Enumeration] Bypass protection with POST requestsThanks. This is now in latest release.
Forum: Plugins
In reply to: [Stop User Enumeration] Bypass protection with URL-encoded null bytesI am including this in the next release.
It is only required in the second match.
The first match is there to allow genuine get calls to author in the admin backend to get through (as when you click on ‘author’ links in posts is uses author in the query string )
Forum: Plugins
In reply to: [Photospace Responsive Gallery] Thumbnails not showing in IE 8I found a trick,
please note
1 my thumbnails are 80×80 obviously this css will need to be adjusted
2. my theme adds teh ie8 class to body (I think most will but not necessarily )body.ie8 .thumbs_wrap img {max-width: 80px!important; max-height: 80px!important;width: auto!important; height: auto!important;}
OK, I’m blind, its in one of the settings pages.
Forum: Plugins
In reply to: [Get Directions Map] Change language of directionsthanks
Forum: Plugins
In reply to: [Stop User Enumeration] Can see username by hovering over "Posted by" linkHi,
This plugin justs tries to stop a specific technique of user enumeration, i.e. adding to the url ?author=<n> where n is a number to return the user name. this techniques is used by several automated hacking tools.
Unfortunately it doesn’t attempt to stop all displays of user ids revealed by themes, I’m not even sure if there is a way of achieving this without changing wordpress core.
Forum: Plugins
In reply to: [Stop User Enumeration] What does this plugin do?User enumeration is a well know technique to expose usernames, this plugin stops this.
It solves a different issue to username security.Google does give a lot of information on username enumeration, however this blog post explains it in simple terms http://llocally.com/blog/2013/08/19/what-is-your-login-username-to-your-wordpress-website/
Forum: Plugins
In reply to: [Get Directions Map] Change language of directionsHi,
it might be you need es_ES i.e. uppercase ES
as in
es_ES – Spanish
es_XL – Spanish (Latino)see this link for MapQuest supported locales
http://developer.mapquest.com/web/products/open/forums/-/message_boards/view_message/390942
I haven’t tried it but it is worth a go
Forum: Plugins
In reply to: [Get Directions Map] Can directions be switched on/off by the visitor?Hi KevEd,
The styling of the directions / print icon is controlled by css so you (or your developer) can customise this in the normal way.
Regardless of the styling, it is a good idea to have a ‘show directions’ option with the plugin, I can see that this could be neat – even have the direction show in a light box as an idea.
I will add that to the list of ideas. Of course this is a totally free plugin, so I can only work on it when time permits.
Best regards, Alan
Forum: Plugins
In reply to: [Contact Form 7] Conflict with Widget LogicPerhaps I wasn’t that clear. I found the above define whilst trying to solve my own problem, but badly written theme or plugin is not the reason (I say not the reason, in as far as my investigations to-date, never say never)
The problem started when the site was upgraded up to latest version of all plugins / wordpress.
The problem disappeared when all plugins were disabled.
By enabling plugins 1 by 1 I identified that widget_logic enabled meant the wheelspun.
The theme is twenty ten, with no custom functions.php.
Latest versions of CF7 & Widget logic WP 3.8.1
I created a completely new install of 3.8.1 and added CF7 and Widget logic, and I could not recreate the issue in that new environment.
Its is not something I’ll likely be able to get to the bottom of quickly, as I will have to clone the live site into a test and start dissecting that piece by piece.
But with all plugins apart form CF7 & WL on the live site has a problem so eliminates bad plugin code. And Twenty Ten eliminates bad theme code.
SO that leaves me with content, which is a possibility, as there are afew text widgets, but I can’t dissect them in live.
Forum: Plugins
In reply to: [Contact Form 7] Conflict with Widget LogicHi,
it seems if you add
define( 'WPCF7_LOAD_JS', false );to wp-config.php the problem goes away