TheRider62
Forum Replies Created
-
Almost. Now remove the “strong” and “/strong” tags. Those delimit the new part of the code.
I guess I’ll never manage this markup business. All forums have their own system. Sorry.
Uh oh — this code is supposed to look like this (and I hope it works out this time)
function fortunate_widget($args) { extract($args); <strong> if ( function_exists('qtrans_getLanguage') ) { $options = array( 'lang' => qtrans_getLanguage() ); echo $before_widget . $before_title . qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage(get_option('fortunate_title')) . $after_title . '<div class="fortunate">' . fortunate_fetch($options) . '</div>' . "\n" . $after_widget; } else {</strong> echo $before_widget . $before_title . get_option('fortunate_title') . $after_title . fortunate() . $after_widget; } }
Forum: Installing WordPress
In reply to: blank pages after upgrade to 2.8.3Thanks. This helped.
It was the wp-Typography in version 1.7.2 that failed
Forum: Installing WordPress
In reply to: White Screen on just one edit page?sorry, wrong topic
Forum: Installing WordPress
In reply to: White Screen on just one edit page?I would very much like to do that. But without the admin page (it isn’t displayed, or rather it is displayed as a blank page, too), I have a hard time doing that.
Does anybody know how to disable plugins directly in the database? What records in what table have to be modified in what way to disable plugins? (I can still directly access the database with the test wp install residing in the same database with another table prefix)
Thanks in advance
Forum: Fixing WordPress
In reply to: img title disappearingoh – ok. sorry, I didn’t realize MU has their own support forums. I’ll be right over.
Forum: Fixing WordPress
In reply to: img title disappearingI thought so too. The problem is that the vanilla WP-MU install on the same platform would require its own domain, and setting that up just to recreate this bug is a bit cumbersome. But I will if you tell me it is the only way that will lead us to paradise (err, a bugfix).
Forum: Fixing WordPress
In reply to: img title disappearingOk, great. How do we proceed?
Forum: Fixing WordPress
In reply to: img title disappearingI don’t know what an “SEO theme” is. For the theme at hand, I took the theme “WP Multiflex 5” and modified its css and background images. You can see the outcome here at https://johnbellicchi.com (he is a friend of mine). And I have also been using the “All in One SEO Pack” plugin. But as I said before, deactivating that plugin didn’t change anything.
But how would that theme influence the WPMU setup only? and not also the normal WP setup? I really don’t understand what is happening.
Thanks for any other suggestions
— DanielForum: Fixing WordPress
In reply to: img title disappearingI just deactivated all plugins and tried again. Same effect. So I guess then it can’t be a plugin. Other ideas?