Why am I seeing a liquid error message on my Pipeline theme?

Hello everyone,

I’m currently using the Pipleline theme and for some odd reason, this morning I have noticed that the following message appears at the bottom of every page;

Liquid error: Could not find asset snippets/element_picker.liquid

![2021-11-03 (2).png|1275x569](upload://pGQoPanDQsbXTX2gywtdSHTBMEx.png)

Would appreciate any suggestions. Thanks

Hello @Alqahtani ,

This happens because you don’t have(either deleted) snippet file named 'element_picker’.

And you might included it somewhere like this:- {% include ‘element_picker’ %} or {% render ‘element_picker’ %}

Hello @Alqahtani !

I can see that @IttantaTech have already provided a possible explanation as to why this is happening.
If you’re unsure how to fix this, I recommend you look into it with the developers of the Pipeline theme, I have a link to their developer website where you can reach out for support.