jordiwordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Related fields in a formok, thanks
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Related fields in a formThanks for the info, sometimes I use the pods shortcode, but in this case I also have to incorporate relationships with taxonomies.
Reordering is good, but with the searchable option would be enough. Any solution only with search?Thanks again
It works perfect, thank you very much.
I usually use shortcodes but there are times when I also need to include the featured_images field or link to taxonomies
Till next time
Thanks
I finally chose to keep the template with the tag [each] [/each] and write this in author.php
// Mostrar el template "usuarios" echo pods('user', get_the_author_meta('ID'))->template('usuarios');
Yes, I understand that you are saying. And I have changed “book” by “borrowed_book”, of course.
What I’m saying is that the second function only hides the field from the form if the field not contains “_”
p.e.
label.pods-form-ui-label-pods-field-borrowed_book, #pods-form-ui-pods-field-borrowed_book { display:none; }Doesn’t hide
label.pods-form-ui-label-pods-field-affiliate, #pods-form-ui-pods-field-afilliate { display:none; }
Hides
did you note that the second function hides the field from the form?I see, I’ve checked with other fields of the form and it’s work. I think this is so because the name of the field that you call “book” contains ”_” . I call “borrowed_book”
label.pods-form-ui-label-pods-field-borrowed_book
Thanks Paul,
I had copy the code in functions.php and the result is:
- The list of “book” field don’t display any book on the form. ( that’s ok)
2. The current book of the post don’t be displayed.
if I “click” on the label for safe the new “item” post, no book is related in the new post.thanks
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Button for relationshipFantastic!
This is more than an answer, it’s really like a tutorial!!. You have created interesting tool for Pods.
I have to try the code for display the data associated with the user, my next step will be create user page (author.php)
Thank you so much
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Button for relationshipThanks, the message “Invalid taxonomy” has dissapeared but don’t biding the post with any user.
I’ve think that another way would be write a form shortcode in “edicin” template, and include only @usuario field, but the list display all the users.
Is there a way to make only the current user appear in the list?thanks
Forum: Reviews
In reply to: [Bulky - Bulk Edit Products for WooCommerce] Selection with IpadThanks
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Lost permalink on migrationHi Jory
I really don’t have deep knowledge of wordpress, but I just changed “guid” to “permalink” and everything works perfectly. it was just that.
Thank you so much
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Lost permalink on migrationI have news,
I have tried to change the template in “Auto Template Options >Singular Template” and it uses the old one.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Lost permalink on migration
sorry, that is.
Example 1:[each editorial] <a href=”{@editorial.guid}”>{@editorial.post_title}</a>[/each]
Example 2:[each sobre_fotografo]
<button class=”button”><a class=”boto” href=”{@sobre_fotografo.guid}”>{@sobre_fotografo.post_title}</a></button>[/each]
- This reply was modified 1 year, 8 months ago by jordiwordpress.
- This reply was modified 1 year, 8 months ago by jordiwordpress.
- This reply was modified 1 year, 8 months ago by jordiwordpress.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Lost permalink on migrationIs that ok?
Example 1: [each editorial]{@editorial.post_title}? ?[/each]Example 2: [each sobre_fotografo] <button class=”button”>{@sobre_fotografo.post_title}</button> [/each]