By tylr23 on Saturday, 24 September 2022
Posted in General Issues
Likes 0
Views 335
Votes 0
Hi,

Honestly, it is a very debatable not to have a listing showing a truncated description for events, groups, or page on mobile.

Would there be an easy fix for this?

I also noticed that the "location" is not visible in the mobile listing for events, not showing a map ok but just the location place would make sens.

Kind regards,

Tyler
You're most welcome.

You can take a look at these event listing page files.

JoomlaFolder/components/com_easysocial/themes/wireframe/events/default/wrapper.php
JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/listing/event/listing.php
·
Tuesday, 27 September 2022 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it is a designed behavior on the mobile layout for the group/event/page listing page. If the user wants to check for the event description and other event information, the user can view the event.

Unfortunately, there is no easy way to add to show the event description and the location information on the event listing page, it required customizing the code to achieve this.
·
Monday, 26 September 2022 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the feedback Arlex

Ok, I will customize it myself, but I searched for the mobile views and also searched in the package but could not find, can you tell me what is the location of the file to edit please?
·
Monday, 26 September 2022 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex

For those interested, just remove the

<?php if (!$this->isMobile()) { ?>
condition which surround the description and you will see it both on mobile and desktop
·
Wednesday, 28 September 2022 00:23
·
0 Likes
·
0 Votes
·
0 Comments
·
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 confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 28 September 2022 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post