Hey @imavexadmin
Apologies for the delay – that is odd indeed.
How are you creating your custom fields?
Our plugin doesn’t do anything special with custom fields, it just fetches the field using the key you supply – we use the WP function get_post_meta()
found here:
https://developer.www.ads-software.com/reference/functions/get_post_meta/
Therefor my best guess would be, that when saving your post (the event that seems to cause them to go missing), they custom field is being saved under a different name / in a different format.
If you are using a pluign to create your custom fields, it is possible it has been updated, and might be doing something different than what it used to.
I would try to figure out if the custom field name (meta key) has changed, and try the new custom field in your post template.
If you’re still having issues, we’d need to take a closer look at your site – in this case can you open a ticket with Search & Filter support?
Search & Filter + Custom Layouts are the same team, that way we’ll be able to access your site and have a look at whats going on (be sure to reference this ticket).
Thanks
-
This reply was modified 2 years, 2 months ago by Code Amp.