Read More not showing
- Posted by tom (3) Offline
Hi
I am new to k2 . I am using your mini k2 module on my front page but the read more link is not showing in the articles. I may be missing something silly but I have spent two hour trying to fix it to no avail. Could you please help .
My site is www.angelslove.ie and the mini k2 module is the top 2 articles in latest news and events, The bottom 4 are mini frontpage , I would like to use mini 2k for both if that's possible but for now i really want to get the read more button displaying in minik2 like it is in mini frontpage.
Thanking You
Tom
11 years 4 months ago #1
by tom
I am new to k2 . I am using your mini k2 module on my front page but the read more link is not showing in the articles. I may be missing something silly but I have spent two hour trying to fix it to no avail. Could you please help .
My site is www.angelslove.ie and the mini k2 module is the top 2 articles in latest news and events, The bottom 4 are mini frontpage , I would like to use mini 2k for both if that's possible but for now i really want to get the read more button displaying in minik2 like it is in mini frontpage.
Thanking You
Tom
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
So sorry if we can't help you that much as there's a difference in styles between minik2 and minifp...so you can copy the readmore link style of minifrontpage into the minik2 if you know html/css.
11 years 4 months ago #2
by erwinschro
So sorry if we can't help you that much as there's a difference in styles between minik2 and minifp...so you can copy the readmore link style of minifrontpage into the minik2 if you know html/css.
Please Log in or Create an account to join the conversation.
- Posted by tom (3) Offline
Hi thanks for the reply. The readmore is not showing on my minik2 articles, can you suggest how I can get this to work.
Thansk again
Tom
11 years 4 months ago #3
by tom
Thansk again
Tom
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
You can add a line of code for readmore anchor tag like the following
right below the introtext part of the default layout of the module (about line 57-63)
/modules/mod_minik2/tmpl/simple/default.php
11 years 4 months ago #4
by erwinschro
<a href="<?php echo $item->link; ?>">Read more</a>
right below the introtext part of the default layout of the module (about line 57-63)
/modules/mod_minik2/tmpl/simple/default.php
Please Log in or Create an account to join the conversation.
- Posted by tom (3) Offline