This topic has 23 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #192962
     emmanuel
    Participant

    how to remove the background pattern an change the color of the background and arrow of this see attachment

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

    Hi @emmanuel,

    You can use the below CSS to override the background color of this element

    COPY CODE
    .form-footer {
        background-color: #1abc9c !important;
        background-image: unset !important;
    }

    You may wish to use the below CSS instead of the snippet above which sets the color for the border too

    COPY CODE
    .form-footer {
        border-left: 10px solid #1abc9c;
        border-bottom: 10px solid #1abc9c;
        border-right: 10px solid #1abc9c;
        background-color: #1abc9c !important;
        background-image: unset !important;
    }

    You can override the color of the arrows by using the below CSS

    COPY CODE
    .kleo_members_carousel a:not(.button), div#main a:not(.button):not(.elementor-button) {
        color: #ffffff !important;
    }

    In each case please adjust the color # value to suit your needs and purge your cache(s) to see the changes.

    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.

    #192967
     emmanuel
    Participant

    thanks how to change the color of these i only get to change the links color see attachment

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

    Hi,

    Not sure if I understood your question or not, the below CSS changes the color for links in this area – let me know if that is what you wanted.

    COPY CODE
    #profile .regulartab a {
        color: #841173;
    }

    Change the # value to suit and clear cache(s) to see changes.

    Also, if possible, please take larger screenshots as it will help me to identify the section you’re referring to.

    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.

    #192971
     emmanuel
    Participant

    the links change but the one without out links did not change

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

    In the case please also use the below CSS

    COPY CODE
    .regulartab dd p {
        color: #841173;
    }

    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.

    #192975
     emmanuel
    Participant
    This reply has been set as private.
    #192977
     Kieran_SQ
    Moderator

    Hi,

    When I logged in I was directed to the membership levels and selected the package ‘Standard’ at 10.99 per month – I am unable to proceed any further with the checkout process because you have not setup a payment processor. Is this what you mean?

    “A Payment Gateway must be set up before any payments will be processed.”

    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.

    #192978
     emmanuel
    Participant

    ok try back again i you will notice there is no button to checkout and pay

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

    Hi,

    I will assign this to a higher support level to assist you with your issue. They’ll be in touch as soon as they can, Monday to Friday, East European 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 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.

    #192983
     emmanuel
    Participant

    ok

    #193071
     Radu
    Moderator

    Ok,

    If you need now registration from pmpro whi you don;t set ON for that option ?

    wp-admin -> theme options -> memberships -> allow members to sign-up from PMPRO checkout page

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #193083
     emmanuel
    Participant

    hi i do not want users to register through the membership checkout page that is why i turn off the pmpro

    here is an example of what i would like, the pmpro is off and users cannot register through the membership checkout page but the site have checkout button that would appear after a user register

    now what i am saying is my site do not have a checkout button when the pmpro is turn off

    here is example of that i would like
    http://www.realsingles.co.za/membership-account/membership-checkout/?level=4

    #193171
     Radu
    Moderator

    Ok if you don’t want to register users thought pmpro they will have to register via buddypress.

    So the button cannot be added there only if you chose the register tough pmrpo.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #193176
     emmanuel
    Participant
    This reply has been set as private.
    #193295
     Radu
    Moderator

    Hi
    in this case add create new file in child theme in this location : wp-content/themes/sweetdate-child/paid-memberships-pro/pages/ named checkout.php in that you will paste https://pastebin.com/raw/aiH6p5wT

    if the foder missing create them.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #193389
     emmanuel
    Participant

    hi thanks it is working now

    #193442
     Radu
    Moderator

    Good
    Have a nice weekend
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197207
     emmanuel
    Participant

    hi is the a way that i can set up a members directory that shows a users for example I’m a man looking for a Woman the directory will default to only showing all Women who are looking for a Man
    and show show users the same users who select the same age range and i will name the page ”my matches”

    #197232
     Radu
    Moderator

    Hi,

    Not known solution for this, it might be a custom thing.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197291
     emmanuel
    Participant

    ok could the site have two members directory

    #197340
     Radu
    Moderator

    Maybe creating a member type : https://wordpress.org/plugins/bp-member-type-generator/ you can have new directory for the new type

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197420
     emmanuel
    Participant

    hi you remember i ask you how to show male to female and female to male in the member directory so i was told that i need to customize directory based on logged in user xprofile values.
    you can check https://codex.buddypress.org/developer/loops-reference/the-members-loop/

    my question is where is the file path to customize the directory from the link above

    #197458
     Radu
    Moderator

    Hi,
    Path it’s here : wp-content/themes/sweetdate/buddypress/members/members-loop.php

    Copy that in child in keeping the same folder structure

    wp-content/themes/sweetdate-child/buddypress/members/members-loop.php

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 24 posts - 1 through 24 (of 24 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?