Zenbirdy
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Query - WP Query Builder] show custom fieldsThanks ??
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fields not displayingI thought the taxonomies was displaying but apparently it wasn’t, it was a field without a taxonomy.
I have a dropdown select field, to choose a taxonomy. What I want to do is to displayed the taxonomy chosen. I tried your code in the link, but it is to display the whole list of taxonomies and it wasn’t displaying anything. I modified it to this:
<h5>Example:</h5>
{{taxonomy.post_tag}}{{example}}Before that what I would get was a blank field, and now I get “Array” printed instead of the taxonomy chosen.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fields not displayingHi Josh,
With the new update of caldera forms, the taxonommy fields are displaying with my previous code: <h5>Example:</h5>
{{example}}, I did tried the one you provide me in the link, and it did not displayed the term, but it is great since anyway my taxonomy fields are appearing thanks to your update :).Other quick question, I use the picture example I saw in one of your tutorials:<h5>Image:</h5>
<img src=”{{pictures.sizes.medium}},
But my picture does’nt display I only see an icon under the image field.
Thanks for such a great plugin, and for the help.Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fields not displayingThanks Josh, I got to do the template it wasn’t as hard as I thought, all my fields are displaying in the frontend, except my autocomplete fields which I assigned a taxonomy term.
what I did was this:
<h5>Example:</h5>
{{example}}For every field, and it works great except for the taxonomy fields, what should I change in the example above to make a taxonomy show?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Fields not displaying in frontendOoops I already figured how.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Fields not displaying in frontendThanks Jim,
I already create a template and they are working fine.
I do have a question about taxonomies, I dont know if I should open another topic or just ask here.When I create a new pod, under advanced options, I have the option to add categories and tags, but I dont see any taxonomy field.
I see I can create taxonomies, but what if I want to assign a set of taxonomies to a category of a custom post?
Forum: Plugins
In reply to: [Easy Query - WP Query Builder] show custom fieldsDo you have an example or documentation?
What I want to achieve is to display the custom fields I add to a custom post type in the frontend.
I’ve been playing with the plugin, copy pasted the template into my functions php but, the fields doesn’t appear.
Thanks in advance
Thanks for the response, I am working in a localhost.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fields not displayingHi Josh,
I am testing both caldera with caldera custom fields and wpuser frontend, to see which one works better for me. I love the fact that with caldera I can include taxonomies which I cant on wpuf, but in wpuf fields are automatically displayed in frontend( that is the reason that I thought with caldera was the same), in caldera I can see only the title and the content in frontend but not my other fields, I did install the metaplate plugin that you suggest me, but I find it a little confusing, since I am not a coder, I did try something similar to the examples, but the fields display weird. Have you thought about a future version that displays the fields in the frontend (without requiring the user to code or make a template)the way wpuf does? That would be great even if its a pro version.
??Yes I do have edit page with the shortcode and in the default post form, the sample form is selected.
I have only active wp user frontend plugin with the twenty fourteen theme.
I also have selected redirect to newly created post.
But it never redirects, since the page never stops loading.Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fields not displayingI populated some fields with the custom fields add-on, So once I created the form, I use the shortcode to display the form in a page.
The shortcode work fine I could see all the fields, I fill every field (in the frontend) and submit the form.
So the form saves as a draft, in the backend I could see the fields with my answers but once I hit preview or publish, the fields are not visible in the frontend.