- Posts: 5
- Thank you received: 0
Re: Images not showing
-
amtechs
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months ago - 4 years 4 months ago #6417
by amtechs
Replied by amtechs on topic Re: Images not showing
Look at the source, it is no wonder why it is referencing the images incorrectly.
Code:
<div id="header_hotslider"><div class="wrap">
<div id="slide-holder">
<div id="slide-runner">
<a href="http://www.ecmelao.com/index.php?option=com_content&view=article&id=47&Itemid=29&lang=en"> <img id="slide-img-1" src="http://www.ecmelao.com/images\stories\header/frontpage/\ecme-it.jpg" class="slide" alt="" />
</a> <a href="http://www.ecmelao.com/index.php?option=com_content&view=article&id=66&Itemid=71&lang=en"> <img id="slide-img-2" src="http://www.ecmelao.com/images\stories\header/frontpage/\gorgan.jpg" class="slide" alt="" />
</a> <a href="http://www.ecmelao.com/index.php"> <img id="slide-img-3" src="http://www.ecmelao.com/images\stories\header/frontpage/\header.jpg" class="slide" alt="" />
</a> <div id="slide-controls">
<div id="slide-nav"></div>
</div>
</div>
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
amtechs
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 9 months ago - 4 years 4 months ago #6419
by amtechs
Replied by amtechs on topic Re: Images not showing
Correction.
Could this be the problem?
Could this be the problem?
Code:
<a href="http://www.ecmelao.com/index.php?option=com_content&view=article&id=47&Itemid=29&lang=en"> <img id="slide-img-1" src="http://www.ecmelao.com/images/stories/header/frontpage/ecme-it.jpg" class="slide" alt="" [b]/>[/b]
</a> <a href="http://www.ecmelao.com/index.php?option=com_content&view=article&id=66&Itemid=71&lang=en"> <img id="slide-img-2" src="http://www.ecmelao.com/images/stories/header/frontpage/gorgan.jpg" class="slide" alt="" [b]/>[/b]
</a> <a href="http://www.ecmelao.com/index.php"> <img id="slide-img-3" src="http://www.ecmelao.com/images/stories/header/frontpage/header.jpg" class="slide" alt="" [b]/>[/b]
</a>
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6761
- Thank you received: 718
13 years 9 months ago - 13 years 9 months ago #6420
by milos
Replied by milos on topic Re: Images not showing
Code looks correct. It's probably conflict with some other script(s), like
so please try to disable these.
Code:
<script type="text/javascript" src="/media/system/js/fadegallery.js"></script>
Last edit: 13 years 9 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.083 seconds