- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Joomla 3.x. Troubleshooter. Images are missing after update to Joomla 3.3.4+ (Lazyload plugin)
February 9, 2015
Our Support team is ready to present you a new tutorial that shows how to fix the missing images issue after Joomla 3.3.4+ update.
In case Lazyload plugin is used, some of the images might not load after the update:
Solution 1
-
In order to fix the issue, open the plugins/system/tmlazyload/tmlazyload.php file.
-
Locate line 131. You will see the following code:
$arg_1 = array('src=','>','','
Replace it with:
$arg_1 = array('src="','>','
-
Locate line 135. You will see the following code:
$arg_1 = array('src=','>','','
Replace it with:
$arg_1 = array('src="','>','
-
Check your site, the issue should be fixed:
Solution 2
You may simply deactivate lazy load effect for specific images or even image formats.
Navigate to Extensions > Plugins;
Click on ‘TM Lazy Load’ plugin;
Open the ‘Settings’ tab. Locate an ‘Exclude images’ option;
With this option you can exclude certain images to be processed from the plugin. Enter one name each line:
Example:
image001.jpg thumb_ .jpg
The last entry would exclude all JPG images.
Check your site, the issue should be fixed:
Feel free to check the detailed video tutorial below:
Joomla 3.x. Troubleshooter. Images are missing after update to Joomla 3.3.4+ (Lazyload plugin)