Home › Forums › Add-ons › Repeater Field › Select field in repeater to print css classes › Reply To: Select field in repeater to print css classes
okay, so I don’t see what would be causing an error that would give you a white screen, the first thing we’ll need to do is figure that out.
Edit wp-config.php and add the following, or adjust what’s already there.
define('WP_DEBUG', true );
define('WP_DEBUG_DISPLAY', true);
define('WP_DEBUG_LOG', false);
Then when you load the page we should at least be able to see what the error is that’s crashing the page.
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.