pulsedog
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme Dreamtemplate BlackWhite] How can I move this text?Pulling… out… my… hair!
I’ve tried experimenting with inline CSS, I guess?
There has to be something fighting me in this style sheet.
Forum: Themes and Templates
In reply to: [Theme Dreamtemplate BlackWhite] How can I move this text?Okay, I figured out how to use pastebin:
Forum: Fixing WordPress
In reply to: Hypen in front of Homepage TitleFigured it out! For anyone else who’s a curious n00b, here’s how it’s done:
<?php } elseif (is_front_page ()) { ?>This page has been a huge help: http://codex.wordpress.org/Conditional_Tags
Forum: Fixing WordPress
In reply to: Hypen in front of Homepage TitleDon’t know why I can’t make this work, LOL.
All I have to do is figure out a way to make my “Front Page” aka page-home.php another “else” exception that I can manually put the title together for it.
I think my problem is that it things the Home page is the blog page, so that’s what’s confusing everything, making the code above work perfectly, except for the actual Home page!
Any ideas?
Forum: Themes and Templates
In reply to: [Theme Dreamtemplate BlackWhite] How can I move this text?My entire stylesheet…
[ Moderated – Large block of code removed. For more than 10 lines use pastebin.com instead. And bumping is against the forum rules as well, your bump post was deleted. ]Forum: Fixing WordPress
In reply to: Hypen in front of Homepage TitleThank you very much for your help!
Okay, so this is what I have now:
<title> <?php if (is_home ()) { ?> Blog - <?php bloginfo('name'); ?> - <?php bloginfo('description'); ?> <?php } else { ?> <?php wp_title($sep = ''); ?> - <?php bloginfo('name'); ?> - <?php bloginfo('description'); ?> <?php } ?> </title>I had to change “Home” to “Blog”, since I have the Front Page set as home and Posts page set as Blog.
Now my only thing is that the Front Page still shows a – in front of it. I think it’s doing that because it looks at my front page as a normal page like “Portfolio” or “Contact” and doesn’t have a title for it. Is there a way to segment this page within the code above (like what’s done for home page)?
http://www.pulsedog.com if you need to see it live…
Forum: Plugins
In reply to: [Plugin Contact Form 7] Width Issues with Text FielsThat would work, but then they don’t fill up that table, they’re much shorter in width. If there’s no way to have both, I’d rather go with what you’re saying. However, if there’s a way to have it display properly, that would be ideal.
Forum: Plugins
In reply to: [Plugin Contact Form 7] Width Issues with Text FielsConfirmed that it looks good in Chrome, IE, Firefox on desktop, so it’s gotta be a mobile thing.