After I upgraded from 3.3.4 to 3.3.4, most of images do not display anymore in the frontend.
When I turn off the Joomla SEF at backend, the images display again. But when I turn on the SEF, images disappear.
Th reason why images not disply is : the source link of images withour leading slash (e.g. src="images/...") becomes : www.sample.com/subdomain/.../images/filename.jpg" instead of www.domain.com/images.filename.jpg
However, those images with leading slash (e.g. src="/images/...") in the source code remains normal and could display well.
Is it a bug of 3.3.4? How can I solve this issue? Thanks.
Kevin
@brianteeman Thanks for your reply. This issue occurs with a third-party template: Joomlart Perity III Version 1.0.0.
@brianteeman I have just tested with 2 default Joomla templates and the issue still occurs - images without leading slash (e.g. src="/images/...") do not display.
Status | New | ⇒ | Confirmed |
Category | ⇒ | Front End SEF |
Please test changing these lines back to what they were before patch.
2eecc38
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
Tested here and I can't reproduce.
Source saved in db:
<p><img src="images/joomla_black.gif" alt="" /></p>
resulting source in frontend, sef on
<p><img src="/trunkgitnew/images/joomla_black.gif" alt="" /></p>
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
Status | Confirmed | ⇒ | Information Required |
this happened to me on the submenu pages.
stopped when I returned sef.php version of Joomla 3.3.3
@fatvapor @BrankaCoPov please provide (if you can) the raw code of img
tags that do not works.
just copy/paste <img>
as is from your article/template in to http://pastie.org/ (and post link here) or here using Fenced code blocks
I think that I've found the problem here. Do you use some kind of lazy loaders on your website? Maybe my own plugin Lazy Load for Joomla (http://joomla-extensions.kubik-rubik.de/llfj-lazy-load-for-joomla)?
I have Lazy Load for Joomla plugin installed.
Now I disabled the plugin and uploaded the file sef.php 3.3.4 version and images can be seen now.
@Kubik-Rubik when plugin was enabled the images could not be seen in articles and modules but only from submenus
@Kubik-Rubik You are right - I use your plugin (LLFJ Lazy Load for Joomla) and actually this plugin cause this strange problem.
After I disable or uninstall LLFJ Lazy Load for Joomla, the images apprear again. Even if I installed another Lazy load plugin (JA LazyLoad), this problem does not come again.
However, I still prefer your plugin LLFJ Lazy Load as it is the best Lazyload plugin so far. Do you think you can fix this problem in your next release of plugin?
Thanks for pointing out the reason to the problem as I believe there many users affacted and confused by this issue.
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
As it is not a joomla bug, closing.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-09-30 04:57:40 |
@fatvapor @BrankaCoPov Yes, I will provide an update very soon! :-)
Labels |
Added:
?
|
Can you confirm if the issue occurs with one of the default joomla templates
This comment was created with the J!Tracker Application at http://issues.joomla.org/.