-
Author
-
November 25, 2017 at 09:10 #181011adminfokParticipant
Hi here,
I have an issue with the advanced search on my members page. Using the “Profile Search Forms” plugin you recommend, all the fields (pull-downs, check-boxes) become unresponsive on the LEFT side of the search “panel” WHEN I insert a text field search field. As soon as I remove the text field ALL pull-downs & check-boxes are again responsive.
Example: @fokusnetzwerk.ch/mitglieder I added a text field called telefon, which is a text field. As you will see all the checkboxes on the left side are not responsive (the right ones are). The same is with the pull-down. The most left pull-down is unresponsive. As soon as you delete the telefon text field all other fields become responsive again.
Thanks for looking into this issue, Michael
November 25, 2017 at 17:00 #181029Kieran_SQModeratorHi Michael,
Thanks for contacting us today about your search form issue, I can confirm from the frontend what you say is correct and the moment I delete the telefon field the form works as expected. Could you please update this ticket with admin credentials (in English) so I can look into this for you.
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.
November 26, 2017 at 01:05 #181073Kieran_SQModeratorHi,
Thanks for updating the ticket with the needed admin credentials, I have taken a look at your site and found the following in your child theme’s style.css
COPY CODE.two.columns.hz-textbox { float: none; }
I have changed this to
COPY CODE.two.columns.hz-textbox { float: left; }
Your form fields now work as expected, please clear your cache(s) (Ctrl+F5), and let me know if this works for you.
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.
November 26, 2017 at 01:14 #181074adminfokParticipantHi,
thank you very much for your quick response. It works perfectly.
Quick question: is there a way to lengthen the text field and/or pull downs in the search (on the members page advanced search) ?
Thanks again, Michael
November 26, 2017 at 01:30 #181077Kieran_SQModeratorHi,
Glad it is working for you 🙂 I have looked into your secondary request and I cannot seem to make the text inputs larger than they already are with CSS that should work. Therefore I am going to refer this ticket to one of our developers who will in touch as soon they can to assist you, Mon to Fri, East Europe Time.
Thank you for your patience,
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.
November 28, 2017 at 02:56 #181268RaduModeratorHi,
I don’t understand what you need to achieve, can you show me a screenshot which text field should be larger and how to be arranged ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 28, 2017 at 07:36 #181284adminfokParticipantHi there,
the question was how to lengthen search text fields (make the search text field longer) on fokusnetwerk.ch/mitglieder. That is the “members directory” page.
See picture below.
Thanks, Michael
Attachments:
You must be logged in to view attached files.November 28, 2017 at 16:31 #181317RaduModeratorHi
did you have changed the password > cuz i cannot login to can see the form ?
Anyway making that input larger implies to make the rests of the selects smaller, let me know if it’s ok like that.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 29, 2017 at 16:29 #181444RaduModeratorHi,
In this page :https://fokusnetzwerk.ch/mitglieder/
I see like this (see screenshot) there are 5 selects and one input , in your second screenshot are only two selects and 1 input, maybe i’m not looking where it should anyway the css is below:
The CSS
COPY CODE#horizontal_search input[type="text"] { min-width: 200px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 29, 2017 at 20:45 #181494adminfokParticipantThanks.
Yes I did some experimental changes.
It’s perfect. I just needed the code. Thanks.
Michael
November 30, 2017 at 16:14 #181577RaduModeratorOk
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.