Forum Replies Created
-
Author
-
gdecuirParticipant
I upgraded to the 3.8 and now mobile devices are not working. I get the following below error message. (Note the xxx,xxx.xxx.xxx is representative of the real IP address.) HELP!!!! need to resolve ASAP. Thanks.
Error: The requested URL could not be retrieved
The following error was encountered:
Connection to XXX.XXX.XXX.XXX Failed
The system returned:
(111) Connection refusedThe remote host or network may be down. Please try the request again.
Your cache administrator is webmaster.December 3, 2013 at 09:26 in reply to: Members directory page not showing about us information #7621gdecuirParticipantHi,
I got it to work. Not sure what I did but it works now. Next related question. How can I remove the number associated with each directory listed profile? see example above. There is a 43 associated with the Gary profile listing. As a matter of fact all the profiles have a 43 or 44 associated with them. Thanks!December 1, 2013 at 02:01 in reply to: Members directory page not showing about us information #7529gdecuirParticipantnow my site wont load and I get the following error
Parse error: syntax error, unexpected T_STRING in /home/content/88/11935488/html/wp-content/themes/sweetdate-child/functions.php on line 31
Line 31 is
$kleo_config[‘bp_members_details_field’] = ‘About me’;December 1, 2013 at 01:47 in reply to: Members directory page not showing about us information #7526gdecuirParticipantThis is the code I loaded….
add_action(‘after_setup_theme’,’ kleo_my_member_data’);
function kleo_my_member_data()
{
global $kleo_config;
//this is the details field, right now it take the “About me” field content
$kleo_config[‘bp_members_details_field’] = ‘About me’;
//this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘City’,
‘State’
);}
November 29, 2013 at 21:06 in reply to: Members directory page not showing about us information #7467gdecuirParticipantI added the checked the code and made sure it copied correctly. Now I get the following error message.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ kleo_my_member_data’ not found or invalid function name in /home/content/88/11935488/html/wp-includes/plugin.php on line 429
Warning: Cannot modify header information – headers already sent by (output started at /home/content/88/11935488/html/wp-includes/plugin.php:429) in /home/content/88/11935488/html/wp-includes/pluggable.php on line 899
November 28, 2013 at 01:39 in reply to: Members directory page not showing about us information #7410gdecuirParticipantopps…
gdecuirParticipantHi,
No, I want a single profile field to display right under the user photo. see below.
-
AuthorPosts