pcather
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with with Forms issueI’m trying it out. It doesn’t seem to. Thanks for the tip.
Forum: Fixing WordPress
In reply to: Help with with Forms issueHave a look at http://wordpress.org/extend/plugins/si-contact-form/
I’ll check this out. Problem is that all the plugins I’ve find collect the emails into a database with no way to elect not to do that. These emails can be very sensitive and an administrator which is usually a volunteer from the congregation shouldn’t have access to them. Maybe this one will be different.
Thanks.
Forum: Fixing WordPress
In reply to: Can't get my form to workThanks for your keen eye. That pesky little colon was the culprit.
Appreciate your time.
Forum: Themes and Templates
In reply to: Different back ground images for Pages @ Wrapper IDThis is so cool. I’ve spent several hours trying to figure this out. Trying very convoluted ideas that people have posted. This is SOOOO easy. Thanks.
Forum: Themes and Templates
In reply to: Different back ground images for Pages @ Wrapper IDOh my. How simple. Thanks so much.
Can I do something similar to change the color of the menu and footer fonts on the homepage?
Forum: Themes and Templates
In reply to: Different back ground images for Pages @ Wrapper IDI got it to change the background color of the body…but, can I use this to change the wrapper background?
See http://test.efreebn-sermons.org
I want the red background to be tan.
Forum: Themes and Templates
In reply to: Different back ground images for Pages @ Wrapper IDI found some info on body_class(). http://wpmu.org/how-to-use-the-body-class-tag-to-apply-custom-styles-to-wordpress-pages/
I’ll give it a try. A scanning of the page makes me think this is the right path. Thanks.
Forum: Themes and Templates
In reply to: Different back ground images for Pages @ Wrapper IDI’m trying to do something similar only the only page I want different is the homepage. I’ve tried the code below but it only returns “wrapper” never “wrapper_home”
In my homepage.php
I placed:
<?php $background_flag="homepage";?>
Just before:
<?php get_header(); ?>Then in my header.php
I placed:
<?php if($background_flag=="homepage") $background_class=wrapper_home; else $background_class=wrapper; ?> <div class="<?php echo $background_class;?>">Just before:
<div id="header">Any help is appreciated
Forum: Plugins
In reply to: copy a form in Visual Form BuilderBummer. Might be a good idea for the future.
Forum: Plugins
In reply to: Visual Form Builder "Entries"The problem is that as the church’s website manager I should not be able to see email content that is going to our pastor’s. Some if this could be quite sensitive and confidential.
Since I’m just not trying to keep myself out but future administrators, knowing that it comes back with an update will not fix the problem. I’ll have to find a differ plugin or software. Thanks.
Forum: Fixing WordPress
In reply to: Want Title to show the Catagory chosenThis seems to find the categories on the posts that were found and not the category I requested. Is there anyway to get it to echo the only the category I requested?
Forum: Fixing WordPress
In reply to: Want Title to show the Catagory chosenThis seems to find the categories on the posts that were found and not the category I requested. Is there anyway to get it to echo the only the category I requested?
Forum: Fixing WordPress
In reply to: Want Title to show the Catagory chosenI thought I resolved this by only giving each post one category. Problem is that when I search and don’t find and posts in that category it returns nothing since it is looking for the category in the post. I want it to return the category I search for.
See http://test.efreebn-sermons.org/category/adult_events
There are currently no adult events. I’d still like it to say “adults” at the top after “Current Events -”Forum: Fixing WordPress
In reply to: Adding a Line under the Title is inconsistantNever found the problem. Just deleted the pages that weren’t working and recreated them.
Forum: Fixing WordPress
In reply to: Adding a Line under the Title is inconsistantThanks for taking a look.
Yes I did see these inconsistencies in the code. The same code is generating them on all pages so I’m confused as to why it’s there sometimes and sometimes not.
Here’s the php code for my pages http://pastebin.com/RkfxLvde