Support » Plugin: WP ULike - Most Advanced WordPress Marketing Toolkit » Buddypress members page not working correctly with wp ulike

  • Resolved inspire2014

    (@inspire2014)


    Ya! I’ve been trying several versions of wp ulike, but I have always one problem. When I go to buddypress members page (member list), the add friends/cancel friendship boxes disappear to top right corner of the page. It happens with two different themes I’ve tried.

    Otherwise the pluging seems to work absolutely fantastic!

    rock on!

    https://wordpress.org/plugins/wp-ulike/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alimir

    (@alimir)

    Hi, Thanks for your feedback.
    This problem is caused by a simple CSS code! Before the next update, please open the “assets/css/wp-ulike.css” file and replace the following code:

    #buddypress ul.item-list li{
    	position:initial;
    }

    with this one:

    #buddypress .activity ul.item-list li{
    	position:initial;
    }

    Thread Starter inspire2014

    (@inspire2014)

    Ya! happy vibes!

    You rock!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress members page not working correctly with wp ulike’ is closed to new replies.