-
Author
-
October 25, 2015 at 01:36 #84053
steve
ParticipantHi,
would like to not display matching system, how to do it?
Thx,
Steve
October 26, 2015 at 05:30 #84196Laura
ModeratorHello, please try by adding this to functions.php of child theme
COPY CODEadd_action('after_setup_theme','kleo_remove_actions'); /** * Override existing actions * Use these functions to replace/remove existing actions * @since Sweetdate 1.3 */ function kleo_remove_actions() { remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match'); }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 30, 2015 at 02:42 #85011Laura
ModeratorHello, could you share an user account so i can give you a css code instead? π
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2015 at 13:29 #85323steve
ParticipantHi Laura,
http://mpldemo.webberry.eu/wp-admin
WP login:
un: Laura
pw: Laura505
P.S How can use 4 footer areas? Tested and shows 3 and 4. goes to another row.
Cheers,
SteveNovember 2, 2015 at 00:27 #85380Laura
ModeratorHello, seems that the username is invalid
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 4, 2015 at 22:01 #85649Laura
ModeratorHello, this will hide the matching
COPY CODE.circular-item { display: none; }For the 4 footer areas its a custom request so i suggest to hire a developer π
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 11, 2015 at 00:04 #86724Laura
ModeratorA pleasure π
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.