Stellar: Error In Slideshow (Full Widht) When I Change The Background Image Of Any Item - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Stellar: Error In Slideshow (Full Widht) When I Change The Background Image Of Any Item

BV

Bernardo Villegas

SP Page Builder 4 months ago

When I edit the demo or create a new Slideshow (Full Width) from the Stellar template (I downloaded it in June 2025), my site crashes with this message: "0 Object of class stdClass could not be converted to string."

I made the suggested change to the line. But it doesn't work either.

original
$output .= '<div class="sppb-slide-item-bg sppb-slideshow-fullwidth-item-bg" ' . $bg_image . '>';
change
$output .= '<div class="sppb-slide-item-bg sppb-slideshow-fullwidth-item-bg" ' . (is_string($bg_image) ? $bg_image : $bg_image->src) . '>';

I'd like your help to get the Slideshow working as shown in the template. Thank you.

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 months ago #195570

Apologies for the inconvenience.

Please replace the following file on your site:

JRoot/templates/shaper_stellar/sppagebuilder/addons/slideshow_full/site.php

with the updated version provided in the Hidden Content area.

After updating the file, check if the issue is resolved. If the problem persists, please let me know—I’ll be happy to assist you further.

0