dreamo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] meta descriptions and keywords don’t appearEr never mind. It seems the meta description was overriding the hard coded version. It was just way below in the header and didn’t scroll all the way down the source file to see it. thanks
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] meta descriptions and keywords don’t appearWell, that’s my problem. It seems that regardless if I remove the hardcoded meta description or leave it there, it will not be overridden with the meta description that is inputted in the SEO settings box.
Though, the hardcoded meta title has no problem being overriden. The meta title on the Our Team page that you pointed to is only showing because I inputted it in the SEO settings area. However, the meta description is still not being overriden
Still looking….
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] meta descriptions and keywords don’t appearyep- already got that.
Forum: Fixing WordPress
In reply to: can’t retrieve password after moving from one server to anotherah…MD5!
but why is the password reset not going to my email address?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thickbox Image Browser doesn’t workAh that worked, cdpayne. I had a hard time understanding the instructions since the documentation is a bit convoluted. But thank you so much!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thickbox Image Browser doesn’t workAnybody? Heck, I’ll pay someone to fix this issue if possible.
yep- that’s what i’m referring to.
Forum: Plugins
In reply to: [Plugin: Tweet This] error for tweet this pluginUnfortunately, no. Even when I tried to deactivate it, I had errors. I had to delete the entire plugin.
Forum: Fixing WordPress
In reply to: Can’t upgrade plugins after upgrading. Fatal Error messageit works! thanks.
Forum: Everything else WordPress
In reply to: ifelse statement to call a different headerthat finally did the trick. Thank you for taking the time to help me through this. I knew I was missing a couple bits of code but wasn’t sure where. thanks again.
Forum: Everything else WordPress
In reply to: ifelse statement to call a different headerThat makes sense. Here is what I have in the header.php file for that area;
<div id="container"><!-- start container -->
<div id="header"> <!-- start header -->
<div id="ffheader">
<img src="/images/graphics/ffheader1.gif" />
</div>
</div>
<?php if (is_home() || is_page('home')) { ?>
<div id="banner">
<div id="flash">
<object>flash file banner goes here. i'm just leaving it out to ease code bloating on the WordPress forum. </object>
</div>
</div>
<?php if ( is_page(franchise)) {
echo '<div id="franchisebanner"><img src="/images/graphics/franchisebanner.jpg" /></div>';
} ?>
<? } ?>Forum: Everything else WordPress
In reply to: ifelse statement to call a different headerHmmm..for the sake of ease, can you show me how the php code should look like?
because this is the latest of what I have;
<?php if ( is_page(franchise)) {
echo '<div id="franchisebanner"><img src="/images/graphics/franchisebanner.jpg" /></div>';
} ?>Forum: Everything else WordPress
In reply to: ifelse statement to call a different headersorry about that. i inserted the backtick.
Forum: Fixing WordPress
In reply to: Trying to get images and forms to show up in WP 2.1I should also mention that I originally hosted this site at another hosting company, Media Temple. And the images and form didn’t work there for a page. I then moved the site over to my current hosting provider, A Small Orange, and I’m still getting the same issue. Possibly a bug? Or is it something inherent in my files?
Forum: Fixing WordPress
In reply to: Trying to get images and forms to show up in WP 2.1To clarify, I never put code into the WYSIWYG. I only inserted the image using the editor and used code view to insert the code.
Having said that, I just tried to create a new blog entry and the code and image shows up. See here;
http://crossroadsclub.net/2007/01/26/testing-123/So, I’m at a lost as to what’s not allowing me to do it for a page but yet I can do it for a post.