dmd54
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category and Single Post pagessolved it.
Forum: Fixing WordPress
In reply to: Help with SidebarBrilliant! Thanks a ton for the suggestion.
Forum: Fixing WordPress
In reply to: Syntax error but where?Thanks, that worked.
Forum: Plugins
In reply to: yoast wordpress seo meta description problemNever mind. Figured it out.
Forum: Plugins
In reply to: yoast wordpress seo meta description problemsite is – http://manymutts.com
Forum: Fixing WordPress
In reply to: Links on Nextgen GalleryThanks for your absolutely useless input.
Forum: Fixing WordPress
In reply to: prettyPhoto effect not working in NextgenI have also removed the “class” but still no change.
Forum: Themes and Templates
In reply to: How do I change Navigation color to image?Not sure what the point of trouble shooting forum is if you can’t ask questions on it?
Forum: Fixing WordPress
In reply to: Nextgen Gallery issue…and my site is http://danielpaymar.com if for reference.
Forum: Your WordPress
In reply to: First WP siteI deleted the permalink for the tab images so it should solve that problem. I’ll take a look at nextgen as well and see if it makes sense to switch the gallery over.
Thanks for the heads up on the links. I didn’t realize there was that many pages indexed, I had an old blog so maybe it’s from that. I’ll look for the pages you’re talking about and try to fix that too.
thanks
Forum: Fixing WordPress
In reply to: Picture overlapping twitter widgetThe Moderator is always right 😉
Good luck!
Forum: Fixing WordPress
In reply to: Picture overlapping twitter widgetActually if you change the margin it’s going to pull your whole page down. I like the soccer dude on the side, try this instead:
.col-full { width: 939px; margin: 0 auto; padding: 0px 200px; }Forum: Fixing WordPress
In reply to: Picture overlapping twitter widgetI would start in the css rather than inserting code into your .php files
If you look in your ‘Editor’ there should be a file ‘style.css’ at the bottom.
not far from the beginning of this file you should find
.col-full { margin: 0 auto; width: 939px; }I would change that to:
.col-full { margin: 50px auto 0 auto; width: 939px; }make sure you let your developer know of any changes 🙂
Forum: Your WordPress
In reply to: First WP siteThanks! I noticed that as well with the images. I actually don’t even want the tab to link them to a separate page but I haven’t figured out how to stop that from happening.
what do you mean about “old pages in the index”? I have a 404 so if it’s not showing up let me know where so I can try and fix it.
cheers!
Forum: Your WordPress
In reply to: First WP siteHi Claire, thanks a lot for the feedback. check out http://smashingmagazine.com – I get a lot of inspiration there.
What’s the problem you’re having launching your site? Are you using a template or did you code the site yourself?