By Christel on Monday, 30 January 2017
Posted in General
Replies 7
Likes 0
Views 118
Votes 0
Hi

Please assist urgently - I need to change the position of the read more button right after the intro paragraph. Most people don't see the read more button where it is now - http://kelbrick.co.za/easyblog

Thank you
Hello Christel,

I am really sorry for the delay of this reply as it is actually a public day off for us here. Currently we don't have an option for this but you can edit the theme file /components/com_easyblog/themes/wireframe/blogs/latest/default.main.php and relocate the button's html code accordingly,

[gist]
<?php if ($post->hasReadmore() && $this->params->get('post_readmore', true)) { ?>
<div class="col-cell eb-post-more">
<a class="btn btn-default" href="<?php echo $post->getPermalink();?>"><?php echo JText::_('COM_EASYBLOG_CONTINUE_READING');?></a>
</div>
<?php } ?>

[/gist]
·
Monday, 30 January 2017 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Thank you very much - I'm struggling.

Can I ask you to assist me in making the change please?
·
Tuesday, 31 January 2017 14:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Christel,

We don't normally provide customization assistance but I can help you out just this once if you are able to edit your first post above to include the FTP access.
·
Tuesday, 31 January 2017 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Thank you very much - I appreciate it.

I've edited the first post.
·
Tuesday, 31 January 2017 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, ftp works but I cannot access your website http://take.ms/pgFgK
·
Tuesday, 31 January 2017 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh Shoot! Sorry for that.

You can try again, I've enabled your country.
·
Tuesday, 31 January 2017 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christel,

I've helped you customize the file:
/components/com_easyblog/themes/wireframe/blogs/latest/default.main.php
Can you please have a looks https://www.screencast.com/t/BRVDowvLeaq

p/s: I've backup the original file by rename it as 1default.main.php in case you want to revert back to the original position
·
Tuesday, 31 January 2017 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post