-
Author
-
April 4, 2016 at 18:53 #1144633spaceParticipant
I’m trying to use buddyapp with the wedevs.com project management plugin, but half of the plugin’s buttons, dropdown lists and search fields are not clickable. I’ve tried the plugin with a few other themes and these elements work correctly. Buddypress is the only one I’ve tried where they don’t. Can you help me figure out what might be causing this?
Thanks
April 6, 2016 at 20:40 #114909LauraModeratorHello, its just a css issue 🙂
Just add this to style.css of child themeCOPY CODE.cpm .clearfix { display: inline !important; }
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 🙂
April 6, 2016 at 23:10 #1149593spaceParticipantPerfect! That fixed everything. Thank you
I forgot to mention that I also had a bunch icons for the plugin that weren’t displaying. If anyone happens to have the same problem and finds this post, they are the WordPress “dashicons” that are used in the back end. To display them in the front end, you have to add the following to the child theme functions:
COPY CODEadd_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' ); function load_dashicons_front_end() { wp_enqueue_style( 'dashicons' ); }
April 10, 2016 at 22:57 #115541LauraModeratorGlad you could resolve it! 🙂
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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.