benmackie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I need to remove the menu from one pageThank you! Dang, that’s a fundamental rule.
I apologize for the bump. I was getting frantic and rattled.
Forum: Fixing WordPress
In reply to: I need to remove the menu from one pageThis is at the top of my page now
class=”page page-id-281 page-template page-template-default logged-in”
Do I need to replace something for class in this:
<?php body_class( $class ); ?>
?
Sorry if I am overwhelming, I am just googling around and seeing other things that may help us. Thanks, btw…I can’t believe I didn’t thank you in my first post.
Forum: Fixing WordPress
In reply to: I need to remove the menu from one pageWith Firebug, I edit this CSS:
ul#menu {
float:left;
list-style-type:none;
margin:0;
padding:10px 0 0 60px;
text-align:center;
z-index:1;
}with display:none;
and it of course takes the menu out.
Forum: Fixing WordPress
In reply to: I need to remove the menu from one pageI’m sorry, no dice. Any other ideas?
Forum: Fixing WordPress
In reply to: I need to remove the menu from one pageOk, I added this to the body tag
<?php body_class( $class ); ?>
Then I added this to the css.
.page-id-(page_281) #menu {display:none;}
What did I do wrong? There is now code displayed at the top of my page.
Forum: Fixing WordPress
In reply to: I need to remove the menu from one pageIt was set to private…sorry!
Forum: Fixing WordPress
In reply to: Site is really slow (Go Daddy)Yeah, I made the theme and is not done, but it’s going to be pretty plain. We’ll be hosting video, that’s it.
Tell me about it, I hate Go Daddy. Their customer service is the pits. They are the kings of passing the buck. It’s my client’s choice, so it’s out of my control. My client was going to call Go Daddy and I told them they would just say “It’s WordPress’s fault”…and I was right. That’s exactly what they told them.
Forum: Installing WordPress
In reply to: Can't install on a different IP address.The problem with the current server is that it’s Windows. We are moving it to a Linux server to solve some issues they’ve been having. I can do a subdomain, but it will still be on the Windows server.
Forum: Fixing WordPress
In reply to: Posts/Blog links not workingLinux…and yes, I just tried the month and name permalink provided by WP and it all seems to work great!
I do a lot of sites in WordPress, so do you think it would behoove me to learn permalink structures? I am pretty good with HTML and CSS, but server side stuff always confuses me. For example, I don’t know what “mod_rewrite” is…
Thanks!
Forum: Fixing WordPress
In reply to: Posts/Blog links not workingWell, that fixed it, but how do I go about adding a custom structure? When I add a custom structure, it no longer works.
I have to admit, reading that Permalinks article made zero sense to me. I don’t get it.
Forum: Fixing WordPress
In reply to: Posts/Blog links not workingThanks a lot! That worked. I am going to read up on that.
Forum: Fixing WordPress
In reply to: Need help with site titledaveredfern – which php file is that in? I placed it in the <title></title> tags on header.php and no dice. Thanks, btw.
Forum: Themes and Templates
In reply to: Why are my posts not getting the same style applied to them?BRILLIANT! Thanks a million. That closing div tag was just in the wrong place.
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?No worries, thank you for your time.
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?Ok, just saw this. Yes, I was thinking that this was a problem with the css. Thanks anyway.