windyjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [No Soup] [Plugin: No Soup] Some serious issueThat is strange, I can’t reproduce the error. But I will go through the code until I find what have caused this problem.
Sorry about this.What user did you specify? And what tag(s)?
Forum: Plugins
In reply to: [WP MediaTagger] Unexpected '}' in mediatagger-admin.php on line 8465.3.?
Forum: Plugins
In reply to: [Plugin: WP-Infobox] links are deleted if update the articleFixed in v0.7. Please let me know if problem persists.
Thank you for the feedback.Forum: Plugins
In reply to: [Plugin: WP-Infobox] Great!!Thanks!
Unfortunately, there is no simple way to override the styles. I will change this so that you can drop a css-file in your theme that overrides the plugin css. Maybe also an option to totally disable the plugin css.
Until then, you can either hack the plugin css file directly (NOT recommended), or add this to your functions.php:
add_action( 'wp_print_styles', 'my_deregister_styles', 100 ); function my_deregister_styles() { wp_deregister_style( 'wp-infobox-styles' ); // deregister as many stylesheets as you need... }This will remove the plugin css, and you can make your own customisations in styles.css.
Forum: Fixing WordPress
In reply to: “Next page”-problem with search resultsI’m running wordpress 2.6 and lighttpd 1.4.19
Does anyone have an idea as to what I could try?I think it is a problem with the entire installation; next-page doesn’t work.