This topic has 33 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #195536
     emmanuel
    Participant

    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.
    #195556
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
    #195559
     emmanuel
    Participant

    ok 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.
    #195569
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195572
     emmanuel
    Participant

    ok 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.
    #195576
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
    #195580
     emmanuel
    Participant

    you have to go to the registration page and then click login and then you will see the issue

    #195581
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195591
     emmanuel
    Participant

    hi the issue is still happening see attachment

    Attachments:
    You must be logged in to view attached files.
    #195594
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
    #195600
     emmanuel
    Participant

    ok got it could this be remove in the notification tab see attachment

    Attachments:
    You must be logged in to view attached files.
    #195603
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195605
     emmanuel
    Participant

    thanks could theses be remove too the see attachment

    Attachments:
    You must be logged in to view attached files.
    #195611
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195617
     emmanuel
    Participant

    thanks 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.
    #195620
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195621
     emmanuel
    Participant

    thanks 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.
    #195624
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195625
     emmanuel
    Participant

    ok 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.
    #195628
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195629
     emmanuel
    Participant

    ok 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

    #195630
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195631
     emmanuel
    Participant

    first we had communicate through email laura@seventhqueen.com then i had to register and pay here http://webseolabs.com/office/clients/register

    #195632
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195633
     emmanuel
    Participant

    ok thank you

    #195640
     emmanuel
    Participant

    hi 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

    #195641
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195642
     emmanuel
    Participant

    Ok thanks the assistance today and don’t forget to contact Laura for me please

    #195643
     Kieran_SQ
    Moderator

    No 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 solution

    If 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.

    #195677
     Kieran_SQ
    Moderator

    Hi 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 solution

    If 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.

    #195679
     emmanuel
    Participant

    thank you she did send me a response today

    #195681
     Kieran_SQ
    Moderator

    Glad 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 solution

    If 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.

    #195682
     emmanuel
    Participant

    yes i marked it already

    #195684
     Kieran_SQ
    Moderator

    Great! 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 solution

    If 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.

Viewing 34 posts - 1 through 34 (of 34 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?