By Heinz-Erich Broecker on Friday, 03 April 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 463
Votes 0
G'day support,
my blog: Title
has readmore (Weiterlesen in german) enabled and its shown in the line with the counting and comments.
For the reader itsd hard to see because theres no hint in the article itself.

How can i make it visible in the article (maybe icon?) that there's more ???

kind regards.
Heiner
Hello Heinz,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you download the attached file and upload it into /components/com_easyblog/themes/elegantblue/
·
Saturday, 04 April 2015 14:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Heiner,

The position and styling of the read more button is depends on the template/theme itself. You can try to manually add and alter the following css code into your /templates/allrounder-j1.6/css/template.css to adjust the appearance of your readmore button.
#ezblog-body .blog-more {
background-color: white; /*for example only. You can adjust it by yourself with any style you want*/
}


Example output - http://screen.stackideas.com/2015-04-03_2038.png
·
Friday, 03 April 2015 20:39
·
0 Likes
·
0 Votes
·
0 Comments
·
G'day Ezrul,

hmmm seems that i didn't explain correctly enough my problem.
The blog with the readmore(Weiterlesen) looks like you can see in the above link, but normally on my site the readmore is located in the article.
Look here: Title
As you can see the "Weiterlesen" is integrated in the article and not separated in an extra line with counting and comments.

Firebug says for this line:

<div class="in clearfix">
<span class="blog-hit">Aufrufe: 79</span>
<span class="blog-comments">
<span class="blog-more">
<a class="blog-more" href="/index.php/reiseblogs/entry/gruppenreise-downunder-nein-danke-oder-vielleicht-doch">
<span>Weiterlesen</span>
</a>
</span>
</div>


That look for me as a typical blog-entry or am i so wrong?

Best regards
Heiner
·
Friday, 03 April 2015 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
G'day Mark,

you made my day

thx. a lot

Best regards
Heiner
·
Saturday, 04 April 2015 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Heiner Have a great weekend!
·
Sunday, 05 April 2015 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post