marcu5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permissions issue w/ plugins browser/installer*bump²
upgraded to wp 2.7.1 (was 2.6.1)
tried chmodding some files ‘n folders
reuploaded again
wrote new wp-config.php (from 2.7.1)
…nothin’
Forum: Plugins
In reply to: [Plugin: @Reply \w comment preview] jQuery requried?personally i find that 31kB overhead quite bearable given the joy jQuery brings coding-whise. also chances are good that jQuery gets loaded by other plugins anyways (of course not all of those use WP’s built in loading mechanism which would greatly reduce redundancies).
Forum: Plugins
In reply to: [Plugin: @Reply \w comment preview] Comment Preview not working on IE7?now that’s strange ’cause it actually works on my IE7. Are there *any* error messages?
PS: i just checked your DOM, the
DIVis there but nowhere to be seen… what you could try is addingposition:relative;to your stylesheet fordiv.ctext(.commentlist .ctexton line 303 in your stylesheet) 😉Forum: Plugins
In reply to: [Plugin: @Reply \w comment preview] jQuery requried?you’re rigth.
i fixed loading jQuery in version 0.0.4 (if only i could find out when jQuery was added to WP… bummer) – and also added a copy of jquery for backwards compatibility
this IS an early version of the plugin, maybe i will make it work with other js-libs as well in the future…