Template Tixon - Problems With With Older TIXON Addons - Upgrade Joomla 4.3.3 And SPPB 5.03 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Template Tixon - Problems With With Older TIXON Addons - Upgrade Joomla 4.3.3 And SPPB 5.03

Josef Rosner

Josef Rosner

SP Page Builder 2 years ago

addon - Fancy Image Link add the addon pure without editing: Warning: Undefined property: stdClass::$image in E:\xampp8\htdocs\tixon5\templates\shaper_tixon\sppagebuilder\addons\fancy_image_link\site.php on line 29

choosing a image: Object of class stdClass could not be converted to string

addon - Tixon OWL Slideshow add the addon pure without editing: Warning: Undefined property: stdClass::$image in E:\xampp8\htdocs\tixon5\templates\shaper_tixon\sppagebuilder\addons\slideshow_owl\site.php on line 34 Warning: Undefined property: stdClass::$button_text in E:\xampp8\htdocs\tixon5\templates\shaper_tixon\sppagebuilder\addons\slideshow_owl\site.php on line 41

can you tell me what to do ?

local testing: Apache/2.4.52 (Win64) OpenSSL/1.1.1m PHP/8.1.1

0
11 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #124907

Hi there,

I appreciate you reaching out. I sincerely apologize for this oversight. Please enable the error reporting on your live site. I will check & get back to you soon.

-Thanks

0
Josef Rosner
Josef Rosner
Accepted Answer
2 years ago #124921

thanks, https://www.imker.in/timeline i have added the Tixon OWL Slideshow on this page and disabled the section when you enable the section, you get only for this page

0 Object of class stdClass could not be converted to string

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #125056

0 Object of class stdClass could not be converted to string

Solved

0
P
Preamble
Accepted Answer
2 years ago #125995

For other customers that have Paid money for this Template, What is the resolution?

We are having same issue... Trying to Update image content of Fancy Image Breaks Website

We receive same Object class stdClass could not be converted to string.

Document the Fix so my team canimpliment it. This Development server is NOT accessible to the Public yet...

What is the Fix or Release a patch for the Template we can install??

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #126481

Go to this file location.

templates/shaper_tixon/sppagebuilder/addons/fancy_image_link/site.php

Find out this code

<img class="sppb-img-responsive" src="/{{value.image}}" alt="{{value.title}}">

And replace with this code.

<img class="sppb-img-responsive" src="/{{value.image.src}}" alt="{{value.title}}">
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #126036

Download the zip file and replace this file on this file location. Don't forget to change the file name fancy_image_site_tixon.php to site.php

templates\shaper_tixon\sppagebuilder\addons\fancy_image_link

fancy_image_site_tixon.php.zip

0
Josef Rosner
Josef Rosner
Accepted Answer
2 years ago #126277

in the backend, the images are still not shown ?

0
Josef Rosner
Josef Rosner
Accepted Answer
2 years ago #126278

in the code you write src="/[object... no image - logical I replaced this code with an existing image-link, and the image was shown

a lot to do for you ?

and with the OWL Slideshow - what ist the last result in this case ?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #126371

Login denied! Your account has either been blocked or you have not activated it yet.

0
Josef Rosner
Josef Rosner
Accepted Answer
2 years ago #126408

i know, I not always allow you to come as superuser on my sides - and you can reproduce this little problem, if you want to install TIXON Quickstart on one of your clean workstations ???

0
P
Preamble
Accepted Answer
2 years ago #126435

Just to update: Your revised file fancy_image_site file seems to have resolved the issue for us.

THANK YOU  very much for your support.

If I could suggest to JOOMSHAPER, it may be time to add a designation within your customers profiles, if they are a PROVIDER or End User. This may help how you approach and support issues. I understand End User will ONLY have Browser access because 3rd party hosts thier site. The rest of us, have different infrastructure,security, mulit-site, multi-projects, access etc... Just like you ;-)

Either way, applying the Revised file seems to have resolved the Fancy Image Link addon for us...

Thank you again !

0