Extra fields module not showing up in every category
-
I have recently installed the extra fields module into my site which is running AWPCP 3.0.1 as a way of incorporating google maps into listings, I had read about the convert address to google maps plugin so i created a new field called physical address and added the <address></address> code into it like so-
} else if (count($value) > 0) {
$value = awpcp_extra_fields_render_field_single_value($field, $value[0]);
$html .= sprintf( ‘<span class=”awpcp-extra-field-value”><address>%s</address></span>’, $value );, works perfectly by the way! Well perfectly in some categories, in others my extra fields won’t show up at all which is becoming very frustrating as there are no settings differences that I can see from category to category. Please help, how can I get my extra field to show up consistently in every category??
Here’s one that works
https://jiipsi.com/j-world/show-ad-or-j-tell/456/test/canterbury/new-zealand/bars-nightlife
and here’s one that doesn’t, only difference is the category
https://jiipsi.com/j-world/show-ad-or-j-tell/457/test/canterbury/new-zealand/gardens-parks
https://www.ads-software.com/plugins/another-wordpress-classifieds-plugin/
- The topic ‘Extra fields module not showing up in every category’ is closed to new replies.