justinwhall
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Background CSS QuestionLooks fine on a 13inch macbook. What is the pixel dimensions of the bg image?
when I have access to it. I’m pretty sure it’s not the plugin’s CSS that is screwing it up… It’s just the footer is new so it’s floats up. Will report back.
yes, this plugin is a little buggy now with WP 3.2. Still works though. I just modified the CSS to fix this problem get some errors on sending invoices now, but no complaints from clients so…
Forum: Fixing WordPress
In reply to: Posts with NO categoryTest to see if a category is null. Perfect. I knew we were over complicating this… Not sure why i didn’t think about this earlier. Thanks.
Forum: Fixing WordPress
In reply to: Posts with NO categoryYes, absolutely. I want nothing more to write a conditional statement BUT how do I exclude these posts without an ID?
like…
<?php if ( have_posts() ) && !category ID : ?>
blah blah blah…Forum: Fixing WordPress
In reply to: Posts with NO categoryIt doesn’t have to do with the syndication link. These posts are LOCAL.
That being said, they fed via and RSS 2.0 feed. Some from blogger, some from others… IF they have designated a category then it’s applied when imported into my WP install and everything is honky dory.
What I’d like to be able to do is omit the posts that come in uncategorized in my loop but can’t if I don’t have an ID… Or at least can’t think of a way…
Forum: Fixing WordPress
In reply to: Posts with NO categoryThe syndication links to the local Post. I can’t link to it as there is a privacy policy in place. Sorry.
Forum: Fixing WordPress
In reply to: Posts with NO categoryYes I have phpMA access, but there is NO category to search for and it’s not listed in the DB.
To over simplify things.
Posts come in via feed and SOME have no category at all – hence no ID.
Forum: Plugins
In reply to: Accept Billing Info – s2members? Gravity Forms? Wufoo?Yuppers, but thanks for the heads up. I’ll check that out. Thanks!
Forum: Themes and Templates
In reply to: How to remove site title/descriptionThat selects the same thing. I would add postion:relative;
Forum: Fixing WordPress
In reply to: 3 Sidebar widgets only want two active on homepageYa ok….
Forum: Themes and Templates
In reply to: How to remove site title/descriptionI’m not sure how many ways I can say it…
.screen-reader-text{ position: relative; text-indent: -9999px; }THAT is what you want.
#header #title #blogtitle { margin-left: 68px; }Is wrong on more then one way…
Forum: Themes and Templates
In reply to: How to remove site title/descriptionNo, because it’s in your header.php file. And yes, you can remove it there, BUT then it’s gone and like you said, it will be absent from your search engine index. I’ve described the correct way to do it already.
You are very very confused my friend. I suggest stepping back, learning the basics or hire a professional who can what you are trying to do in less then 5 minutes.
Forum: Themes and Templates
In reply to: How to remove site title/descriptionNo, you are confused. You don’t call anything in CSS – that’s PHP.
Forum: Themes and Templates
In reply to: How to remove site title/descriptionI would suggest leaning a little CSS. It’s hard to help if you don’t know the basics. You NEED to know what you are wanting to hide (and really how your doing it) in order to make this work…
So like I said, you need to add the class “screen-read-text” needs to be added to whatever it is you looking to hide…