Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

HIde 'Created by' on Groups list (as it takes up space on Mobile)

9 years 11 months ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

ISSUE SUMMARY:
We are trying to streamline what we display as there is too much on the screen for Mobile. (One group's entry in the All Groups list doesn't even fit on the Mobile screen (iphone)). The group creator is not very relevant for us so we would don't want to take up space with it. How can we hide 'Created by X", as that would make the Group entry shorter on Mobile in the All Groups list.
Thanks

9 years 11 months ago
Licenses:

Hi, Susan.

This could be done by declaring display option for class .joms-list__footer.joms-padding and certain viewport break point e.g:

@media only screen and (min-width:320px) {
.joms-list--card .joms-list__footer.joms-padding {
display: none;
}
}

@media only screen and (min-width: 768px) {
.joms-list--card .joms-list__footer.joms-padding {
display: inline-block;
}
}


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Susan
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW