smipweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Episodes not showing: 404super!!!! it’s working now….thank you!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageAh,ok,i see,but the ID is always the same…you can check ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageHello,
this is the page:https://terranostra.ch/product/aglio-secco/or I didn’t understand what do you mean..
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pagethank you Jory,
I tried but nothing (tried also with “”).others suggestions?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageThat’s an exemple:
https://terranostra.ch/product/uva-nera-senza-semi/
The shortcode is after INFO PRODUTTORE: the producer listed 3 times is “DA CRI – Frutta..”.
The code:
[pods field="producer"] <b>{@producer_name}</b> {@producer_squared_logo}<br/><br/> {@producer_description_short} <span id="dots"></span> <span id="more" style="display: none;">{@producer_description_long}</span> <br/><br/> <button onclick="myFunction()" id="myBtn">Leggi di più</button> <br/><br/><b>Indirizzo :</b> <a href="https://www.google.com/maps/place/{@producer_address}" target="_blank" >{@producer_address}</a><br/> <b>Sito web:</b> {@producer_website} <br/> {@producer_gallery}<br/> {@producer_personal_photo} [/pods]
Do you need something else?
thank you!!!Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageOk, what can I show you?
Because the code…it’s just the shortcode I put.
Than, we added the relation for the product with the producer (by extending the post type with pods) and we do a custom taxonomy to create the producerForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageHello Jory,
I didn’t understand, I mean: I did a relation from a product to a producer (1 product as just 1 producer).
And it’s running well…there is just a producer’s problem. I can’t just tell to stop after 1 iteration?
thanksForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageI mean..every product has only 1 producer, that’s why I didn’t understand it just print 3 times the same name.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageyes: it’s an ecommerce with product. Every product has a producer: so I print the producer name related.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageHello,
Ive now another small problem:[pods field=”producer”] <b>{@producer_name}</b>
[/pods]So, I print just the producer name on each product page. And it’s working good, except for one producer: in this case, his name is printed 3 times!
I didn’t understand why. Do you know how can I force to print just once?
Thank youForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pagesuper thank you! now it’s going, thanks!!!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageOne example of printing:
nothing via valgersa 6, antonio prod campagna 6, Cristina frutta via giovanni 7, Govanni
When it should display, in this case, just the second line “campagna 6, Cristina frutta”
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageI display in this way:
[pods name=”produttore” ] [if related_prod] {@producer_address}, {@producer_name}<br/><br/> [else]nothing[/if][/pods]
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pageOk, I partially solved the problem: I had to add a relation to the product element (I extended the “product” page).
Now, the only problem is: in every product page, I select the producer (the relationship) and it’s fine. The problem is that when I display some details of the producer, it will display the producer selected, but also another producer. It’s like doesn’t overwrite the producer…it’s strange.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods related specific to the pagethank you for the video, now it’s more clear, but not 100%.
So, on my pods (producer) I added the relationship related_product. Now, I can add for each producer, which product they are doing.
But, this is really a nightmare: in each product page (classic woocomerce), thanks to pods, I can select the “producer”. I didn’t understand why is not already the relationship.I mean: in each product, I already selected the producer. You know what I mean?