underground-design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No media upload buttons (flash OR browser) on MacYes works, very odd. Would like to find an actual fix for this though. 🙂
Forum: Fixing WordPress
In reply to: No flash upload optionSame issue here. Could be something to do with the host.
Forum: Plugins
In reply to: [WP-FacebookConnect] [Plugin: WP-FacebookConnect] Can’t Log Outwas the theme my login plugin
Forum: Fixing WordPress
In reply to: Can’t change post’s status to Published!I have the same issue and on a live site deactivating plugins are not an option.
Forum: Fixing WordPress
In reply to: Search not working on pagesI am having a similar issue.
http://client.undergrounddesign.co.nz/rockstarnz.co.nz/
<!– Search Form Start –>
<?php $search_text = “Search”; ?>
<form method=”get” action=”<?php bloginfo(‘url’) ?>/”>
<input type=”text” class=”login-fields” value=”<?php echo $search_text; ?>”
name=”s” id=”s”
onblur=”if (this.value == ”)
{this.value = ‘<?php echo $search_text; ?>’;}”
onfocus=”if (this.value == ‘<?php echo $search_text; ?>’)
{this.value = ”;}” />
<input type=”hidden” id=”searchsubmit” />
</form>
<!– Search Form End –>Even my widgets return the same result of nothing found.
Any help would be most appreciated.