This is a custom theme with custom fields build by ACF
Hi @jarnovos,
Yes, it was custom-theme problem… + my distraction. I add wp_head to the header, get_header and get_footer the the pages… and I forgotten about wp_footer in footer.
So thank you both for your help and I leave it for other people:
If you use custom-theme chceck twice that you have hooks:
wp_head(); in header.php between <head></head> html tags
wp_footer(); in footer.php between <footer></footer> html tags
Hi @aahulsebos,
Thanks for your respond!
Yes, its custom-theme and there wasnt this hooks, that was right. But after I add hook, still the same issue.
regards Ziemowit