Hello to the team,
I am having some problems that I do not understand.
1. I have created a view with three conditional blocks.
Block 1 = Display a facebook logo if actual post wpcf-facebook field is not empty. The logo link is the url of the wpcf-facebook url field.
Block 2 = Display a twitter logo if actual post wpcf-twitter field is not empty. The logo link is the url of the wpcf-twitter url field.
Block 3 = Display a linkedin logo if actual post wpcf-linkedin field is not empty. The logo link is the url of the wpcf-linkedin url field.
To test, I put the same link in my three custom fields (hidden link). As no field is empty, my view displays the three logos. My problem: Only the facebook logo is clickable, the others are not ...
Stranger still: If I change the dynamic url of the twitter logo and replace it with the facebook field, it works. Looks like my wpcf-twitter and wpcf-linkedin fields don't work (though they're the same as wpcf-facebook).
2. In my wordpress backend, I created a custom post type with two taxonomies. When I create a post, the elements of my first taxonomy display well (with the checkbox), but those of my taxonomy 2 do not display. Here again, the parameters of my two taxonomies are however identical.
Any idea how to solve these problems?
Thank you for your support