aholsteinson
Forum Replies Created
-
Yeah I got it working. I just used the endpoint from within my app like so…
http:/yourdomain.com/wp-json/contact-form-7/v1/contact-forms/*/feedback
Replace the * with the ID of your form. That should do the POST request via Contact Form 7.
- This reply was modified 7 years, 4 months ago by aholsteinson.
Thanks! That was the problem, I just removed it and everything went back to normal.
Again, thanks for your help!
Cool here is the code for the Taxonomies:
Hey there, here is the Export Post Types code:
https://jsfiddle.net/z07nbdcg/
Please let me know if that’s what you asked for.
Thanks for your help.
Hi niknetniko,
The reason for it is that at the moment I have all the galleries in place on a page template but the client doesn’t have images for some of the galleries yet. I would like to leave the galleries there, while empty, so that when the client has the images, he simply adds them to the gallery without having to go through the process of adding the gallery itself.But the Galelry Not Found message doesn’t looks nice in the page.
Solved it the following way:
$postid = get_the_ID(); $term_list = wp_get_post_terms($postid, 'food-type', array("fields" => "names")); foreach($term_list as $term) { echo '<span>'.$term.'</span>'; }
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Nevermind, it is working now. I had forgotten to include the hide button option on the second form.
Another question: Is there a way to set it so that the other form resets if it had options checked? Or should I just do that with JS?
Yeah I am thinking that it is either that or maybe the PHP version of the server; considering that i have the latest version working without problems locally on my computer. It was only when moving it to the server that it caused problems.
But I’ll leave it with 1.9 in this case as it works fine and has the features the site needs.
HI, thanks for responding.
I rolled back to v1.9 and it is working fine now. Unfortunely I don’t have the FTP credentials for this installation. The client manages this particular server so we sent the files for them to upload and helped them when it came to creating the database and the like.Could it have been a permission issue? I notice right now that I don’t have the ability to create new galleries due to this (even tho I was able to manually upload and install v1.9 via the admin).
Would be nice if there is a solution to this. I am planning to try and roll back to a pre 2.0 version tomorrow to see if it works without problems.
Thanks cubicalab! I will try that out.
Thanks TC.K! appreciate the help, will look in the forums for the solution.
Thanks for your responde. I am trying it now but the Ajax plugin seems to behave the same way, in that enabling String Search disables the taxonomy filter I create. ??
Really a pity that this popular plugin does not offer a general checkbox to enable\disable all js and css files.
I agree, it is hands down the best WP gallery plugin but not being able to turn off the js and css is a real let down. Hopefully the developer is planning to incorporate this option soon.
Thanks nrenee that worked for me!
Using Nextgen 2.0