Thanks James, we will try right away. I really appreciate your help.
Sorry I did not make it clear.
For example I have field group FG-A, setup for Page Template page-a.php
I need to change page template name to page-awesome.php
After changing that, in Custom Fields tab, field group FG-A does not apply for this template anymore, so I gotta do that manually again, and even go to check pages (with template page-awsome.php) to see if this still works.
Is there any kinda SQL query to fix this all at once, instead of manually doing this for every single field group (which this website has a lot)
For pages, this is what we did:
UPDATE wp_postmeta SET meta_value = ‘page-awesome.php’ WHERE meta_value = ‘page-a.php’;
But this did not solve ACF thing above 🙂
Thanks
Yeah, only Chrome has this problem. Firefox is ok. We have tested in different PC already.
We have figured out how to re-produce this bug.
IF there are a certain number of Repeater records, then the black will appear.
If we remove about 4 records (random one), then the black background will disappear.
Does that give you any hint?
Yeah the thing is we are pretty good with CSS and we have inspected with Chrome inspection tool and can’t find it. I just want to ask if this ever happened to you. Guess we will have to dig a lot more to see.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.