I receive the following error: Object of class stdClass could not be converted to string when adding a background image to a new slideshow, all exsisting slides show background correctly but error is thrown if i add a new slide and only when i assign a bg to it.
I have checked and think it relates to this file
templates/shaper_educon/sppagebuilder/addons/slideshow_full/site.php
and this part of the code // if have bg
$bg_image = ($slide_item->bg) ? 'style="background-image: url('/ . JURI::base() . $slide_item->bg . '); background-repeat: no-repeat;
background-size: cover; background-position: center center;"' : '';
Can you please advise fix as i have temporarily removed new slide so site functions.
www.parramattacollege.edu.au/
Joomla 4.4.12
Educon 4.0.1
php 8.2.25
Thanks regards Mrk