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)
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
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