-
Author
-
January 17, 2017 at 18:53 #150008LearnToDesignParticipant
Hello, there seems to be an issue with the theme (my copy at least), that after sending a reply in the message thread, no function is called to change the class of the div class=”message-box” in accordance to the zebra striping function, bp_get_the_thread_message_css_class(), laid out in bp-messages/bp-messages-template.php. I actually have to refresh the page first to see the class applied. In the 2015 theme, this function and the classes are applied automatically after sending the reply.
January 19, 2017 at 02:54 #150158LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 26, 2017 at 02:42 #150821LearnToDesignParticipantI am just curious to know if this is just my copy. Anyway, I made a workaround using CSS.
January 26, 2017 at 17:17 #150925RaduModeratorHi,
Add this css to wp-admin -> theme options -> styliong options -> quick css
COPY CODEdiv#message-thread > div:nth-child(even) { background: #f4f4f4; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.