Comments mevive started the conversationMarch 23, 2022 at 2:54amMy site is not on live server for public viewing yet. Its on a local server.I get functions.php error on line 4620 for some image size ....See attached Image!!!Get back to me ASAP PenciDesign replied privately mevive replied privately 2,610PenciDesign repliedMarch 24, 2022 at 2:09amHi, I've fixed your site issue, here is a quick fix: Open the functions.php find (line 4620): $meta_size[] = $image_sizes[$desktop_size]['width'].'px';Replace with: if ( isset($image_sizes[$desktop_size]['width']) ){ $meta_size[] = $image_sizes[$desktop_size]['width'].'px';} Regards,PenciDesign.mevive repliedMarch 24, 2022 at 11:53amThank you very much 👍👍👍 Sign in to reply ...
My site is not on live server for public viewing yet. Its on a local server.
I get functions.php error on line 4620 for some image size ....
See attached Image!!!
Get back to me ASAP
Hi,
I've fixed your site issue, here is a quick fix:
Open the functions.php find (line 4620):
Replace with:
Regards,
PenciDesign.
Thank you very much 👍👍👍