BuddyBoss Home – Web Support Forums Themes Boss. theme Layout issue after making a post

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

    #57883

    Anonymous
    @

    I have had the following issue since day one, every time I make a comment and its posted all the buttons look out of place as can be seen in the attached screen shot

    Answers

    #57922

    Anonymous
    @

    Hi @jerseypeeps, Please let me know which version of wall plugin you are using?

    Regards

    #57933

    Anonymous
    @

    1.2.6

    #58026

    Anonymous
    @

    Hi @jerseypeeps, Please add this css in boss theme’s custom css option:

    
    #whats-new-content.active {
        margin-bottom: 15px !important;
        margin-top: -25px !important;
    }
    

    Regards

    #58336

    Anonymous
    @

    This doesn’t work

    #58487

    Anonymous
    @

    Hi @jerseypeeps, Sorry for the inconvenience..hopefully theme will be updated in 1-2 days which will fix all the small and big bugs.

    Please try this css and make sure you have cleared your cache:

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

    Regards

    #58490

    Anonymous
    @

    As from today I am abandoning the boss theme and using a far superior theme. I would like to point out that the issue I’m having and others are having on mobile devices is also an issue on your own very site.

    If you can’t get your own website working as it should on mobile devices then I feel for every person who purchases a theme from you.

    As a company you need to take a step back from all other tasks and concentrate on fixing one theme at a time!

    Putting the blame on other company’s is obviously a quick get out clause for you all.

    Such a shame as 4 years ago the support and theme were fantastic, now your theme is bloated with bugs that are even live on your own business website!

    #58534

    Anonymous
    @

    Have just updated my theme, cleared all caches and this issues till exists!! Even though its meant to have been fixed?

    #58642

    Anonymous
    @

    Hi @jerseypeeps, It has been fixed in our new updates please see the attached screencast.

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

    Regards

    #58644

    Anonymous
    @

    @pallavi its not fixed!! See Screen capture taken today

    #58652

    Anonymous
    @

    Hi @jerseypeeps, 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.

    I have checked at your site and you can take a look of screenshot that’s why previous suggest css was not working properly
    It contain inline css which override regular css.
    Regards

Viewing 11 posts - 1 through 11 (of 11 total)
  • The question ‘Layout issue after making a post’ is closed to new replies.