-
Author
-
October 6, 2018 at 14:03 #211210melikcanParticipant
how can ı redirect my button to a mebers page? And how can ı hide users friends on their profiles?
October 6, 2018 at 14:11 #211211Kieran_SQModeratorHi,
You can set the URL for any button to be your members page by entering /members/ in the URL field. If this is related to the question you have posed a few times about different buttons for logged in or logged out users, then I do not know of a plugin that will achieve this for you.
If you wish to remove the ‘Friends’ tab from the individual profile then please add the below CSS to your Child theme via WP Admin > Appearance > Editor > SweetDate Child > Style.css, save, and clear all caches to see the changes.
COPY CODEli#friends-personal-li { display: none !important; }
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.
October 6, 2018 at 15:57 #211216melikcanParticipantI see ,thank you very much! Can we do it with the way I will try to say; 2 diffrent button for logged in and guest users separately , one will redirect to members other will redirect to register page,if we can with this way can you suggest any hide plugin for buttons like object? I have tried a random plug in another subject ,but it was malware so I am afraid of trying randomly, if you know any can you suggest öne of them ? Thanks ,best regards!
October 6, 2018 at 16:00 #211218Kieran_SQModeratorHi,
I do not know of any plugin that adds this functionality to Elementor. If I do find one I will be sure to let you know, but as it stands, I believe there is no option for this.
Please also feel free to send a request to the Elementor developers to add this functionality either on WordPress.org or GitHub.
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.
October 15, 2018 at 12:02 #211608melikcanParticipantHi,
%+%%%%%%%%%%%%%You can set the URL for any button to be your members page by entering /members/ in the URL field. If this is related to the question you have posed a few times about different buttons for logged in or logged out users, then I do not know of a plugin that will achieve this for you.
If you wish to remove the ‘Friends’ tab from the individual profile then please add the below CSS to your Child theme via WP Admin > Appearance > Editor > SweetDate Child > Style.css, save, and clear all caches to see the changes.
COPY CODE
li#friends-personal-li {
display: none !important;
}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%it still show peoples friendships in their profiles like ‘mert and aslı has become friends’ how can we disable this? Thanks best regards !
October 15, 2018 at 12:17 #211609Kieran_SQModeratorHi,
To disable specific activity types you’ll need to install a third party plugin. You may wish to try BuddyPress Activity Filters https://wordpress.org/plugins/bp-activity-filter/.
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.
-
AuthorPosts
You must be logged in to reply to this topic.