Forum Replies Created
-
Author
-
diamondbyboldParticipant
Yes, I’ve tried to restrict a page with default WP theme and Kleo theme and everything works as expected. The user can’t access the page because his order is pending.
The problem is the Kleo validation (Theme options -> Memberships) that is ignoring the order status.diamondbyboldParticipantHi,
I need some information about this issue.
I need to know if some patch will be released to fix this problem. If not, I need to know what is the file where the validation is made.diamondbyboldParticipantHi
The problem isn’t the Pay by Check addon or the PMPro plugin. They work just fine.
The problem is the Kleo Theme options -> Memberships validations that are ignoring the order status and validate the pack before the order is approved.diamondbyboldParticipantCan anyone point the function or method where the validation is made?
I have to fix this problem as soon as possible.diamondbyboldParticipantIs this one? https://wordpress.org/plugins/buddypress-custom-profile-menu/
Thanks
diamondbyboldParticipantHi,
I think that’s not necessary. I just want to have the profile menu (highlighted with the red border) in the sidebar (highlight width the yellow box).
I thin’s that there’s no Buddypress widget for that. I could create a custom menu but Kleo theme overlay any style (like icons, font, colors, etc.) to match the profile layout.diamondbyboldParticipantI add the next code to functions.php:
COPY CODEadd_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'] = 'Geral'; //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( 'Username', 'Nome', 'Apelido' ); }
You can see in the print attached that I have those camps in Profile Fields but the Memebers box don’t show any of them.
Attachments:
You must be logged in to view attached files.diamondbyboldParticipantSo, if I understand, those fields are static.
There’s any way I can get the content of specific fields I have created through the “Advance Profiles” component of Buddypress?diamondbyboldParticipantThanks Laura, could you please explain the code a little better?
In the $kleo_config[‘bp_members_details_field’] = ‘About Me’; line I should change the “About Me” to the name of the fields group that in my case is “Geral”?
In the $kleo_config[‘bp_members_loop_meta’] = array line I should put the names of the fields of that group like Username, Nationality, Height, Weight, etc. in the array?I tried that without success.
Thanks
diamondbyboldParticipantThis is a default feature that I can use form Kleo theme or I need to instal a specific plugin?
Thanks
diamondbyboldParticipantNow I need to hide the login form when the user is logged in.
How can I check if the user is logged in? There’s any way I could do that through javascript?Thanks
diamondbyboldParticipantI already have the code to display an featured image of a specific user using rtMedia.
Now I need to display that image in the highlighted area (like in the image below) behind all other elements.
Could you please point out the code in the KLEO theme where I should change it?Thanks
Attachments:
You must be logged in to view attached files. -
AuthorPosts