By Leonardo Fiscina on Friday, 17 March 2017
Posted in General
Likes 0
Views 144
Votes 0
Hello,

How can we show the text "more" or "mas" (in spanish) in the story Panel menu as shown in the demo screen? or make this menu shown all the menu elements depending of the wide of the screen (not only 3).

Regards, Leo.
You can modify on this file -> JoomlaFolder/components/com_easysocial/themes/wireframe/story/default.php


<a href="javascript:void(0);" data-bs-toggle="dropdown" class="es-story-panel-dropdown-toggle dropdown-toggle_">
<i class="fa fa-chevron-down"></i>
</a>


Then you can put this theme file store in template override file location.
e.g. JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/story/default.php
·
Friday, 17 March 2017 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex!
·
Friday, 17 March 2017 21:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now.
·
Friday, 17 March 2017 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post