johnpwooton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shortcodes not workingThanks for that. I missed a step in there. That fixed it.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't select the first fieldhttp://www.villasonmorselake.com/contact/
It’s working fine the way it is now, but if I move the name field to the top of the form, you can’t select it with the cursor.
In addition, I took all the sizes off during the testing and used CSS to assign the size.
Forum: Themes and Templates
In reply to: Need help with a themeYeah, I agree that the code makes it complicated, however, I think it’s trying to make use of the array functions that pull the data.
The problem is that I don’t have any text in the excerpt field on the post. Somehow, this theme is auto generating the excerpt.
Forum: Fixing WordPress
In reply to: How can I get the img src url using phpOkay, thanks for that. I’m trying to get the medium image src and this code’s size parameter doesn’t filter down to the medium size, it only returns the full size. The wp_get_attachment_image will filter down to the medium size, but I need the src url from that, not the actual image.