Hi!
I have this error code, is there a way to get rid of it?
Thanks in advance!
Hello @Piirretty
It’s GemPages support team and glad to support you today.
Maybe you have installed an app of Qikify and deleted it but the code of the app is still in the theme
I will guide you to find this line of code and delete it
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file.
Search with Keyword: ‘qikify-apps’
You will find 1 result: maybe 1 of the following 2 codes:
{% render 'qikify-apps' %}
or
{% include 'qikify-apps' %}
In both cases, delete it.
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Thank you very much!