-
Author
-
August 12, 2017 at 02:24 #170326clynParticipant
hi,
I activated profile search pluging but its giving error “<span style=”font-weight: 600;color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px”>bp-profile-search/bps-main.php</span><span style=”color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px;background-color: #f1f1f1″> on line </span><span style=”font-weight: 600;color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px”>64″ is it problem with my theme or pluging problem. I read a forum and someone thanks to Kleo support theme…</span>
I found a soluiton but is this code true?
COPY CODEadd_filter ('bps_form_caps', 'form_caps'); function form_caps ($caps) { return array (); }
thanks
August 12, 2017 at 16:49 #170378Kieran_SQModeratorHi,
This is not an issue with BuddyApp and it relates directly to the BP Profile Search plugin.
The snippet you provided is from the plugin developer herself https://wordpress.org/support/topic/fatal-error-2487/. You should add it to BuddyApp Child theme’s functions.php
COPY CODEadd_filter ('bps_form_caps', 'form_caps'); function form_caps ($caps) { return array (); }
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.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.