Hi Jamal, thank you. This problem seems to be resolved.
I need another problem.
I need to upload some products that are the same for more than one "serie".
I create the article, for example in "porte per garage " > "vip" and i tick two serie "Securlap" and "Securlap One".
Vip is displayed in the two pages correctly but the link doesn't work.
It is recognized like a only link. (here the link: hidden link)
How can I automate that in this cases the plug in recognized 2 links?
I upload also two screenshoot of the problem.
Thanks
Sandra
Hello Sandra,
You were building your link for series manually. I would suggest using Toolset shortcodes to build it. Use the format link, or you can omit it as it is the default format. And use a separator between terms(usually ",").
Instead of:
<a href="/[wpv-post-taxonomy type="serie" format="slug"]">[wpv-post-taxonomy type="serie" format="name"]</a>
Use:
[wpv-post-taxonomy type="serie" separator=","]
Read more about it here https://toolset.com/documentation/user-guides/views/views-shortcodes/#vf-153472
Best regards,
Jamal
Thank you!
If i need to link the name to its page. How can I do it?
For example:
hidden link
Securlap one linked to hidden link
Is it possible?
Thank you
Sandra
I am sorry, I did not understand your question. Can you add a screenshot and specify which link should be linked to which URL?
Remember that "series" is a taxonomy, and is linked to "Porta Garage". We can get the series from the post "Porta Garage".
If you want to link between "Porta Garage" and "Prote per Garage", you will need to create relationships. Check the following articles:
- https://toolset.com/documentation/post-relationships/
- https://toolset.com/documentation/post-relationships/how-to-set-up-post-relationships-using-toolset/
- https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/