Tagged: Fullwidth Easy Slider, ismael
Hello. I’m seeing the following error in all the slides.
Warning: A non-numeric value encountered in /home/legalshi/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 1054
Thank you,
Ryan
Hey accurIT,
Thank you for using Enfold.
I checked the home page but I can’t see the error. Is this fixed?
Best regards,
Ismael
Still seeing it. If you log in and click on the actual slide configurations, you’ll see the error.
Hey!
I see. It seems to be a minor issue with PHP 7.1. Is it ok if you downgrade to 7.0 temporarily?
Cheers!
Ismael
Hey!
UPDATE: Starting from line 1054 to 1064, please modify the following code.
entry_'+$limit
.. replace it with:
entry_'.$limit
You should find 4 instances of the same code.
Cheers!
Ismael
Thanks. Do these errors shown have a negative impact or is just cosmetic? If it’s the latter, maybe I’ll just wait for a theme update.
Hi!
Can you update the page even when the error is present? If you can update the page then you can ignore the errors.
Best regards,
Ismael
Hello. I just went ahead and added the changes to the file. Good to go, thank you!