*

jasongeek

  • ***
  • 61 posts
Custom Fields Appear Below User Fields for New Listings
« on: February 26, 2022, 05:30:57 PM »
When creating a new ad, the custom fields appear below the User Information fields in the form. It should appear in the listing details below Description.

*

MB Themes

Re: Custom Fields Appear Below User Fields for New Listings
« Reply #1 on: February 27, 2022, 12:52:32 PM »
Custom fields are shown in publish page via hook that is common for all extra data.
Typicslly shown at bottom of publish page.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jasongeek

  • ***
  • 61 posts
Re: Custom Fields Appear Below User Fields for New Listings
« Reply #2 on: February 27, 2022, 05:41:14 PM »
Is there a way to move additional custom fields up? And maybe put a title above it like "ADDITIONAL INFO" or "MORE" above it in H1/H2?


*

MB Themes

Re: Custom Fields Appear Below User Fields for New Listings
« Reply #4 on: February 28, 2022, 11:18:33 AM »
@jasongeek
No, as plugin allows to shift functions inside hook, not hook itself.
Only what would work is to edit item-post.php in theme and move hook position there, but as I told, all functions here use same hook. Could work well just in case you have only custom fields there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jasongeek

  • ***
  • 61 posts
Re: Custom Fields Appear Below User Fields for New Listings
« Reply #5 on: March 09, 2022, 02:33:28 AM »
Is there a template file I can edit to put it above ad poster's information? What template is it in?