MiniK2 doesnt show images

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.
11 years 3 weeks ago #1 by aa

Please Log in or Create an account to join the conversation.

Sorry, the code would be
<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&#8230;</p>
                </div>
            </a>
        </li>
11 years 3 weeks ago #2 by aa

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5456) Offline
Hi tebarin, I visited your website but it password protected
11 years 3 weeks ago #3 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Yes, sorry. I have removed the protection.
11 years 3 weeks ago #4 by aa

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5456) Offline
It's still password protected
11 years 3 weeks ago #5 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Now. I didnt think you would be so fast :)
11 years 3 weeks ago #6 by aa

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum