Custom Field Name for Pro Header Images

We’re implementing Ajax Search Pro on a few of our sites and we can optionally show the image from a custom field next to the results. We’d like to show the hero image thumbnail from the header but I don’t know what the custom field would be called for that. Can you tell me how to find it?

Hi @co50,

Thanks for reaching out.

That’s not currently possible since header builder data are saved as one serialized data in the database and there is no connected custom field.

How about scraping the actual page using ajax and retrieve the background image. Example, user trigger the search ajax and display it, once display, another ajax will run for each item to scape the actual page to get the background image.

Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.