Images should load without problems.
Images do not load - browsers report them as missing.
Fix: rename the images and change the URLs to them;
Title |
|
||||||
Labels |
Added:
?
|
Category | ⇒ | Router / SEF |
Status | New | ⇒ | Discussion |
Can't confirm that behavior with my local J3.8.0 installation. Created and inserted an image file named 6-cats.jpg. It loads in an article and also in a custom module, both with 'Remove IDs from URLs' enabled/disabled using the new router.
Could be an issue with the template framework. I Will try to reproduce in a new installation on the same server, without extensions and template and report here.
Some more info:
<p><em>[yjsgimgs image="images/00home/10-Soil-Cut-x700.jpg" class="radiusb10" title="Field practice 1" link="" target="" effect="none"]</em></p>
<p><em>[yjsgimgs image="images/00home/6-Cut-x700.jpg" class="radiusb10" title="Field practice 1" link="" target="" effect="none"]</em></p>
/*Baseline intro*/
.baseline-intro {
color: #fff;
background: url(../images/home/10-Soilx1024.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-22 17:17:46 |
Closed_By | ⇒ | zluzunov |
Blushing - tested, my error, I am sorry about the spam.
Forgotten redirection rule in the htaccess. I will test twice before reporting next time.
Thank you for your time!
Images shouldn't be going through the routing system at all. @Hackwar any ideas here?