Thanx A LOT! I can finally access the page, no more blank page.
I still have this message though
Notince; Undefined property: stdClass::$img in templates/shaper_floox/sppagebuilder/addons/feature/site.php on line 68
But the prooblem is not quite solved: when I try to access the sp page builder frontend editor, only the header (logo/menu) and the footer appear, with nothing in between, no slideshow, no feature boxes, no content... like it was before the fix you sent me.
Thanx
Peron
I have the same problem, using the travelia template
Trying to get property 'img' of non-object in /public_html/templates/shaper_travelia/sppagebuilder/addons/feature/site.php on line 59
On edit page just see header and footer
Please go to
/public_html/templates/shaper_travelia/sppagebuilder/addons/feature/ and find
site.php file. Then replace this line
$media .= '<img class="sppb-img-responsive" src="' . $feature_image . '" alt="'.$title.'">';
to this
$media .= '<img class="sppb-img-responsive" src="' . json_decode( json_encode($feature_image->img), true) . '" alt="'.$title.'">';
- Best regards