-
Author
-
September 2, 2018 at 21:04 #208262allanaParticipant
Hi,
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?
Attachments:
You must be logged in to view attached files.September 2, 2018 at 21:28 #208271Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 4, 2018 at 16:10 #208427RaduModeratorHi,
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 5, 2018 at 17:08 #208587RaduModeratorUse 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 6, 2018 at 15:51 #208687RaduModeratorI 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 17:38 #208845RaduModeratorHi,
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.