MiniK2 doesnt show images
- Posted by aa (10) Offline
My website which is using minik2 is not showing any image. But you can click on an item and the images in the k2 article are there. Right now I am using Portafolio and in the code you can see
<li data-type="pintar">
<a href="/index.php/blog/item/9-efecto-magnético-y-pizarra">
<img src="/" alt="Efecto magnético y pizarra" style="height:150px; width:200px" />
<div class="description">
<h3>Efecto magnético y pizarra</h3>
<p>Convierta superficies del hogar en talleres artísticos para sus hijos. En esta ocasión les vamos a hablar sobre 2 productos…</p>
</div>
</a>
</li>
So, the error is that image location is "/".
Whats wrong?
The website is fachton.com
Thanks.
9 years 9 months ago #1
by aa
<li data-type="pintar">
<a href="/index.php/blog/item/9-efecto-magnético-y-pizarra">
<img src="/" alt="Efecto magnético y pizarra" style="height:150px; width:200px" />
<div class="description">
<h3>Efecto magnético y pizarra</h3>
<p>Convierta superficies del hogar en talleres artísticos para sus hijos. En esta ocasión les vamos a hablar sobre 2 productos…</p>
</div>
</a>
</li>
So, the error is that image location is "/".
Whats wrong?
The website is fachton.com
Thanks.
Please Log in or Create an account to join the conversation.
- Posted by aa (10) Offline
Sorry, the code would be
9 years 9 months ago #2
by aa
<li data-type="pintar">
<a href="/index.php/blog/item/9-efecto-magnético-y-pizarra">
<img src="/" alt="Efecto magnético y pizarra" style="height:150px; width:200px" />
<div class="description">
<h3>Efecto magnético y pizarra</h3>
<p>Convierta superficies del hogar en talleres artísticos para sus hijos. En esta ocasión les vamos a hablar sobre 2 productos…</p>
</div>
</a>
</li>
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi tebarin, I visited your website but it password protected
9 years 9 months ago #3
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by aa (10) Offline
- Posted by TemplatePlazza (5310) Offline
- Posted by aa (10) Offline