BuddyBoss Home – Web Support Forums Solutions Social Learner Groups directory not optimized for mobile.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Question

    #49342
    @wp_flamingo

    Hi, social learner,

    I have been trying to edit the css of groups directory, but unfortunately, i have no luck. Please have a look on my screenshot. please help or advice how to fix it.

    Thanks
    flamingo

    Answers

    #49352
    @vapvarun

    Hi @wp_flamingo
    It got broken in our last update it will be fixed shortly
    You can include following css to your custom.css

    
    
    @media screen and (max-width:480px){
    .directory.groups #primary #buddypress ul.item-list li div.item-avatar ,.directory.groups #buddypress ul.item-list li div.action .action-wrap , #primary #buddypress #groups-stream li div.item, #primary #buddypress #groups-list li div.item   {
      display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    }
    

    Regards
    Varun Dubey

    #49367
    @wp_flamingo

    Thank you, also the same issue for woocommerce basket and notification as in the screenshot

    #49392
    @vapvarun

    Hi @wp_flamingo, Please paste the site url
    Regards

    #49397
    @wp_flamingo

    hi @vapvarun,

    here is my url: http://www.geekampus.com/

    Also, Login, Register and Comment button cannot be translated. As you can also see on my site.

    Regards

    #49421

    Anonymous
    @

    Hi @wp_flamingo, Please add this css in your child theme’s custom.css

    div.header-notifications.cart { padding: 0px !important; }

    It will be better to use ‘Loco Translate Plugin’ to do required changes

    https://wordpress.org/plugins/loco-translate/

    Regards
    Pallavi

    #49426
    @wp_flamingo

    hi @pallavi,

    Thanks you very much. I use Poedit to translate all, didn’t want to use too many plugin. if the loco translate work, i would give it a try.

    Thanks
    Duch

    #49429

    Anonymous
    @

    Hi @wp_flamingo, there is a language file in social learner theme you will have to translate that one also.

    Regards
    Pallavi

    #49443
    @wp_flamingo

    hi @pallavi,

    thanks, it works now. another thing, the like button from buddyboss wall, not working. I still get error from click the like icon… any idea?

    #49787

    Anonymous
    @

    Hi @wp_flamingo, Please take a look of this thread hope it will help you to solve your issues..

    https://www.buddyboss.com/support-forums/topic/error-getting-likes/

    Regards
    Pallavi

    #49810
    @wp_flamingo

    hi @pallavi,

    The code were already exist in buddyboss wall 1.2.3. But I found this thread from @vapvarun
    https://www.buddyboss.com/support-forums/topic/error-getting-likes-4/

    thanks,
    Duch

Viewing 11 posts - 1 through 11 (of 11 total)
  • The question ‘Groups directory not optimized for mobile.’ is closed to new replies.