-
Author
-
February 16, 2018 at 19:42 #188895liveforgymParticipant
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,
ChrisFebruary 17, 2018 at 16:55 #188940Kieran_SQModeratorHi 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 solutionIf 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.
March 2, 2018 at 00:41 #190255Kieran_SQModeratorHi,
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 solutionIf 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.
March 2, 2018 at 13:09 #190282liveforgymParticipantHi 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,
ChrisMarch 5, 2018 at 15:38 #190561RaduModeratorHi,
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 CODEadd_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 solutionMarch 6, 2018 at 18:34 #190703liveforgymParticipantHi 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,
ChrisMarch 7, 2018 at 12:42 #190777liveforgymParticipantHi 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,
ChrisMarch 7, 2018 at 17:10 #190803RaduModeratorHi,
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 solutionMarch 7, 2018 at 17:17 #190804liveforgymParticipantHello,
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,
ChrisMarch 7, 2018 at 17:43 #190807RaduModeratorAt the end,
For the megamenu see the screenshot
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 7, 2018 at 17:48 #190810liveforgymParticipantHi 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,
ChrisMarch 7, 2018 at 17:53 #190811RaduModeratorHi,
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 solutionMarch 7, 2018 at 18:17 #190824liveforgymParticipantOK 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,
ChrisMarch 7, 2018 at 18:32 #190825RaduModeratorWhat 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 solutionMarch 7, 2018 at 18:50 #190831liveforgymParticipantHi there,
As per the screenshot
Kind regards,
ChrisAttachments:
You must be logged in to view attached files.March 8, 2018 at 16:07 #190936RaduModeratorThere 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 solutionMarch 8, 2018 at 16:20 #190938liveforgymParticipantNo problem,
I thought as much.
Kind regards,
ChrisMarch 8, 2018 at 17:38 #190958RaduModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.