Skip Navigation

[Resolved] Display Taxonomy Term Field

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Daniella 7 years ago.

Assisted by: Luo Yang.

Author
Posts
#511858

On this taxonomy archive page, hidden link, I am trying to use the following code:
[wpv-post-featured-image size="custom" width="360" height="240" crop="true"]
<h2>[wpv-post-link]</h2>
[types termmeta='tour-operator-logo' alt='%%ALT%%' title='%%TITLE%%' size='thumbnail' align='left' resize='proportional'][/types]<h4>[wpv-post-taxonomy type="tour-operator" format="name" id="$parent"]</h4>
[wpv-post-excerpt]
to display the tour operator logo field to the left of the tour operator name. However, there is no image that is showing up.

(There is also padding above the second post in the right column and I can't find where this is to remove it.)
Thanks!

#511964

Dear Daniella,

Q1) there is no image that is showing up.
It is expected result, it is a taxonomy archive page, in the Views loop, each item is a post/page, so the shortcode [types termmeta='tour-operator-logo' ...] will not be able to output anything.
I suggest you setup a view to list terms of taxonomy "tour-operator-logo", filter by:
Taxonomy is set by the current post
and display the custom term field

Then use above view to replace the shortcode [types termmeta='tour-operator-logo' ...]

Q2) please try below CSS codes:

td {
    vertical-align: top;
}
#512151

Thank you so much!

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.