Hello,
I installed the demo version of kickoff template and after changing the logo, it disappeared from frontend. I got this message:
Warning: explode () expects parameter 2 to be string, array GIVEN in /templates/mysite/yjsgcore/lib/yjsg_loadgrids.php on line 247
Warning: array_key_exists () expects parameter 2 to be array, null GIVEN in /templates/mysite/yjsgcore/lib/yjsg_loadgrids.php on line 254
I made the following update:
I replaced the line:
$ Grid_widths = explode ('|', $ Document,> params-> get ($ get_w_param));
with:
if (is_array ($ Document,> params-> get ($ get_w_param)))
$ Document, $ grid_widths => params-> get ($ get_w_param);
else
$ Grid_widths = explode ('|', $ Document,> params-> get ($ get_w_param));
which led to the disappearance of the error message BUT the logo has not returned.

Please give me a suggestion.
Thank you!
Are you sure your are posting in product assigned forum?: Yes
What is your CMS version?: Joomla 3.x
MySQL Version: 5.x
PHP version: 5.x
Link to installation: localhost
Have you edited any files? If yes tell us which ones.: Yes
Is this personal or client website?: Personal