?
avatar fatvapor
fatvapor
26 Sep 2014

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

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
4.00

avatar fatvapor fatvapor - open - 26 Sep 2014
avatar brianteeman
brianteeman - comment - 26 Sep 2014

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/.

avatar fatvapor
fatvapor - comment - 26 Sep 2014

@brianteeman Thanks for your reply. This issue occurs with a third-party template: Joomlart Perity III Version 1.0.0.

avatar fatvapor
fatvapor - comment - 26 Sep 2014

@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.

avatar vdespa vdespa - change - 27 Sep 2014
Status New Confirmed
avatar zero-24 zero-24 - change - 27 Sep 2014
Category Front End SEF
avatar infograf768
infograf768 - comment - 29 Sep 2014

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/.

avatar infograf768
infograf768 - comment - 29 Sep 2014

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/.

avatar infograf768 infograf768 - change - 29 Sep 2014
Status Confirmed Information Required
avatar BrankaCoPov
BrankaCoPov - comment - 29 Sep 2014

this happened to me on the submenu pages.
stopped when I returned sef.php version of Joomla 3.3.3

avatar Fedik
Fedik - comment - 29 Sep 2014

@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

avatar Kubik-Rubik
Kubik-Rubik - comment - 29 Sep 2014

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)?

avatar BrankaCoPov
BrankaCoPov - comment - 29 Sep 2014

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

avatar fatvapor
fatvapor - comment - 29 Sep 2014

@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/.

avatar infograf768
infograf768 - comment - 30 Sep 2014

As it is not a joomla bug, closing.

avatar infograf768 infograf768 - close - 30 Sep 2014
avatar zero-24 zero-24 - close - 30 Sep 2014
avatar infograf768 infograf768 - change - 30 Sep 2014
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2014-09-30 04:57:40
avatar Kubik-Rubik
Kubik-Rubik - comment - 30 Sep 2014

@fatvapor @BrankaCoPov Yes, I will provide an update very soon! :-)

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment