Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Fine Tuning › Child Themes › Home page search form
- This topic has 13 replies, 2 voices, and was last updated 5 years, 5 months ago by
Jason.
-
AuthorPosts
-
Pierre LarocheParticipant@pragmacafe
- 27 Topics
- 88 Posts
Everything work fine, but in the search form, when i choose an option from a scroll bar i have a blank line right after the “——–“.
So the first item is a plain line, then a blank line, then all items are list.Any way to get rid of that blank line?
Thank you!November 4, 2019 at 12:24 #8336@themoceratops- 1 Topics
- 430 Posts
Hi @pragmacafe,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
In the meantime, here is a CSS snippet that should resolve the issue while we work on the update :
.bps_form .editfield .bps-custom-select select option:not([value*=" "]) { display: none; }
You can paste this CSS snippet by going in Appearance > Customize > Additional CSS from your admin dashboard.
Best,
November 4, 2019 at 14:12 #8337Pierre LarocheParticipant@pragmacafe- 27 Topics
- 88 Posts
Thank you for the quick response, however, now the list doesn’t show anything or only somme line. Like the from…to i get nothing in the list, the city (ville) down down list i have maybe 10 items only.
regardsNovember 4, 2019 at 15:05 #8339@themoceratops- 1 Topics
- 430 Posts
Hi @pragmacafe,
Could you please create a new website user for us? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Cheers,
November 4, 2019 at 15:25 #8340Pierre LarocheParticipant@pragmacafe- 27 Topics
- 88 Posts
This reply has been marked as private.November 4, 2019 at 16:05 #8341@themoceratops- 1 Topics
- 430 Posts
Hi @pragmacafe,
Thanks for the credentials.
I took a look at your website and adapted the code snippet to make it work properly. Your options should all be displayed as expected now.
I’m posting the updated snippet here for any other user that would encounter the same issue :
.bps_form .editfield .bps-custom-select select option:empty { display: none; }
Can you please confirm that it is working for you ?
Best regards,
November 4, 2019 at 17:20 #8351Pierre LarocheParticipant@pragmacafe- 27 Topics
- 88 Posts
Working perfectly! Thank you so much and have a great day!
best regardsNovember 4, 2019 at 17:22 #8352Pierre LarocheParticipant@pragmacafe- 27 Topics
- 88 Posts
Hello Jason,
i have some questions, #1 as seen on image, is it possible to hide/remove the image profil from that menu, so that menu and sub items as well since i will use a custom menu?#2 on the image the text “Forgot your password?” is written from top to bottom, i’m wondering if i did something worg or if it was like that.
Anyway to put it as normal? 😉#3 My last one is if it is possible, when a user subscribe, to have the option to change the visibility on the “Name” field.
Instead of being visible to all, if it can be visible only for the user, otherwise, I would like to hide it.Thanks again for your help!
Pierre
pragmacafe.comIn case, i’m giving you, in private, an admin login if you ever need it
November 7, 2019 at 17:22 #8407Pierre LarocheParticipant@pragmacafe- 27 Topics
- 88 Posts
This reply has been marked as private.November 7, 2019 at 17:23 #8408@themoceratops- 1 Topics
- 430 Posts
Hi @pragmacafe,
In the future please try to create a new topic for each question you have. This allows us to be more organized and makes it easier for other members to find answers if they have the same questions as you. Doing that would be a great contribution to this forum 🙂
1. By default there is no option to hide this element. However, since this can be resolved with a simple CSS snippet, I will exceptionally provide you with the code to hide this element:
.main-navigation .navbar-nav--buddypress { display: none; }
Please note that we don’t usually provide code snippets (except for fixing bugs before an update) and we are only giving you this as a courtesy.
You can paste this snippet by going in Appearance > Customize > Additional CSS from your admin dashboard.2. This is a known bug that happens only in Firefox browser. It will be fixed in the next update. Here is another code snippet that should fix the bug while you wait for the next update:
#loginform .login-submit { float: none !important; } #buddypress .standard-form#signup_form textarea { width: 100% !important; } #buddypress:not(.youzer) div.dir-search .field_type_textarea label, #buddypress:not(.youzer) .standard-form .field_type_textarea label { margin-bottom: 0 !important; }
3. The Name field is the only field for which you can’t change the visibility. This is a limitation from BuddyPress and unfortunately we can’t do anything about it. My suggestion would be to rename that field to something like “Username” or “Nickname” and then create your own “Name” field where you can choose your own visibility.
Hope this helps.
Best regards,
November 7, 2019 at 17:41 #8409Pierre LarocheParticipant@pragmacafe- 27 Topics
- 88 Posts
“Please note that we don’t usually provide code snippets…”
Oups..:) good to know and sorry about that! 🙂
Thank you so much and everything works perfectlyNovember 13, 2019 at 00:55 #8432@themoceratops- 1 Topics
- 430 Posts
November 13, 2019 at 17:18 #8441@themoceratops- 1 Topics
- 430 Posts
Hi there,
As you might already know, we recently released a new version of Gwangi. Updating your theme and all the required plugins to the latest version should fix these issues (login form and profile search form).
To update your theme, you can download and install the Envato Market plugin (https://envato.com/market-plugin/) on your WordPress site.
Once the plugin is installed and activated, go to “Envato Market” in your admin menu and follow the instructions under “Activate Envato API Connection”.
When this is done, you will see your purchased themes under the “Themes” tab and you should be able to update your Gwangi theme from there by clicking the “Update available” button.
Regards,
November 22, 2019 at 17:06 #8521 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Home page search form’ is closed to new replies.