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

  • Author
  • #188895
     liveforgym
    Participant

    Hello there,

    I would like to find out how to disable the default registration process and only go through paid memberships pro. I would like to keep the Facebook registration, but it all has to go through paid memberships pro. For now the membership is free, but I will add a premium membership later where members can upgrade their account. When I set the login page, it shows two signups. One for wordpress and one for paid memberships pro. Please could you help me with changing it to only register through paid membership pro.

    Your assistance is greatly appreciated.

    Great theme by the way. It is such a good website to work with.

    Kind regards,
    Chris

    #188940
     Kieran_SQ
    Moderator

    Hi Chris,

    If you would like to disable the BuddyPress registration and let PMPro handle this exclusively you can go to WP Admin > Settings > BuddyPress > Pages and unset the values for register and activation.

    You can then use custom menu items to ‘Register’ and direct them to your PMPro pricing page.

    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.

    #190247
     liveforgym
    Participant
    This reply has been set as private.
    #190255
     Kieran_SQ
    Moderator

    Hi,

    I will assign this ticket to a higher level of support to assist you in your query. They’ll be in touch as soon as they can, Monday to Friday, East European Time.

    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.

    #190282
     liveforgym
    Participant

    Hi there,

    Thank you for that. I will wait for their reply.

    I wanted to ask. I am having some troubles with my slider on the homepage. I have added it, but there is a gap at the top with a + sign. Like I can add an element.

    community.liveforgym.com

    Please could you tell me why it is doing that.

    Kind regards,
    Chris

    #190561
     Radu
    Moderator

    Hi,

    For the gd-login link from top menu , you will have to remove the menu item that links to gd-login from wp-admin -> appearance- > menus -> top menu -> remove login page, then look in top right of the page click on “Screen Options” and check KLEO then from KLEO section add login instead the old one.

    1. You can use the next snippet that will lock any new member if it’s logged and he has no membership to levels page

    COPY CODE
    
    add_action( 'template_redirect', 'my_membersip_restrict' );
     
    function my_membersip_restrict() {
        global $pmpro_pages, $post;
     
        if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) {
            if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) {
                wp_redirect( pmpro_url() );
            }
        }
    }
    
    

    The snippet will be pasted in wp-content/themes/kleo-child/functions.php

    NOTE : The Kleo Child Theme needs to be installed and activated.

    2. To can have a similar menu to that you will need to enable megamenu for child elements

    3. I saw those on your main menu, did you had solved that ?

    4. see 1

    You can link only a membership level using this kind of link http://rdu.local/kleo/membership-account/membership-checkout/?level=1 replace 1 from the end with the afferent level ID that you want to be used only for trainers.

    With all of those explained you should be able done your project without spending money.


    Reply 2:

    For the gap from there make sure that there is no padding or margin in the row or column where the slider it’s placed and in revolution slider settings check to be auto.

    Cheers
    R.

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

    Hi there,

    Thanks for your reply. I have installed the child theme and its changed a lot of me settings. Where do I need to add the code snippet you have given me to the functions.php file? Also where do I edit it. via FTP or through WordPress?

    Ive selected to make the login link at the top a mega menu, but it does not display a drop down form?

    I’m sorry for the questions. I am not a programmer. I rely on options from the back end.

    Kind regards,
    Chris

    #190777
     liveforgym
    Participant

    Hi there,

    Ive also done what you’ve suggested regarding the slider. It still doesn’t work. It did work when I activated the child theme, but now it does not.

    Also could you please help me with where I am supposed to place that code snippet. And I have selected the mega menu option, but it does not display?

    Kind regards,
    Chris

    #190803
     Radu
    Moderator

    Hi,

    Code can be pasted from wp-admin -> apeparance -> edtor -> kleo-child- > functions.php or directly via ftp in the same file ( wp-content/themes/kleo-child/functions.php ).

    Mega menu works only that menu has submenus and you should check mega menu for the parent, if you have multiples parents and child enable that only for parents.

    Cheers
    R.

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

    Hello,

    Sorry what I meant was where in the functions.php file should I place the code. At the bottom or in the middle somewhere?

    I don’t understand what you mean by the Mega menu. Ill see if I can fix it myself.

    Kind regards,
    Chris

    #190807
     Radu
    Moderator

    At the end,

    For the megamenu see the screenshot

    Cheers
    R

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

    Hi Radu,

    Ok ill past it there.

    As for the mega menu, I have already done what the screenshot says, but nothing happens. It still gives a login popup?

    Kind regards,
    Chris

    #190811
     Radu
    Moderator

    Hi,

    The megamenu cannot prevent the pop-up to be shown, so there shouldn’t be a problem.

    Hover features : https://seventhqueen.com/themes/kleo/pinterest/

    Cheers
    R.

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

    OK maybe you didn’t understand the first question.

    I wanted the form to appear in the menu as what it is in bodybuilding.com when you click on the user icon.

    Kind regards,
    Chris

    #190825
     Radu
    Moderator

    What form!? the search input ? cuz in their header it’s a search input.

    Cheers
    R.

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

    Hi there,

    As per the screenshot

    Kind regards,
    Chris

    Attachments:
    You must be logged in to view attached files.
    #190936
     Radu
    Moderator

    There is no quick solution to make that in kleo or similar.

    Cheers
    R.

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

    No problem,

    I thought as much.

    Kind regards,
    Chris

    #190958
     Radu
    Moderator

    No problem
    Cheers
    R

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?