Content_for_header meesed up by a developer

Hi everyone,

After facing an issue with the product description tabs on VITALS APP, customer support said that a developer had messed up with the code. However, I am pretty sure neither I or anyone else has modified it.

I am attaching some pictures that refer to the problem itself. If I change the tab, nothing happens.

Fortunately, I have saved the previous themes, so I think the last thing I can do is replace the code with the earlier version.

Is there anyone who can help me?

thanks

Hi @gnaro , go to edit code > layout > theme.liquid. Check if you have this in your code:

{{ content_for_header }}

Hi Marina,

thanks for texting me back. unfortunately, there is not.

How can I sort it out?

Add this

{{ content_for_header }}

just before .

Maybe that will solve your problem.

Marina, I found this before /head

{%- if tinyscript -%}{{ content_for_header }}{%- else -%}{% render ‘tiny-script-control’ %}{%- endif -%}
{{ ‘recipes.scss.css’ | asset_url | stylesheet_tag }}
{% render ‘recipes-custom-css’ %} {% render ‘vitals-loader’ %}

what should I do?