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

  • Author
  • #196361
     emmanuel
    Participant

    hello how do i get to change what the text say in those paidmembershippro emails that is sent out see attachment

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

    Hi,

    You can override the email content and templates for Paid Memberships Pro by copying the email folder from the plugin into the SweetDate Child theme and editing to suit your needs.

    From the support article

    COPY CODE
    Overriding the PMPro Email Templates
    
    1. Create a “paid-memberships-pro” folder in your active theme.
    2. Create an “email” folder in the paid-memberships-pro folder in your active theme.
    3. Copy the email templates you want to customize from plugins/paid-memberships-pro/email into themes/{active theme}/paid-memberships-pro/email
    4. Edit the html files in themes/{active theme}/paid-memberships-pro/email as needed.
    

    You can read more about how to do this here https://www.paidmembershipspro.com/documentation/member-communications/customizing-email-templates/.

    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.

    #196373
     emmanuel
    Participant

    ok how to get the SSL Seal Code paste it in the box here see attachment

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

    Hi,

    To get your SSL Seal Code (if you have one) you will need to talk to your host if that is where your SSL is from or your certificate author if you purchased an SSL certificate from another provider.

    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.

    #196378
     emmanuel
    Participant

    ok on the profile page could half of the fields go to the right side like this see attachment

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

    Hi,

    That wouldn’t be doable with a quick CSS fix, would you like me to refer this question to one of our developers for review to see if they have a solution for this?

    Let me know,

    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.

    #196382
     emmanuel
    Participant

    ok i had ask Radu during the week and told me what to do but i do’nt know how to configure it could you please help here is the ticket below

    https://archived.seventhqueen.com/forums/topic/footer-11

    #196383
     Kieran_SQ
    Moderator

    Hi,

    It looks like Radu has already answered this question for you and given you the code that would need to be manipulated by your own code. If you’re not comfortable developing in PHP then you would need to hire a developer to assist you with this as it is not within the scope of the support offered via the forum.

    If you wish you can talk one of our own developers to discuss your needs by emailing dev@seventhqueen.com

    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.

    #196384
     emmanuel
    Participant

    ok on the registration page could some fields go in this space see attachment

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

    Hi,

    Realistically they can’t, not without extensive PHP changes to how BuddyPress handles the registration process. SweetDate, or any BuddyPress theme, does not create that page we simply render the BuddyPress registration form. I have attached a screenshot showing you how they’re two distinctive divs in the HTML.

    You could go down the route of making your own registration form with the aid of third party premium plugins like Gravity Forms, Ninja Forms or BuddyForms if you really wanted to customize the registration process.

    Note: The above plugins are suggestions that you would need to research thoroughly to see if they meet your requirements or not. We would not be able to provide you with third party plugin support should an issue arise with you configuring these plugins and their forms.

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

    ok so let say i use Gravity Forms will it be able to to customize the same registration page with fields or i will have to create a new registration page with fields

    #196391
     Kieran_SQ
    Moderator

    Hi,

    With Gravity Forms you would manually create a new registration page that was not assigned in the BuddyPress options to house your form.

    Within Gravity Forms you would build a user registration form that suited your design needs to register a user and update any x profile fields you wished. For technical and tutorial information on how you would achieve that you would need to speak directly to the Gravity Forms team – we would not be able to advise or assist you in building complex forms with third party plugins.

    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.

    #196392
     emmanuel
    Participant

    ok on the mobile website i have add the menu to header so could this space be reduce see attachment

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

    Hi,

    Please try the below custom CSS

    COPY CODE
    @media only screen and (max-width: 767px) {
    section:nth-child(1) {
        margin-top: 0px !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.

    #196396
     emmanuel
    Participant

    thanks some of the customizing that i ask you about in this ticket and previous tickets that would need a developer to do could you do it, in fact are you a developer i do’nt mind paying you to do some customizing that would need a developer to do

    #196397
     Kieran_SQ
    Moderator

    Hi,

    We’re certainly available for custom development work but that is something we handle in one centralized place where we can handle tracking and tasks.

    If you would like to hire the development team for customization work you can email dev@seventhqueen.com with as much information about your project as possible, and where appropriate links to tickets with more information.

    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.

    #196398
     emmanuel
    Participant

    ok so you are apart of the dev@seventhqueen.com team and what are the price rates?

    #196399
     Kieran_SQ
    Moderator

    Hi,

    We are all part of the custom work team but at different levels. For example styling, integrations and setups may be completed by Laura or myself and more complex development work may be completed by Radu or Abe. Rates and who the work is assigned to depends on the skill requirements and hours of the job at hand.

    For a specific quote you will have to email dev@seventhqueen.com with your specific requirements.

    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.

    #196400
     emmanuel
    Participant

    ok so are you capable of putting the profile fields on the right side like i ask earlier and stop male from selecting male and female from selecting female in the profile field

    #196401
     Kieran_SQ
    Moderator

    Hi,

    Both of those two jobs would likely go to Radu or Abe given that there are multiple factors between them such as coding, compatibility and multiple device support.

    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.

    #196402
     emmanuel
    Participant

    ok thanks alot for the assistance today

    #196403
     Kieran_SQ
    Moderator

    Hi,

    You’re welcome, 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 22 posts - 1 through 22 (of 22 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?