bg2326
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Information not being senttrink79,
You have to put the tags that you created in the top half (form area), and add them to the email (message body) area.For example if you have this is your “Form” field:
<p><label>Phone Number
[text phone] </label></p>You need to have this down in your Mail, “Message Body” field:
[phone]Hope that helps!
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Different subject lines for different formsNevermind. I was looking in completely the wrong spot (in the PHP file) and not where the change was the most simple to make (on the admin page).
Thanks.
Forum: Plugins
In reply to: [Plugin: Events Calendar] What’s wrong with my Event Calendar ?FWIW, I was having this same problem, and Ian’s solution worked for me as well.
Forum: Fixing WordPress
In reply to: Homepage, blog link difficultiesUse the info from this page to hide “blog” from your navigation:
http://codex.wordpress.org/wp_list_pages#Exclude_Pages_from_ListGood luck!
Forum: Fixing WordPress
In reply to: Homepage, blog link difficultieshippojim,
I had the same question, and found my answer here:
http://wordpress.org/support/topic/151338Hope that helps!
Forum: Fixing WordPress
In reply to: Database Error, Without the upgradeI thought I would add one last post to let anyone know who has found themselves on this post that I deleted my old database, created a new one, and re-installed wordpress, everything is now working as it should.
An item to note however, is that the reason I was unable to access phpMyAdmin was because Yahoo’s doesn’t work with Firefox… or Safari. So I had to hunt down a PC and make my changes from there.
Forum: Fixing WordPress
In reply to: Database Error, Without the upgradeGood call. I will try that (as soon as Yahoo! responds as to why my phpMyAdmin isn’t working). Once I have tried that, I will post whether the problem was resolved.
Forum: Plugins
In reply to: wp cal installation problemI just saw that someone responded to this post (I figured it was dead.) Thanks for your suggested solution, sutyakdes. Unfortunately for me, my editor is already set to the code view, and still nothing is showing up on my page: http://greenwoodlivingmag.com/index.php/wp-cal-calendar/
I think that I may be missing some javascript and that is preventing it from functioning, but when I tried to add some in, it didn’t solve anything.
Forum: Installing WordPress
In reply to: wp-cal usageThomas, did you ever find what was causing this? I am having the exact same issue (see my post at http://wordpress.org/support/topic/110052 )
I have no idea what I am missing…
Forum: Plugins
In reply to: wp cal installation problemOkay, so I didn’t hear back from kc8tqv… has anyone else run into this problem?
Am I missing something in the instructions? I created a new page in WordPress, and added <!–cal–>, but nothing shows up.
I tried to look for other calendars that displayed events on a page (as opposed to the sidebar) but couldn’t find any… Any help would be greatly appreciated!
Forum: Plugins
In reply to: wp cal installation problemkc8tqv, can you please post how you solved this? I have run into the same problem. I added <!–cal–> to my page, but nothing shows up at all. (no errors – just a blank WordPress page)
Forum: Fixing WordPress
In reply to: Is my mod_rewrite (or lack there of) causing permalink problems?Thanks Otto42. After speaking to the hosting company, I was told that “all [their] windows servers are running with IIS web server which doesn’t support mod_rewrite module.”
Bummer.
Forum: Fixing WordPress
In reply to: Images not appearing in RSS feedRight, I understood that. Thanks for following up though.
Forum: Fixing WordPress
In reply to: Images not appearing in RSS feedThank you so much for your clear explanation. You were correct in both instances… removing ‘strip_tags’ broke the feed, and while adding ‘htmlentities’ did not break the feed, the images still did not appear (on my reader).
Thanks for your time on this issue. It is satisfying at least to know why they aren’t appearing, and it is something I will keep in mind for the future.
Forum: Fixing WordPress
In reply to: Images not appearing in RSS feedSorry, by “title image links” I was referring to the img src HTML code placed directly in my post title.
The site is: http://www.pulsecreativepartners.com/
This site was my first one using WordPress, and I know there are portions of it that are not by the book. Originally when I set it up, I wanted the images above the title and the best solution I found to do that was by including the html link to the URI of the image. For example, I will put something like this in the title field:
<img src=”http://www.pulsecreativepartners.com/postimages/imagename.jpg” width=”430″ height=”143″ />Post TitleLooking back, I realize this probably wasn’t the best solution, but at the time, it gave me the flexibility I was looking for.
I understand this may be why the images aren’t showing up in the RSS feed, but wasn’t absolutely sure.
Thanks.