Plugin: BP Labs

Join this plugin group to follow comments, support topics and reviews.

Auto suggest pushing post button down (7 posts)

Started 3 months, 3 weeks ago by: abyss

  • Profile picture of abyss abysshorror said 3 months, 3 weeks ago:

    Hey @djpaul ! I’m using BP Labs 1.2.2 and my problem is that the item that appears with the usernames is pushing the post button down instead of covering it. I tried playing around with z-index but I think it comes down to some js coding :/

    Could you please take a look into it ?
    Thanks !

  • Profile picture of Paul Gibbs Paul Gibbs said 3 months, 3 weeks ago:

    If the theme’s not BP-Default, it may require some customisations. I’m pretty sure it’d all be in CSS. I couldn’t figure out a sure-fire fix that would work everywhere. It’s not an issue I have time to look into, but if you figure out a fix that works, let me know and I’ll test it.

  • Profile picture of abyss abysshorror said 3 months, 3 weeks ago:

    @djpaul the issue is happening with BP-Default :/

  • Profile picture of Paul Gibbs Paul Gibbs said 3 months, 3 weeks ago:

    Will look at it next time I update Labs.

  • Profile picture of abyss abysshorror said 3 months, 3 weeks ago:

    Hey @djpaul, I came out with a solution (don’t know if it’s the best, but it works). I made my own child-theme from BP Default and I took out the button from the content and it stopped pushing it down:

    </div><!-- #whats-new-options -->
    	</div><!-- #whats-new-content -->
    	<div id="whats-new-submit" class="whats-new-submit">
    		<input type="submit" class="btn" name="aw-whats-new-submit" id="aw-whats-new-submit" value="<?php _e( 'Post', 'theme' ); ?>" />
    	</div>

    Then I had to play around with CSS.

    I hope it helps somebody else !
    Thanks for your time.

  • Profile picture of Paul Gibbs Paul Gibbs said 3 months, 3 weeks ago:

    Glad to know you have a solution you are happy with!

  • Profile picture of abyss abysshorror said 3 months, 3 weeks ago:

    … it isn’t a good want, is it ? :P