-
Author
-
September 2, 2018 at 21:04 #208262
allana
ParticipantHi,
I am currently trying to get two different elements on the page (the ‘members search’ button; and the ‘Order by…dropdown menu) – [attached] to float in opposite directions, but since they seem to be part of the same element they’ll only both go either left or right. If I use margin to put them at opposite ends of the page its fine but once the responsiveness kicks in it goes haywire. Know a way I can get them to float at opposite ends please?
September 2, 2018 at 21:28 #208271Kieran_SQ
ModeratorHi,
I will assign this to a higher support level to assist you with your query. They’ll be in touch with you as soon as they can, Monday to Friday, East European Time.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 4, 2018 at 16:10 #208427Radu
ModeratorHi,
I need to login to see that buttons and directory,provide them in a private reply.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 4, 2018 at 16:14 #208431allana
ParticipantHi it’s the same login as for he button/icon query – many thanks
Wordpress Login
http://coparent-network.co.uk/wp-login.php
User: coparents_admin
Pass: MHHLadhHAyLzS7%G^%%P$^*fFTP login
https://ds45.reliablehosting.com
coparentsnetwork
9Uo-ece-rZM-eQMSeptember 5, 2018 at 16:20 #208573Radu
ModeratorHi,
Wrong admin credentials

Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2018 at 16:24 #208574allana
ParticipantSorry they were changed since this post – thanks for your assistance.
Wordpress Login
http://coparent-network.co.uk/wp-login.php
User: coparents_admin
Pass: V4dHQh39c@7kWsCBLaOzQbaeFTP login
https://ds45.reliablehosting.com
coparentsnetwork
W8R-rFQ-wS5-XNySeptember 5, 2018 at 17:08 #208587Radu
ModeratorUse this css
COPY CODEinput#bps_toggle6844 { background: url('https://www.shareicon.net/data/128x128/2016/07/09/118227_fb_512x512.png')!important; padding: 0 !important; background-position: 0% 50% !important; background-repeat: no-repeat !important; background-size:15px !important; padding-left:20px !important; vertical-align:middle !important; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2018 at 20:59 #208607allana
ParticipantDear Radu,
This code works nicely – thanks alot for that. One issue though – I can see the icon is being placed at the background to the button. Problem is I need to keep the background to the button white in order to hide some css lines behind the button. Its hard to explain why, but if you logged in you would see why i need it hide them. Is there any way of placing the icon inside the button without having to use background?
Btw- just wanted to say that this is the thread on the floating of the button/’Order by’ dropdown menu.
Also I will email you in the next couple of hours about the custom work i’d like to propose to you,
Thanks again Radu.
AllanSeptember 6, 2018 at 15:51 #208687Radu
ModeratorI see, you need more than a regular background to a button respecting some conditions in some cases. For that maybe you will need edit directly in the php template file of that form and to do the html markup exacly how you need.
That form templates it’s located here
wp-content/plugins/bp-profile-search/templates/members/bps-form-legacy.php
So you can modify the form by copying bps-form-legacy.php to child theme in wp-content/themes/buddyapp-child/buddypress/members/
You should have also this function to child theme functions.php
COPY CODEadd_filter( 'bps_templates', 'kleo_bp_search_tpl' ); function kleo_bp_search_tpl( $templates ) { $templates = array ( 'members/bps-form-legacy', 'members/bps-form-horizontal' ); return $templates; }Make your desired structure changes and.
Also i don’t have the functionality of the button in the way you need or any pre-made code.
NOTE : Child theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2018 at 11:11 #208792allana
ParticipantOkay thanks Radu – I emailed you about the quote for custom code that we talked about on another thread. cheers
September 7, 2018 at 17:38 #208845Radu
ModeratorHi,
No problem,
I will check the email later
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.