-
Author
-
January 22, 2019 at 09:51 #217125love2playgamesParticipant
Hi 7queen,
By default for the members page is 3 members across. Is there a function I can have 4 members across?
So, if I type 16 for Enter the number of profiles per page , it will be 4 x 4 = 16 TOTAL MEMBERS.
Please advise help,
Thanks
January 22, 2019 at 16:39 #217153RaduModeratorWhat’s your members page url ?
I can try with css to make it four columns.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2019 at 02:05 #217290love2playgamesParticipantHi Radu,
My site is still under construction.
But could you be kindness try from your sweet-date member-page and give the css here this way?
I’m assuming the all members-page are the same format, just different color, etc. Once I have the css, I can work some adjustment on my page to make it fix.
Please advise help,
Thank,January 28, 2019 at 17:39 #217466RaduModeratorHi,
See the next css selectorsCOPY CODEdiv#members-list .four.columns { width: 25%; } #members-list .four.columns:nth-child(3n+1) { clear:initial; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 29, 2019 at 06:51 #217509love2playgamesParticipantHi Radu,
OMG, COOL… Very nice 🙂 I now have 4 x 3 now = 12. All align perfectly after working around it to fix the page…
If ever have members? it definetly it will look fuller across wise.
Thank you so very much for your css.. It works perfectly 🙂
—————
Btw, I am just wondering, is there a function or code I can put in the members-loop.php to have a LOAD-MORE button or scroll the mouse wheel for more? That way, it don’t have to deal with the paginate.
Please advise help if possible?
ThanksJanuary 29, 2019 at 18:44 #217552RaduModeratorHi,
You’re welcome
I don’t have plug and play solution for the functionality that you try to achieve.
The members page it’s generated dynamically by the buddypress and the file that controls that it’s this : /wp-content/themes/sweetdate/buddypress/members/members-loop.php
You can modify the templates by copying them on child theme in same directory structure
members directory loop : /wp-content/themes/sweetdate/buddypress/members/members-loop.php
So you can copy them on child /wp-content/themes/sweetdate-child/buddypress/members
If you perform code change, make sure the child theme it’s installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 31, 2019 at 03:00 #217669love2playgamesParticipantHi Radu,
Great I will try this asap with your big help. But to back-up before doing. That way my mind will be more clear/focus. LOL
Btw, that’s so much again for the 4 columns avatar. 🙂
Have a good day. I will close this ticket.
Thanks
January 31, 2019 at 15:58 #217692RaduModeratorHi,
You’re welcome and guck luck with the project
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.