-
Author
-
April 21, 2018 at 16:35 #195536emmanuelParticipant
hi when a user is filling out the profile fields i notice that they can choose to leave it blank by selecting the dots see attachment how to avoid that from happening
Attachments:
You must be logged in to view attached files.April 21, 2018 at 17:46 #195556Kieran_SQModeratorHi,
As the field is marked as required a user cannot not select an item. Should a user try to proceed without selecting an option they will be sent back into the register page where the error “This is a required field” will be shown (see screenshot).
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.
Attachments:
You must be logged in to view attached files.April 21, 2018 at 18:05 #195559emmanuelParticipantok how to stop male from selecting seeking male and female from selecting seeking female in the profile field see attachment
Attachments:
You must be logged in to view attached files.April 21, 2018 at 18:13 #195569Kieran_SQModeratorHi,
You may wish to try Conditional Profile Fields for BuddyPress a free plugin by BuddyDev to achieve this functionality. If this does not work for you then you would need to look at hiring a developer to code a solution for you.
https://buddydev.com/plugins/conditional-profile-fields-for-buddypress/
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.
April 21, 2018 at 18:26 #195572emmanuelParticipantok when try to login from the registration this is happen to the facbook button see attachment
Attachments:
You must be logged in to view attached files.April 21, 2018 at 18:30 #195576Kieran_SQModeratorHi,
I do not see that issue on my end (see screenshot). What browser / resolution are you using?
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.
Attachments:
You must be logged in to view attached files.April 21, 2018 at 18:34 #195580emmanuelParticipantyou have to go to the registration page and then click login and then you will see the issue
April 21, 2018 at 18:39 #195581Kieran_SQModeratorHi,
Please try the below CSS to fix this on the registration page
COPY CODE@media screen and (min-width: 960px) { .registration #login_panel .twelve.columns {width: 100%;} }
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.
April 21, 2018 at 18:54 #195591emmanuelParticipanthi the issue is still happening see attachment
Attachments:
You must be logged in to view attached files.April 21, 2018 at 19:00 #195594Kieran_SQModeratorHi,
The CSS I supplied above is not reflected in the page’s source, please try clearing your cache(s)
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.
Attachments:
You must be logged in to view attached files.April 21, 2018 at 19:09 #195600emmanuelParticipantok got it could this be remove in the notification tab see attachment
Attachments:
You must be logged in to view attached files.April 21, 2018 at 19:20 #195603Kieran_SQModeratorHi,
You can use the below custom CSS to remove the bulk options for notifications
COPY CODE.notifications th.bulk-select-all { display: none; } .notifications td.bulk-select-check { display: none; } .notifications .notifications-options-nav { display: none; }
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.
April 21, 2018 at 19:28 #195605emmanuelParticipantthanks could theses be remove too the see attachment
Attachments:
You must be logged in to view attached files.April 21, 2018 at 19:45 #195611Kieran_SQModeratorHi,
To remove the order drop down on the notifications page please use the below CSS
COPY CODE.notifications li#members-order-select { display: none; }
I wasn’t 100% sure what you wished to remove in the second screenshot, if it just the ‘Read’ link then please use the below CSS. If it is something other please let me know exactly what you would like to hide.
COPY CODE.notifications td.notification-actions a:nth-child(1) { display: none; }
If you would like to move the pipe seperator between ‘Read’ and ‘Delete’ you will need to make changes to the core templates.
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.
April 21, 2018 at 20:34 #195617emmanuelParticipantthanks on a screen table size of around 792px x 631px the profile button is show like this see the attachment could i be fix
Attachments:
You must be logged in to view attached files.April 21, 2018 at 20:40 #195620Kieran_SQModeratorHi,
Please try the following
COPY CODE@media (max-width: 1024px) and (min-width: 768px) { ul.button-group li:first-child {margin-left: -88px;} .tiny.secondary.button.split.dropdown {padding: 10px !important;} }
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.
April 21, 2018 at 20:46 #195621emmanuelParticipantthanks at the back of the mobile website menu how can i get to add a image or color there see attachment
Attachments:
You must be logged in to view attached files.April 21, 2018 at 20:51 #195624Kieran_SQModeratorHi,
There is no real container to style for that area, the closest you could get is to target the .eight.columns but it will not look to do so.
The below CSS will add color to this area but it’s not possible to match it up to work with the containerless section
COPY CODE#header .eight.columns:nth-child(2) { background-color: #ffef16; }
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.
April 21, 2018 at 21:09 #195625emmanuelParticipantok on the mobile website could the menu go into to the header see attachment for an example
Attachments:
You must be logged in to view attached files.April 21, 2018 at 21:21 #195628Kieran_SQModeratorHi,
This would not be possible with simply CSS and would take extensive coding in the template files therefore this is outside the scope of the support offered via the forum. If you were comfortable with editing PHP and HTML you can copy the below file into the SweetDate Child theme and make the changes yourself or hire a developer to achieve this for you.
/wp-content/themes/sweetdate/page-parts/general-header.php
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.
April 21, 2018 at 21:33 #195629emmanuelParticipantok what happen to the other staff Laura because she’s suppose to create an app to go with the website for me and for the past few days i am try contact via email laura@seventhqueen.com but i am not getting any replies i already had paid her
April 21, 2018 at 21:41 #195630Kieran_SQModeratorHi,
Laura works during the week, Monday to Friday, Central European Summer Time and should be available during standard working hours. I am not sure why Laura has not been in touch with you, how did you order this service? Was it via dev@seventhqueen.com?
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.
April 21, 2018 at 21:46 #195631emmanuelParticipantfirst we had communicate through email laura@seventhqueen.com then i had to register and pay here http://webseolabs.com/office/clients/register
April 21, 2018 at 21:52 #195632Kieran_SQModeratorHi,
I am looking into the delay for you and will be back in touch with you as soon as possible.
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.
April 21, 2018 at 22:55 #195640emmanuelParticipanthi to stop user from selecting the same gender in the profile field e.g male to male what do you think a developer would need to do on the website
April 21, 2018 at 23:06 #195641Kieran_SQModeratorHi,
A developer would need to remove Y gender from X field if Z gender set. You would have to check the gender of the logged in user and selectively remove the same gender from your search form. Your first contact for custom work on this should be Andrea from BuddyPress Profile Search https://wordpress.org/plugins/bp-profile-search/.
Note: I do not know if Andrea currently accepts custom work requests.
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.
April 22, 2018 at 00:24 #195642emmanuelParticipantOk thanks the assistance today and don’t forget to contact Laura for me please
April 22, 2018 at 00:26 #195643Kieran_SQModeratorNo worries, we’re happy to help. I have already sent out a message on your behalf and awaiting a response. As soon as I have more information on that I will update you straight away.
Please accept my sincere apologies for the delay.
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.
April 22, 2018 at 17:05 #195677Kieran_SQModeratorHi Emmanuel,
I have made contact with the team over the weekend for you and can confirm Laura has sent you a response. I’m very sorry for the delay.
The agreement you have in place with Laura is a private matter, on her own time, which is not related to SeventhQueen, and as such I will not be able to advise you further on this.
All the best,
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.
April 22, 2018 at 17:27 #195681Kieran_SQModeratorGlad to hear 🙂 Should I mark this ticket as resolved?
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.
April 22, 2018 at 17:32 #195684Kieran_SQModeratorGreat! As always, feel free to open a new ticket with any other questions and we’ll be happy to assist.
All the best,
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.
-
AuthorPosts
You must be logged in to reply to this topic.