BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Css issue since updated

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

    #40378
    @milena

    Hi @tjchester,

    I am using a buddyboss child theme as you know, and all the css is working great. Since the latest update (I updated the main buddyboss theme for the first time in a few months) my select element has dropped down, and I cannot find the css that was added/changed to fix it.

    I attached 2 screenshots and will email you a link to the pages. It should look inline, like in my profile here.
    https://www.buddyboss.com/members/milena/

    Answers

    #40423

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena we used to style all dropdown lists. We removed the custom styling for these because they were causing issues across the site. Please email me the links directly or message me the links and I’ll post a CSS fix here.

    #40512

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena version 4.2 took care of these formatting issues I believe. Let me know if updating solves them for you.

    #40518
    @milena

    Hi @tjchester, I am using buddyboss 4.2.

    #40537

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena you are overriding CSS, this is in your code:
    http://website.com/wp-content/themes/buddyboss-child/css/rtl/wordpress.css?ver=4.1.5
    the ver should be 4.2.0 in all files

    #40565
    @milena

    @tjchester, obviously I have my child theme RTL files which you and @michael suggested when RTLing the theme. You don’t expect me to recode these files every time there is an update?
    When we worked on that for months last year I thought that RTL is going to be supported in the future. But since you haven’t incorporated these changes into the theme you left me kinda stuck.
    I wish I have heard of Kleo theme back then , they have built in RTL support and are a great buddypress theme. But I worked a YEAR on the site using YOUR theme, so what do you suggest I do now?
    The answers I am getting from you are – really frustrating – considering all these changes were your and @michael’s suggestions based on Michael’s stated commitment to incorporate RTL.

    #40683

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena I suggest you revert to the previous version while we sort this out. Thanks!

    #41825
    @milena

    @tjchester,@michael do you have a timeline on this?

    I really want to update the theme (and the plugins) like everybody else.

    I am using learndash plugin, and they incorporated the rtl css they worked on with me, quickly and with no issues what so ever. They also add this support to every add-on to the plugin they release. None of their customers ever has to beg them.

    Take a look at that code:

    #learndash_profile .profile_info .profile_avatar {
    	border: 0;float:left; margin-right: 15px; width: 108px;
    }
    .rtl #learndash_profile .profile_info .profile_avatar {
    	float: right;
    }

    The rtl is incorporated inside the core css files, easy and clean.

    Please take care of it too, it’s been over a year, and I REALLY need the site to be manageable.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Css issue since updated’ is closed to new replies.