Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Where you need to change the image sizes ? in members or profile or ?
If you are referring on the members directory you will have to re-write our members-loop.php template in child theme.
So, first, copy the content of this : https://pastebin.com/raw/vT79PgnJ
Then via FTP go to wp-content/themes/sweetdate-child/buddypress/members/ create a new file named : members-loop.php in that you will paste content from clipboard.

IF the mentioned folders missing in child create them.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2018 at 18:39 in reply to: More features needed to add to Membership Levels page #208858Radu
ModeratorNot marked as solutionSeptember 7, 2018 at 18:38 in reply to: How to add Profile Fields under Member Name at Members Directory #208856Radu
ModeratorI will look for a solution
Will let you know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorLook for .search-form {display:none} and remove it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2018 at 18:17 in reply to: Sending private messages between members that are not frieds is causinf error 404 “Page not found” #208850Radu
ModeratorHi,
Not sure, the messages are part of the buddypress core so if you are on your logged in profile you cannot have any Private Message button, you will have instead under buddypress profile -> messages -> compose.
So if you are on someone else profile you will have the Private Message button but no composer link under buddypress profile -> messages -> compose.
No matters if rtmedia, bbpress activated or not this it’s a bp core feature.
—–
For the notifications issue sorry but i had not have the environment ready, i’m running on localhost and tried to install mail catcher but it makes me a lot of problems…i hate that…
IF you had said using only buddypress plugin happens that, you can report it directly since our theme not running at all.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No problem,
I will check the email later
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ok then
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Figured out

IF i deactivate the child theme it will look as it should, take a look and also you can test.
One of you css changes makes that to look like that. revert things one by one and save the code for later use.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSure,
Go to wp-admin -> theme options -> press under general options -> scroll until you see the JavaScript code

And paste the code from above
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2018 at 17:08 in reply to: external linked pictures does not appear in Kleo container #208824Radu
ModeratorNot marked as solutionSeptember 7, 2018 at 17:08 in reply to: How to add Profile Fields under Member Name at Members Directory #208823Radu
ModeratorHi,
IT seems that our theme not supporting multiple datefields to be converted, so i saw that you are aloready run a plugin that converts that to ages.
I had leave those options on and beside that to can be able to change the field placeholder on different view like register/profile/editiing profule i had installed this plugin : https://ro.wordpress.org/plugins/advanced-xprofile-fields-for-buddypress/
That was allowing me to change your placeholders to be named Birthday on register like default field name and on profile to be named Ages.

Hope all good now, you should not use anymore the option from our theme to convert bday to ages since you do it through this plugins.
Cheres
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry…use this action instead
add_action(‘kleo_extra_social_icons’,’sqr_add_fb_button_top_social’);
Comment the old one for later use and paste this one. The button will be rendered at the end.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The images are generated with that black part in it…
Here’s a url of an image : https://i2.wp.com/chronicsouls.com/wp-content/uploads/group-avatars/6/5b7e73f87d80d-bpfull.png?zoom=2&resize=148%2C148&ssl=1
Did you had installed any plugin that manipulates the images/avatars ? Or used any function that handles the user avatars ? If yes turn off just to test.
Also de-activate child theme if you running, to can figure out from where the issue comes.
You can deactivate all plugins if it’s the same, maybe one of the plugins does that.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The fix will be included in the theme update.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2018 at 19:13 in reply to: external linked pictures does not appear in Kleo container #208745Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Wired, can yo uset all plugins off and check if the list appears?
If you use other theme like default wp theme it appears ?
You can try to enable wp debug to see if there it’s thrown any error
Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2018 at 18:02 in reply to: How to add Profile Fields under Member Name at Members Directory #208727Radu
ModeratorJust follow this : https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory and make sure to had the next option checked
Wp-admin > Theme options -> buddypress

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can add the form from wp-admin -> users -> profile search -> choose the form and set add to directory.

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try to add new list. from mailchimp.com, provide admin credentials to take a closer look please, in a private reply.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorExactly !
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2018 at 16:36 in reply to: Customizer and Buddydrive/press not working (correct) #208701Radu
ModeratorNot marked as solutionRadu
ModeratorThat’s great, i will correct right now the issue, i had done quick… sorry for that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, you need more than a regular background to a button respecting some conditions in some cases. For that maybe you will need edit directly in the php template file of that form and to do the html markup exacly how you need.
That form templates it’s located here
wp-content/plugins/bp-profile-search/templates/members/bps-form-legacy.php
So you can modify the form by copying bps-form-legacy.php to child theme in wp-content/themes/buddyapp-child/buddypress/members/
You should have also this function to child theme functions.php
COPY CODEadd_filter( 'bps_templates', 'kleo_bp_search_tpl' ); function kleo_bp_search_tpl( $templates ) { $templates = array ( 'members/bps-form-legacy', 'members/bps-form-horizontal' ); return $templates; }Make your desired structure changes and.
Also i don’t have the functionality of the button in the way you need or any pre-made code.
NOTE : Child theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Replied to you concerning similar thing on other ticket. I will reply in the other ticket pointing same issue, if in both tickets ask the same, we should communicate only in one.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUnder theme options you should remove all keys sine that section it’s deprecated since the envato wants updates through the envato marketplace plugin.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please replace this file content : wp-content/themes/kleo/assets/js/app.js
With the content of this one : https://pastebin.com/raw/PHCTKwWb
Also replace the app.min.js file : wp-content/themes/kleo/assets/js/app.min.js
with this conten : https://pastebin.com/raw/9v9iWT4FMake sure to empty all caches.
Let me know if the js error still happens, it should not.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

