-
Author
-
November 18, 2017 at 14:52 #180189emmanuelParticipant
hello i would like to change the style and design of the profile page https://www.eumello.com/members/admin/ to look like the styling and design (e.g profile picture circular, profile name big bold etc) that you guys have at https://seventhqueen.com/demo/SweetDate/WhiteHeader/Wide/profile.html
November 18, 2017 at 17:05 #180211Kieran_SQModeratorHi,
Thanks for reaching out about member layouts, currently this layout is not a feature of SweetDate for WordPress. The demo you’re viewing is SweetDate HTML and is a different product to the one you have purchased.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 18, 2017 at 20:16 #180224emmanuelParticipantok thanks but can i get the profile picture to be circular,also i would like to make profile the default landing instead of Activity and what is this i have circle it in red see the attachment i would like to remove it
Attachments:
You must be logged in to view attached files.November 18, 2017 at 20:30 #180229Kieran_SQModeratorHi,
Please use the below CSS in your SweetDate Child style.css or Quick CSS in Theme Options to set the avatar to rounded
#profile #item-header-avatar .avatar {border-radius: 100% !important;}
To hide the filter please use the below CSS via either of the two methods stated above
#activity-filter-select select {display: none !important;}
To set the default member page as profile you can read this article in the codex https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/, if you do not already use a bp-custom.php file you can read more about it here https://codex.buddypress.org/themes/bp-custom-php/.
A broader article by WP Tavern on this subject can be found here https://wptavern.com/how-to-change-the-default-members-landing-tab-in-buddypress and may be of use to you.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 18, 2017 at 21:10 #180231emmanuelParticipantwhere to find (bp-custom.php file or wp-config.php.) to paste a code
November 18, 2017 at 21:22 #180232Kieran_SQModeratorHi,
As per the link in my above reply you will need to create the bp-custom.php file yourself in the /wp-content/plugins/ folder and add any code you wish to use there https://codex.buddypress.org/themes/bp-custom-php/.
I have attached a zipped example of the bp-custom.php file which you can use for changing the default profile landing page. You will need to extract the file from the .zip and manually upload it via FTP/SFTP or your hosts file browsers into the /wp-content/plugins/ folder.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in to reply to this topic.