BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Distortion of theme in activity page
- This topic has 13 replies, 5 contibutors, and was last updated 8 years, 9 months ago by socialcoc.
Question
February 6, 2016 at 8:42 am #58291@socialcocPlease go through the attachment. This distortion happens every-time I post something on the activity page
Answers
February 6, 2016 at 3:31 pm #58334@
AnonymousThis 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
February 6, 2016 at 10:30 pm #58369@franciscocavaliereIf 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.
February 7, 2016 at 3:54 am #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.
February 8, 2016 at 5:31 am #58472@
AnonymousHi @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.
RegardsFebruary 8, 2016 at 6:41 am #58486@
AnonymousHi @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
February 8, 2016 at 9:20 am #58501@socialcocThanks it does fix the issue. Waiting for the new update, Hope it also fixes the edge cutting of Mentions in activity.
February 8, 2016 at 11:02 am #58513@
AnonymousHi @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
February 8, 2016 at 12:25 pm #58539@socialcoc@pallavi Sadly the new update doesn’t fix the activity page distortion. I still have to use custom CSS code you provided.
February 8, 2016 at 12:57 pm #58545@
AnonymousHi @socialcoc, Please make sure you have cleared your cache..
Regards
February 8, 2016 at 1:05 pm #58547@socialcoc@pallavi I have cleared the cache, Purged it and refreshed it several times. Still the same issue
February 9, 2016 at 8:16 am #58643@
AnonymousHi @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
February 9, 2016 at 10:20 am #58651@
AnonymousHi @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
VarunFebruary 9, 2016 at 10:30 am #58654@socialcoc@vapvarun Thanks varun. I will try that
- The question ‘Distortion of theme in activity page’ is closed to new replies.