This topic has 3 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #114463
     3space
    Participant

    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

    #114909
     Laura
    Moderator

    Hello, its just a css issue 🙂
    Just add this to style.css of child theme

    COPY 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 solution
    #114959
     3space
    Participant

    Perfect! 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 CODE
    add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
    function load_dashicons_front_end() {
    wp_enqueue_style( 'dashicons' );
    }
    #115541
     Laura
    Moderator

    Glad 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 solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?