This topic has 27 replies, 2 voices, and was last updated 8 years by Laura.

  • Author

    Tagged: 

  • #98266
     mobapps
    Participant

    membership section is not working like member should show like your demo website like 14 days free trial in beside of profile image . in my website has upgrade account , on that click its not working . and membership account page is not coming by the clicking

    #98390
     Laura
    Moderator

    Hello, make sure you have all pages at Memberships > Page Settings
    To show the member level add this to functions.php of child theme

    COPY CODE
    
    function kleo_membership_info_guest()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
      if (!bp_is_my_profile())
      {
          $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id());
        if ($membership)
        {
            
          echo '<span class="label radius pmpro_label">'.$membership->name.'</span>';
        }
        else
        {
          echo '<span class="label radius pmpro_label">'.__("No membership",'kleo_framework').'</span>';
        }
      }
    }
    add_action('kleo_bp_after_profile_name', 'kleo_membership_info_guest');
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #98819
     mobapps
    Participant

    function kleo_membership_info_guest()
    {
    global $membership_levels,$current_user;
    if (! $membership_levels) {
    return;
    }

    if (!bp_is_my_profile())
    {
    $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id());
    if ($membership)
    {

    echo ‘<span class=”label radius pmpro_label”>’.$membership->name.'</span>’;
    }
    else
    {
    echo ‘<span class=”label radius pmpro_label”>’.__(“No membership”,’kleo_framework’).'</span>’;
    }
    }
    }
    add_action(‘kleo_bp_after_profile_name’, ‘kleo_membership_info_guest’);

    we have put in sweetdate child theme but there are no one any changes and the main theme when we put this code then it has gone syntex fatal error

    its on your demo website
    http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/full_screen_preview/4994573
    after click Bronze it has –
    http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/full_screen_preview/4994573

    and full preview
    http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/full_screen_preview/4994573

    i want all functionality in my website this three links should be in my website . your support is too bad you are not providing good support with your full efforts ! you want to do it full for money only .

    I am waiting your response . and if i have 1 question you had so long time to resolve it

    Attachments:
    You must be logged in to view attached files.
    #99036
     Laura
    Moderator

    Hello, did you create your levels at Memberships > Levels?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #99046
     mobapps
    Participant

    hi,

    yes i have created already i have already gives you all details ftp and wp-admin details , you can also check 1 i am not getting this problem that whts going wrong with that ?

    please solve this problem as soon as possible .

    thank you

    #99048
     mobapps
    Participant

    Hi,

    please reply me ! i am waiting for an hour .

    thank you

    #99182
     Laura
    Moderator

    Hello, please allow us up to 48 to answer as we have a large queue and try to respond in order.
    You did not create levels, check attachment, levels page is empty. Please create your levels and use the code i sent you at functions.php of child theme

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #99242
     mobapps
    Participant

    Hi,

    i have created already but its was not working so i had reset all setting . so its was deleted now i have also created level of membership now its not working . tell me you have given me code this one i have to put in sweetdate>function.php or sweetdate-child>function.php ?

    i have also found that that code having something syntax error may i know this is ok ?

    also i would know if i have this code in sweetdate-child>function.php then what will be change how its inter connected between each of them ?

    by the way i am trying to do it if i have not get success then please give me 5 minutes and resolved this problem with FTP file upload i have spent already so many time in this membership part .

    Thank You

    #99243
     mobapps
    Participant

    Now, i have done it

    Thank You

    now i have 2 required functionality that are i have told you another topic created that are member chatting option and second one is they can show the how far from here any user they can see distance . so please let me know how it will be complete this functionality and let me know if you will charge it then how many have to charge to me . please reply me

    Thank You

    #99462
     mobapps
    Participant

    hi, i having problem , i have created multiple level bu there are only 1 is showing so please let me help .

    first time have created then it was show but after some time there are only level is showing .

    #99463
     mobapps
    Participant

    Please , let me help like i have these issues so please resolve it

    1. Know who winked at you: Wink button for all member to be able to flirt and show interest. But person can only see wink if they have premium package
    2. Who viewed your profile: be able to see all views of your own profile and know who may be interested in you
    3. Seeing who may be interested in you (yes or no): Have a page where members can say yes or no to a side of members. Also have section where they can see who they have said yes to and where they have both said yes (mutual). Free members can use the feature but not see who they have the mutual connection with unless they upgrade to premium.
    4. Chemistry match: Have member fill out 50 question long questionaire
    5. Get viewed more than others: show premium members profile more often on list of member than free members
    6. See when your messages have been read: show next to the message whether the messages was “read” or “unread”

    Pricing:

    Premium Packages:

    $14.99 — per month (6 month membership) Best Value! one time payment of $89.94

    $ 19.99 — per month (3 month membership) Most Popular! one time payment of $59.97

    *100% money back GUARANTY!

    #99799
     Laura
    Moderator

    Hello, all your questions are related to custom request, please contact a freelancer that can create them for you, right now i can only help you with what the theme has

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #99937
     mobapps
    Participant

    Ok,

    Please check this link http://www.mobappssolutions.com/dating/my-account/membership-levels/

    you can check when i put more than 1 level its has shows on that link but i dont know whats happen after some time its shows only 1 membership level .

    Thank You

    #100457
     Laura
    Moderator

    Hello, i see 2, how many levels do you have? did you add any custom code?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #103073
     mobapps
    Participant

    Hi,

    i have created 3 levels . i have to need create one more level in admin after that its show one less on front end .

    Thank You

    #103486
     Laura
    Moderator

    Hello, sorry but i do not understand what you mean

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #107957
     mobapps
    Participant

    hi,

    i am saying about that when we select the any package for upgrade the account then its shows cart empty there are not going money to cart for the payment please see the attach snap shot please resolve my issue . i am not happy with this thing so please resolve it .

    Thank You

    Attachments:
    You must be logged in to view attached files.
    #108183
     Laura
    Moderator

    Hello, paid memberships plugin and woocommerce are not the same plugins
    The cart is from woocommerce
    Paid memberships pro ( the levels ) DOESN’T have a cart. Thats why you have it empty, because its another plugin, not related to it.

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #108441
     mobapps
    Participant

    hi,

    ok you are right then how can use it or what is the benefit of Paid memberships pro ( the levels )if its dont have related to with woocommerce how can user payment for the membership why are not giving me full solution of that ? what should i do and how can hide some more page and functionality for the memberships levels . please elev orate it fully or do me solve out .

    Thank You

    #108616
     Laura
    Moderator

    Hello 🙂
    Well, paid memberships pro has a checkout page, and can handle payments for memberships
    Just create your levels, setup your gateway at the settings and it will be ready.
    Basically when clients arrive to the levels page, they choose one and they are redirected to a checkout page, they fill the information, pay and the membership is assigned to their account.

    Woocommerce is used to sell digital or physical products, there are membership addons but it’s better to use a plugin built for that, paid memberships pro

    Paid memberships pro has a documented setup guide http://www.paidmembershipspro.com/documentation/initial-plugin-setup/

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #113043
     mobapps
    Participant

    For our premium package, please include only once the following features listed and allow for the four different options of payment. The all other features excluding the ones under the PREMIUM PACKAGE that are currently under “basic” can be listed as “free”. Also, we would like for you guys to incorporate these functions of the premium package into the website:

    Premium Packages

    These follow features need to be programmed into the website:

    1. Know who winked at you: Wink button for all members to be able to flirt and show interest. But person can only see who winked at them if they have premium package. Example would be “poking” on Face book or the wink on Zoosk.

    2. Only premium package member are able to see “Who viewed your profile”. They are able to see all other members who have viewed their profile and know who may be interested in them.

    3. Premium members will be able to use a feature to see who may be interested in them. Have a page where members can say yes or no to a slide show of members. Also have section where the member can see who they have said yes to and a section where they have both said yes “mutual”

    4. Premium Account holders can do a Chemistry match: Have member fill out 50 question long questionnaire. Questionnaire will provide questions enabling us to find great matches for all members who take the test.

    5. Premium members will be shown on the “find members” page more often than the free members: show premium members profile more often on list of member than free members

    6. Paid members will be able to see when the messages they send to other members have been read: show next to the message whether the messages was “read” or “unread”.

    #113393
     Laura
    Moderator

    Hello 🙂
    I see, well i can tell you which plugins you could use but the integration should be done by a developer as we do not do custom request right now

    1- You can use the plugin https://es.wordpress.org/plugins/bp-poke/ and change the Poke word with Loco Translate plugin
    2- This one should work fine http://buddydev.com/buddypress/buddypress-recent-profile-visitors-plugin/
    3- I do not know about a plugin that can do this
    4- Not available
    5- Not available
    6- Not available

    As i said all could be created by a developer 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #114230
     mobapps
    Participant

    Hi,
    https://es.wordpress.org/plugins/bp-poke this plugin is given by you since last time, but this is not working can you please give me suggestion.

    Thanks,

    #114231
     mobapps
    Participant

    hey guys! i waiting from half an hour please reply me as soon as possible.

    #114234
     mobapps
    Participant

    I have some question please tell us how can i resolve it you gave us suggestion but that was not working please reply below questions.

    Thanks

    For our premium package, please include only once the following features listed and allow for the four different options of payment. The all other features excluding the ones under the PREMIUM PACKAGE that are currently under “basic” can be listed as “free”. Also, we would like for you guys to incorporate these functions of the premium package into the website:

    Premium Packages

    These follow features need to be programmed into the website:

    1. Know who winked at you: Wink button for all members to be able to flirt and show interest. But person can only see who winked at them if they have premium package. Example would be “poking” on Face book or the wink on Zoosk.

    2. Only premium package member are able to see “Who viewed your profile”. They are able to see all other members who have viewed their profile and know who may be interested in them.

    3. Premium members will be able to use a feature to see who may be interested in them. Have a page where members can say yes or no to a slide show of members. Also have section where the member can see who they have said yes to and a section where they have both said yes “mutual”

    4. Premium Account holders can do a Chemistry match: Have member fill out 50 question long questionnaire. Questionnaire will provide questions enabling us to find great matches for all members who take the test.

    5. Premium members will be shown on the “find members” page more often than the free members: show premium members profile more often on list of member than free members

    6. Paid members will be able to see when the messages they send to other members have been read: show next to the message whether the messages was “read” or “unread”.

    Thes

    #114737
     Laura
    Moderator

    Hello, did you read my post? I already answered those questions. Please do read my post.
    Your questions are custom requests, we are here to resolve theme issues and small changes.
    As i already answered your posts please do not send the same post again, i already read it as you can see, if i answered is because i read it, do not sent it again please. We have a queue of topics that need help and cant be answering the same questions again and again when they are already answered and custom requests

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #115948
     mobapps
    Participant

    Hi,
    you gave us plugin but that is not working. Can you tell me Your developer Email-id so that i concern with him.

    Thanks

    #116670
     Laura
    Moderator

    Hello, this is the support forum, and we resolve the tickets here.
    Please let me know what is the issue. Not your custom requests, let me know the issue of the theme.

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?