bbowman02
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: images upload but wont displayI have the same problem if anyone finds the solution to this. Thanks.
Forum: Fixing WordPress
In reply to: Custom login formThanks, but still not it. The users aren’t going to be registering themselves. They already have their First and Last Name in the database.
Forum: Fixing WordPress
In reply to: Custom login formDoes anyone know if this is possible. I looking into a custom login form, that way it doesn’t mess with the wordpress login.
Forum: Fixing WordPress
In reply to: Custom login formThanks t-p for the links, but that is not quite what i need. I am not trying to design the login page, so the custom-login will not work for me in this situation.
I read over the codex, but didn’t see how to use first name and last name for login fields. I don’t want to use username.
Forum: Plugins
In reply to: Contact Form 7 Lightbox installation NOTES & FIXESI figured it out. For anyone who tries to use special mail tags, something else you have to do that is different from the Rainmaker Webdesign tutorial is that you need to put the div that has the curtain and container in the loop. The tutorial tells you to put it right after the
<body>
tag. If it is in the loop, the special mail tags will work.You will have to modify the CSS a little bit, but it will work. Hope this helps someone.
Thanks to Buddy for putting the corrections above.
Forum: Fixing WordPress
In reply to: Contact form 7 Modal & special mail tagsI feel stupid. I read that Note box so many times, but I wasn’t thinking about putting in the loop. I got the modal from a tutorial that said to put the code right below the body tag. But once I put it in the loop, it worked perfectly. Thanks
Forum: Plugins
In reply to: Contact Form 7 Lightbox installation NOTES & FIXESWhat jQuery version are you using Buddy?
Forum: Plugins
In reply to: Contact Form 7 Lightbox installation NOTES & FIXESI am also not using it in the sidebar. It is located in the loop of the single.php, so it shows up on all posts. It worked before I added the script and code to allow the pop up lightbox effect. If this helps.
Forum: Plugins
In reply to: Contact Form 7 Lightbox installation NOTES & FIXESdisregard the Title: [wpcf7.post_title] on the second part. I was just testing it, I removed it from the first part but not the second
Forum: Plugins
In reply to: Contact Form 7 Lightbox installation NOTES & FIXEShmmmm. I guess it partially works, because I do get the Name and the subject, just not the otheres. Is there something I need to add or update maybe? Thanks for your help. This is what I have in my message.
From: [your-name] <[your-email]>
Subject: [your-subject]
Job: [_post_title]
Name: [_post_name]
Post URL: [_post_url]
Author: [_post_author]Message Body:
[your-message]And this is what I get in the email….
From: Brandon Bowman <[email protected]>
Subject: Test
Job: [_post_title]
Title: [wpcf7.post_title]
Name: [_post_name]
Post URL: [_post_url]
Author: [_post_author]Message Body:
TestForum: Plugins
In reply to: Contact Form 7 Lightbox installation NOTES & FIXESThanks Buddy. I got it to work for me. The only problem I am having now is that I use the shortcode (token) [_post_title] to get the title of the post that the user is on when they feel out the form. I am using it as an Apply Now. But when it pops up in the lightbox effect, and I send the email, I get [_post_title] in the message. It is not rendering the shortcode [_post_title]. Do you know how to make this work. Thanks
I am having the same issue if anyone figures this out.
Forum: Fixing WordPress
In reply to: wp_dropdown_categories to display post on same pageBut when you select the category from the dropdown, it goes to another page. I want it to stay on the same page. So on my homepage (static page_, I have most recent post being displayed. When I select a category from the dropdown, the recent post become the recent post of that category, but I am still on the home page.
I hope this is clearer.