Easyblog Readmore Button Position

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 18, 2014 6:14 pm
Reply with quote
Report this post
Whenever I truncate the intro part into certain set amount of number of words or characters (I can control this in Easyblog setting), the readmore button postion is located within the text. Can I move it down below the actual intro text but still located on the left side? Please see the attachment. I would like the read more button located below the hand-drawn horizontal line.
User avatar
Junior Boarder

GK User
Sun Sep 21, 2014 10:29 am
Reply with quote
Report this post
Hello,

Could you provide an URL to your website?
User avatar
Administrator

GK User
Mon Sep 22, 2014 4:35 pm
Reply with quote
Report this post
Please to change in the html/com_easyblog/blog.item.php the following fragment:

Code: Select all
<?php if( $row->readmore ) { ?>
            <!-- Readmore link -->
            <?php echo $this->fetch( 'blog.readmore.php' , array( 'row' => $row ) ); ?>
         <?php } ?>


to:

Code: Select all
<?php if( $row->readmore ) { ?>
            <div class="clearfix"></div>
            <?php echo $this->fetch( 'blog.readmore.php' , array( 'row' => $row ) ); ?>
         <?php } ?>
User avatar
Administrator

GK User
Mon Sep 22, 2014 9:00 pm
Reply with quote
Report this post
Thank you! It solve the issue instantly!!! :D
User avatar
Junior Boarder


cron