Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3008086
functions.php ERROR
Closed

Comments

  • mevive started the conversation

    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

  •   PenciDesign replied privately
  •   mevive replied privately
  •  2,491
    PenciDesign replied

    Hi,

    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 replied

    Thank you very much 👍👍👍