Problem with the search engine in "GuidePost" theme

Hello,

I installed the “GuidePost” theme on a “Ghost” space: http://playbook.esnu.be Unfortunately, even after following all the steps of the installation, the search engine does not work.

Has anyone ever had the problem?

Thank you in advance,

Nicolas.

Looks like you need to set the API key as per the XHR request.

I would suggest checking with the theme author or the theme docs as it is a premium theme.

Ho, thanks.

I did this via the “Injection Code”. It doesn’t work? How can I do otherwise?

Try doing it in the Site Footer

May be try to add:

<script>
var ghosthunter_key = 'YourKEY';
</script>

Replace your API key with YourKEY.

It works ! Thanks a lot :slight_smile:

Awesome! Most welcome :slight_smile: