-
Author
-
June 18, 2015 at 15:05 #63637chau-huuParticipant
Hi
Excuse me for my poor english
We lost the css form when we go to a user profile and want to see the received mail or the send mail.
You can see the design in the message.png and when we click on send mail we can see the result in the send_message.png or in message_redaction.png
Could you help us !
It s a great themeAttachments:
You must be logged in to view attached files.June 18, 2015 at 16:43 #63666sharmstrModeratorrespond privately with a link and credentials for an account that has messages.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 18, 2015 at 18:00 #63686sharmstrModeratorI mean a link to log in. I cant help you without seeing the code that generated. I can only see that if I log in with an account.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 18, 2015 at 23:27 #63764sharmstrModeratorBecause your site is throwing jquery errors. Probably a plugin conflict.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.June 19, 2015 at 00:37 #63776sharmstrModeratorHave you updated buddypress to 2.3.2?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 19, 2015 at 00:43 #63777chau-huuParticipantNo i m on Version 2.2.3.1
Attachments:
You must be logged in to view attached files.June 19, 2015 at 00:48 #63779sharmstrModeratorThat’s the problem. is there a reason why you havent updated?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 19, 2015 at 00:55 #63782chau-huuParticipantBecause on http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630
the compatibility with buddypress is 2.2Attachments:
You must be logged in to view attached files.June 19, 2015 at 00:59 #63784sharmstrModeratorAh. Good point. The star functionality was introduced in BP 2.3. Before you update, would you mind testing some backward compatibility code I just added to the next Kleo minor release?
go to /kleo/buddypress/members/messages/messages-loop.php and change this block of code (starting around line 100) from this
COPY CODE<?php if (bp_is_active('messages', 'star')) : ?> <div class="thread-star"> <?php bp_the_message_star_action_link(array('thread_id' => bp_get_message_thread_id())); ?> </div> <?php endif; ?>
to this
COPY CODE<?php if ( version_compare( BP_VERSION, '2.3', '>=' ) ) : ?> <?php if (bp_is_active('messages', 'star')) : ?> <div class="thread-star"> <?php bp_the_message_star_action_link(array('thread_id' => bp_get_message_thread_id())); ?> </div> <?php endif; ?> <?php endif; ?>
Let me know if that fixes it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 19, 2015 at 01:16 #63788sharmstrModeratorHmmm. I’m looking at the account you gave me and its still broken. Did you remove the code after testing it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 19, 2015 at 01:18 #63790sharmstrModeratorNow I see it. Cool.
Okay, you can upgrade BP if you want. I’ll let 7th Queen know to update the theme forest info. Thank you for your help in testing.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.