Most of you are asking for having an option to change a place of the item custom fields – many of you don’t want them shown at the bottom of the page etc … Our answer would be:
Once custom fields are not designed as an element, the layout change can not be done in the administration /in page builder/.
Of course there is a solution that requires customization of the theme. An important notice: We highly recommend to use a child theme, for detailed info please also read: https://www.ait-themes.club/knowledge-base/activate-child-theme-on-live-website/
In case you would like them at the top for example, edit file single-item.php
and look fore code that may looks like:
{* ITEM EXTENSION *} {if defined('AIT_EXTENSION_ENABLED')} {includePart portal/parts/item-extension} {/if} {* ITEM EXTENSION *}
If you need find the location of the file, please have a look at the following article in our knowledge base: https://www.ait-themes.club/knowledge-base/files-structure/
Secondly, you might be interesting whether is it possible to split up the custom fields and place certain ones in different locations on the item page? For an example: text field at the top of the page, checkboxes at the bottom of the page, etc.?
No, we are sorry, this is not possible so simple. It requires a huge customization of the theme.
Please do not submit multiple tickets for the same request, as this does not result in a faster response time.