fensterbaby
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Configuration errorsOkay I resolved the form errors but still the email message is not sending.
On submit the confirmation screen says the email is sent, however…This form page:
https://carolemarvel.com/contact-2/sends this as the following email…
Subject: Carole Marvel “[your-subject]”
?From: Gregory Fensterman <[your-email]>
Subject: [your-subject]Message Body:
[your-message]`Forum: Plugins
In reply to: [Contact Form 7] Configuration errorsi resolved the header error but can’t find the error in the form that is generating the ” Multiple form controls are in a single label element.”
errorI even tried deleting each label pair line by line and still could not isolate the problem
Thanks
Forum: Fixing WordPress
In reply to: WP won't load, suspect .htaccess issueOkay it’s working now. The site had been hacked.
Still one issue remains.
I have a post that displays on the site home page, not a WP file.
It was working fine but now I get this error:
Fatal error: Call to undefined function query_posts() in /usr/httpd/amyers/murphysmotel.com/index.htm on line 91
This is the code that is kicking out the error:
<div > <?php query_posts("category_name=homeNews"); while (have_posts()): the_post(); ?> <p id="newsHeadline"><?php the_title(); ?></p> <div class="entry"> </div> <p><a href="<?php the_permalink(); ?>">Read more news...</a></p> <?php endwhile; ?></div> </div>
Forum: Fixing WordPress
In reply to: display single post on non-WP home pageThanks. That link gave me the info I needed.
Greg
Forum: Plugins
In reply to: wordtube plugin – activated but doesn’t show up in post edit pagereally? If I (and my clients) will have to do it all manualy then why the plugin? I can just add code for any video player into the HTML.
So where do I get these media id numbers from?
this sounds pretty clunky
Forum: Installing WordPress
In reply to: [Plugin: wordTube] Plugin installed but doesn’t show upoops, wrong forum
Forum: Themes and Templates
In reply to: sidebar clears on single post pageThanks. That’s fixed.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedI hate to have to ask something so basic, but I can’t get this thing to appear at all.
When you say enter…
[audio:myfile.mp3]
You mean just type that into the post? It just displays as text in the post. Or else nothing appears.
Am using WP 2.7 and AP 1.2
the settings are for Replace Syntax
Have tried on FF3 and Safari
Thanks