fr59
Forum Replies Created
-
1/ The problem with the grey map is due to the inclusion of GoogleMap V2 for wp-geo and V3 for my plugin.
The problem was raised for geotag, but I did not see any problem with wp-geo 3.2 (single site) … I’ll test it againI just tried to test wp-geo (3.2) in a multi-site environment but an error occurred when attempting to enable the plugin.
I’ll dig into it and see if wp-geo supports multisite
2/ The offset you get when drawing a rectangle is due to the admin bar (that came with wp 3.1)
I have not rushed into correcting it as the non-logged users don’t see this problem.
The code involved is ‘Key Drag Zoom for V3’ embedded in loc_filter.js
I did not have a chance to seriously look for the solution yet
For some strange reasons, I can’t use my original user name ‘FranceImage’ anymore !?
Thanks for your contribution
I have not spent much time on multisite support yet. I just saw it was kind of working.
I’ll use your hint in the next level.
Forum: Fixing WordPress
In reply to: Best way to display something before 1rst postLet me reword my question:
I’m writing a plugin that needs to provide information before the 1rst post in pages containing posts (tag, category, author, possibly frontpage …)
I can’t possibly ask user to edit their theme, can I ?
However, I agree the solution may have to be theme specific.
For example, if you are using mystique you can hook on action ‘mystique_before_primary’ (works fine for me). If your theme uses get_template_part(), you may hook on action ‘get_template_part_xxx’ (I have not tried yet).
I am still looking for a solution that would not imply input from the plugin user.