fourwhitesocks
Forum Replies Created
-
I was able to finally successfully make 6 different forms on one page using the Easy Fancy Box Plugin and Contact Form 7 with it working perfectly, success message and all. Below is an example of the code and how I made it work…
This code works perfect for me, you can just change and add your own Contact Form 7 Shortcodes; and I wrapped the whole thing in a div each time for styling. Hope this helps someone!!
<div class="contact"> <a href="#contact_form_pop1" rel="nofollow">Contact Whoever</a> <div class="fancybox-hidden1" style="display: none;"> <div id="contact_form_pop1">[contact-form-7 id="89" title="President"]</div> </div> <div class="contact"> <a href="#contact_form_pop2" rel="nofollow">Contact Whoever someone else</a> <div class="fancybox-hidden2" style="display: none;"> <div id="contact_form_pop2">[contact-form-7 id="151" title="sales"]</div> </div>
Ok THANK YOU!! I think I do understand! It seems like i’ve done the correct things and it does seems to be working correctly for me now!
Ok thank you…I think I might have solved it but to answer your questions:
(not sure about the inline Content mode..so can’t answer that)
Yes, before submitting the first form the two links work perfect.
Before I solved it (I think) I didn’t try the second form first..
I ended up finding some other guidance and it said to make sure the links need to reference two different ID’s and for styling purposes use two different classes..also of course different contact form #’s and titles; so I think that is actually what you are talking about with the script not differentiating between the two forms. ** Also my problem wasn’t that it was the same message my problem was that if you had to send a second form from the same page when you clicked on the link to do the second form it would popup with the success message already there…BEFORE sending. I know kinda confusing.
Here’s what I’ve done so far and after submitting the first form so far the second form didn’t pop up already saying THANKS YOUR MESSAGE HAS BEEN SENT.
Here’s my test code and these are on the same page:
POPUP FORM 1
Contact President
<div class=”fancybox-hidden1″ style=”display: none;”>
<div id=”contact_form_pop1″>[contact-form-7 id=”89″ title=”Contact form 1″]</div>POPUP FORM 2
Contact Sales
<div class=”fancybox-hidden2″ style=”display: none;”>
<div id=”contact_form_pop2″>[contact-form-7 id=”151″ title=”sales”]</div>
</div>P.S. I actually have to add more forms to the same page so I will try and keep this updated ??
Umm I don’t think you are understanding me though, the widget is NOT inside a container that has any restrictions so I’m wondering how do you make sure it goes 100% across the whole viewing screen? Usually this is accomplished by putting in 100%, but it’s not accepting percentage…
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteOMG I JUST had to post back on this… all that was wrong with my 301 Redirect was that it was placed before the #Wordpress block of code…which was the instructions I got from another post on this blog…that is INCORRECT, at least for my hosting company.
I really hope I can save others the frustration I just experienced! The 301 Redirects go AFTER the WordPress code in the .htaccess file and look exactly like this:
Redirect 301 /newsletters.html https://www.djccoreconsulting.com/newsletters
and if there are more pages you just add them in on the line after…
4 silly small SIMPLE links geeze I’m glad I got that worked out!!
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteI have a support ticket in but I’m so loosing confidence in this host. I will never use them again for a WordPress site….
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteDo you have an example of one you have successfully used that you might send me in a private message that I can see? Or are you doing it the exact same way? I’m just so curious why it won’t work ??
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteI am doing that right now! I do appreciate your help tho, thank you very much for trying…it just seems like it should NOT be this difficult, this should be a 5 min fix and I’ve been struggling with it for 3 days…
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteI just tried it… it does not work and still gives an INTERNAL SERVER ERROR.. (takes whole site except for Home page down) I just don’t understand it… do you have any other suggestions…I haven’t had any redirection on these pages for for 5 days and getting really worried…
??
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteDoes the rest of my syntax look ok do u think?
Forum: Fixing WordPress
In reply to: 301 Redirects to a new WordPress siteDoesn’t it have to have the 301 in there to tell it that it’s a permanent redirect?.
But I will try it tomorrow!
I am having the same issue, also using WooCommerce. I see from above posts that this might have something to do with Up-Sells? I don’t really know about that (how and where do you define an upsell in WooCommerce; am I accidentally adding an Up Sell??) but all I know is when I add a product, it shows up twice on the Product page and then again down below near the bottom after a line that says: Showing the single result.. so mine are showing up 3 times lol. HELP
** I also know that some posters above solved it by editing the Woo commerce-hooks.php file. Won’t this get overridden when the Plugin gets updated? I guess I’m looking for the CORRECT way to solve this so nothing gets changed upon any updates ??
Just FYI, I pretty much tried adding all the above suggested code and nothing seemed to work for me… any help would be appreciated!
Forum: Themes and Templates
In reply to: Moving Post Meta Data to below post in 2010 themeOh yes that’s already done ??
GOOD NEWS! Something made me keep trying since I like this plug-in so much ?? I just reset my file permissions on my server and it fixed it!! I can now choose an album or gallery!! I hope this helps someone else like it did me!!!
I don’t mind doing that but don’t think the client will or be able to do that at all….not gonna work for them ??