BuddyBoss Home – Web Support Forums Themes Boss. theme Distortion of theme in activity page

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

    #58291
    @socialcoc

    Please go through the attachment. This distortion happens every-time I post something on the activity page

    Answers

    #58334

    Anonymous
    @

    This is a known issue that I have previously reported, but the fix given doesn’t work, I’m surprised this hasn’t been brought up by other users yet…maybe they are just happy to live with a theme full of bugs

    #58369
    @franciscocavaliere

    If you are comfortable with css, you can kind of play with the .item-list-tabs on a custom.css to patch it. I recommend you using a browser tool such as firefox “inspect element” before any actual coding. Hope this helps.

    #58376

    Anonymous
    @

    @franciscocavallere thanks for the advice, but surely paying for a ‘premium’ theme and also paying for ‘premium’ plugins it should be down to the developers to fix these issues and release the fixes to the general public as a whole. They shouldn’t be relying on their customers to give out and find fixes as they have done with me previously and at my own cost after getting a hired developer to fix the theme issues.

    They give out quick fix CSS solutions and push users to go else where for support like they have done to me recently, only to be told by the company they sent me to that the issues I am getting are all theme related and that the Buddyboss developers should be fixing them!!

    I think they have been spending more time on creating more and more products to the point where support has become rushed and of a very poor standard, I am now currently looking elsewhere for another theme as nothing seems to be getting fixed here, note I don’t want to be looking for another theme, I have been with buddyboss since the start, but as stated, to make excuses for your theme bugs and to send customers elsewhere for fixes is just not on.

    #58472
    @vapvarun

    Hi @franciscocavaliere @socialcoc we are going push updates within 1-2 days
    It’s already fixed, We have introduced lots new features in Boss theme which need testing which is delaying fixes.
    We are collecting all the fixes which are already done and ready for update.
    Thanks for your patience
    Thanks @franciscocavaliere for your help
    Hi @jerseypeeps, @franciscocavaliere was trying to help. Things are little delayed for the fixes I accept it, We are trying to help all customer which providing quick css and email support. We are also trying to increase our product base which is also required for us.
    Several Fixes are pending for Testing/Updates which will be done within 1-2 weeks.
    Thanks for your understanding.
    Regards

    #58486

    Anonymous
    @

    Hi @socialcoc, Hopefully theme will be updated in 1-2 days which will fix all the small and big bugs.

    For a temporary fix you can use this css:

    
    #whats-new-content.active {
        margin-bottom: -1% !important;
        margin-top: -25px !important;
    }
    #buddypress #whats-new-options {
        margin-bottom: 6% !important;
    }
    

    Regards

    #58501
    @socialcoc

    Thanks it does fix the issue. Waiting for the new update, Hope it also fixes the edge cutting of Mentions in activity.

    #58513

    Anonymous
    @

    Hi @socialcoc, You have hide the RSS tab through css which needs to be removed from code.

    Please take look of following thread it will help you as we have already discussed on this one..
    https://www.buddyboss.com/support-forums/topic/remove-feedrss-tab-and-user-icon-colour/

    Regards

    #58539
    @socialcoc

    @pallavi Sadly the new update doesn’t fix the activity page distortion. I still have to use custom CSS code you provided.

    #58545

    Anonymous
    @

    Hi @socialcoc, Please make sure you have cleared your cache..

    Regards

    #58547
    @socialcoc

    @pallavi I have cleared the cache, Purged it and refreshed it several times. Still the same issue

    #58643

    Anonymous
    @

    Hi @socialcoc, It has been fixed in our new updates please see the attached screen-cast.

    https://drive.google.com/file/d/0Bzv-k-FcE80iMWtlTDJHWHlmVjQ/view

    Regards

    #58651
    @vapvarun

    Hi @socialcoc, I agree it still have some glitch

    BuddyPress js is setting height 0 for what’s new options that’s why it not overridden by regular css

    
    #buddypress #whats-new-options { height: auto !important; } 
    

    You can add this to fix this for now and remove previous suggested css.
    It will leave buttons always visible.
    Regards
    Varun

    #58654
    @socialcoc

    @vapvarun Thanks varun. I will try that

Viewing 14 posts - 1 through 14 (of 14 total)
  • The question ‘Distortion of theme in activity page’ is closed to new replies.