I have managed to fix one problem (found answer on google search) but this one still appears on my site:
Warning: Trying to access array offset on value of type bool in /usr/home/.../template-series.php on line 103
Warning: Trying to access array offset on value of type null in /usr/home/.../template-series.php on line 103
Warning: Trying to access array offset on value of type bool in /usr/home/.../template-series.php on line 105
Warning: Trying to access array offset on value of type null in /usr/home/.../template-series.php on line 105
if ($choice == 'choice1') {
$img1 = get_sub_field('series2_rep_img1');
LINE 103: $thumb1 = $img1['sizes']['foundation-small'];
$img2 = get_sub_field('series2_rep_img2');
LINE 105: $thumb2 = $img2['sizes']['foundation-small'];
I would appreciate any help. Thank you