SOLVED: How to fix missing repeater in header on pagination pages?

Hi, I have a strange problem. On pagination pages a part of my header (the repeater, red box) is not showing up. Everything else shows up correctly. What could cause this?

/blog → works fine
/blog/page/4 → not visible / div empty

342203975_262547219541524_5960619926656781931_n

342184467_1267115597253270_6018780447433046596_n

Thanks for help!

Hey @johannes,

thanks for your post.

I don’t know what exactly you’re querying but a common error source in header and/or footer templates is the query merging. You might have to disable it for the query loop in your header template.

CleanShot 2023-04-20 at 16.47.43

Let me know if that helps. Otherwise I’d need some more information about your setup and the query loop details.

Thanks,

André

Hey @aslotta

That was it, thank you so much! It’s working :slight_smile:
Really appreciate your help!

Best,
Johannes