By akmal on Tuesday, 30 April 2019
Posted in General Issues
Likes 0
Views 463
Votes 0
hi
can you help me to change function "Repost" to "share link" like red circle at picture below?
or at new function to be 4 function : 'Like", Comment, repost, share link
·
Tuesday, 30 April 2019 08:41
·
0 Likes
·
0 Votes
·
0 Comments
·
By default, mobile web template will not show that social share button because it will affect the layout not enough space to fit 4 button into the same line.

By the way, I already applied this following custom css into your site JoomlaFolder/templates/esmobile/css/custom.css

@media (max-width: 480px) {
body #es .es-actions-list>li.action-title-social {
display: block !important;
}
}


it should appear that social share button now.
·
Tuesday, 30 April 2019 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
I look my site, bUt till appear "repost:"
·
Tuesday, 30 April 2019 12:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, I thought you would like to show either one as you mentioned at your second reply at above.

By the way, I already help you updated this.

@media (max-width: 480px) {
body #es .es-actions-list>li.action-title-social {
display: block !important;
}

body #es .es-actions-list>li.action-title-repost {
display: none !important;
}
}
·
Tuesday, 30 April 2019 12:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thank you..done
·
Tuesday, 30 April 2019 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 30 April 2019 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post