Code

Discussion on Fitness Trainer- Training Membership Plugin

Discussion on Fitness Trainer- Training Membership Plugin

Cart 748 sales

e-plugins supports this item

Supported

This author's response time can be up to 1 business day.

861 comments found.

Hi is there any way for Admin to have access to the athlete’s physical records on the public profile page?

No, You need to edit the template.

Thanks

Hi, I have one more error. I have 2 packeges. Both expire in one day (http://joxi.ru/p276DNDFoapYqm http://joxi.ru/Grqd0n0hQLKqvA). I added new post type “Диета”. For first packege I added post only for user role. For second I added post by Woocommerce Product. 2 users bought different product on the 5 june, so now at 7 june, at least one of them should not see posts of post type “Диета”. But they both see this posts. And in Membership Level the Next Payment Date – 06-Jun-2018 (yesterday). http://joxi.ru/52aN3P3F4jxq3A http://joxi.ru/8An5gRgTj3xkE2 If you need I can give the access for this two users
Are you using woocommerce payment gateway ? If yes then use “Woocommerce Products” http://joxi.net/V2VRzPzsxyQOv2

Thanks

ok, I will check your issue.

Thanks

I would like to check the documentation of your plugin but it is giving a Internal Server Error

Please send screenshot.

Thanks

Hi,

I’m thinking to buy your plugin, Fitness Trainer for my wordpress site.

I Have some question about this but no response again, in comments or reviews.

Could you tell me, if it possible, if your plugin is in french or is it possible to translate this ? And if the Stripe payment is possible with the payment gateway please ?

Thanks a lot for your response,

Best regards, Fabrice Saliva

1) you can translate the text by any translation plugin e.g. loco plugin.

2) Yes. It will support Stripe payment gateway.

Thanks

Oh, impressive, really quickly response ! Thanks a lot ! :D

Hi! I have a warning at My Records page: http://joxi.ru/L21pDxDf8dz63m

Warning: Invalid argument supplied for foreach() in /home/sportm14/sport-marafon.com/www/wp-content/plugins/fitness-trainer/template/private-profile/profile-all-record.php on line 124

How can I add several fields for photos to Add Record page?

You can add single photo on add record page.

Please let me check the error. Please send your site admin access to my email address: aktar567@gmail.com

Thanks

Hi, I want to buy your plugin. But I interesting in some functions. Can trainer see progress of client? Can client leave photo for every day of training plan? Can admin hide next day train? Can admin do “start day” for all customers? For excample: client buy training plan 25.05, for 14 day plan, but this plan start only 1.05 for all clients (who buy plan from 15.05-31.05)?

Can trainer see progress of client?

Ans : If client add record from front-end then trainer can check the data on back-end.

Can client leave photo for every day of training plan?

Ans : Client add photo with record data every day.

Can admin hide next day train? Can admin do “start day” for all customers? For excample: client buy training plan 25.05, for 14 day plan, but this plan start only 1.05 for all clients (who buy plan from 15.05-31.05)?

Ans : Trainer can set the days number for a content or post e.g. post for day 1 , post for day 2. It will not work base on date. Please check on our demo.

Thanks

Hi! I entered the shortcode [first_name] etc .. in the File: plugins / fitness-trainer / inc / order-mail.php after adding the custom fields in “user profile fields” but I can not get these fields out in the email. In the customer email I see the shortcode but not the value.

I send you the links with the screenshots: https://ibb.co/jAtnOJ https://ibb.co/f4VZ3J https://ibb.co/kFgJVy

Can you tell me what to enter in the php or what am I wrong? Thank you!

We created the invoice & member number by user Id, The user ID will create by WordPress.

Please check : $invoice_no=’000-’.$userId.’-’.date(‘Y’,time()); $member_no=’000-’.$userId;

Thanks

Can you tell me the path of this string? So to regenerate the invoice number should I delete wordpress users? and for users with active subscription?

File Location : plugins/ fitness-trainer / inc / order-mail.php

Thanks

Hello:

I need to know if customizations to tracking can be made easy. Instead of tracking workouts I need to track BMI, Heart rate and Cholesterol. Can this be done?

You can add/edit/delete record fields , Please check the doc : http://23.91.71.251/~epluginc/fitpdoc/#!/record-setting

Thanks

Hello: I tried the link in your response and got a 404 error. Can you please check and resend? Thanks!

Hi – I purchased this plugin by mistake. I had been looking at both yours and WPGYM, and purchased the wrong one for my client. Could you please refund. Thanks much!

Hello, I am considering purchasing this however I just wonder how this would work inline with eliminator page builder even if not fully intergrated?

Would I be able to build pricing tables using Elementor that work with this plugin?

Thanks

You can use any pricing table plugin.

Thanks

Hello! in view of the GDPR update we are making some changes to the registration and payment page. In Italy it is mandatory to enter a tax code or VAT number and it is mandatory that the invoices are issued in sequential order. I saw that your plugin uses the short code [number_invoice] in the mail that arrives to the customer, how can I reset the numbering of the invoices so that it starts again from scratch?

if you tell me that it can be done, I renew the support, you tell me where I have to put my hands and I do it myself

Yes. This is very easy task.

1st you need to get the user meta data e.g. [First_name] 2 [Last_name] 3 [tax code and VAT number] 4 [billing address]

Then You need to put the user data on the email template.

Please edit the file: File Location : plugins/ fitness-trainer / inc / order-mail.php

Thanks

ok, I renew the support so we can talk better. thanks for now

Receiving errors in Wordpress like this:

Stripe_InvalidRequestError Object ( [message:protected] => No such plan: test-payment-51080 [string:Exception:private] => [code:protected] => 0 [file:protected] => /www/wp-content/plugins/fitness-trainer/admin/files/lib/Stripe/ApiRequestor.php [line:protected] => 142 [trace:Exception:private] => Array ( [0] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/files/lib/Stripe/ApiRequestor.php [line] => 254 [function] => handleApiError [class] => Stripe_ApiRequestor [type] => -> [args] => Array ( [0] => { “error”: { “code”: “resource_missing”, “doc_url”: “https://stripe.com/docs/error-codes/resource-missing”, “message”: “No such plan: test-payment-51080”, “param”: “plan”, “type”: “invalid_request_error” } } [1] => 404 [2] => Array ( [error] => Array ( [code] => resource_missing [doc_url] => https://stripe.com/docs/error-codes/resource-missing [message] => No such plan: test-payment-51080 [param] => plan [type] => invalid_request_error ) ) ) ) [1] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/files/lib/Stripe/ApiRequestor.php [line] => 104 [function] => _interpretResponse [class] => Stripe_ApiRequestor [type] => -> [args] => Array ( [0] => { “error”: { “code”: “resource_missing”, “doc_url”: “https://stripe.com/docs/error-codes/resource-missing”, “message”: “No such plan: test-payment-51080”, “param”: “plan”, “type”: “invalid_request_error” } } [1] => 404 ) ) [2] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/files/lib/Stripe/ApiResource.php [line] => 28 [function] => request [class] => Stripe_ApiRequestor [type] => -> [args] => Array ( [0] => get [1] => /v1/plans/test-payment-51080 [2] => Array ( ) ) ) [3] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/files/lib/Stripe/ApiResource.php [line] => 13 [function] => refresh [class] => Stripe_ApiResource [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/files/lib/Stripe/Plan.php [line] => 14 [function] => _scopedRetrieve [class] => Stripe_ApiResource [type] => :: [args] => Array ( [0] => Stripe_Plan [1] => test-payment-51080 [2] => ) ) [5] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/pages/package_all.php [line] => 54 [function] => retrieve [class] => Stripe_Plan [type] => :: [args] => Array ( [0] => test-payment-51080 ) ) [6] => Array ( [file] => /www/wp-content/plugins/fitness-trainer/admin/admin.php [line] => 243 [args] => Array ( [0] => /www/wp-content/plugins/fitness-trainer/admin/pages/package_all.php ) [function] => include ) [7] => Array ( [file] => /www/wp-includes/class-wp-hook.php [line] => 286 [function] => menu_hook [class] => wp_ep_fitness_Admin [type] => -> [args] => Array ( [0] => ) ) [8] => Array ( [file] => /www/wp-includes/class-wp-hook.php [line] => 310 [function] => apply_filters [class] => WP_Hook [type] => -> [args] => Array ( [0] => [1] => Array ( [0] => ) ) ) [9] => Array ( [file] => /www/wp-includes/plugin.php [line] => 453 [function] => do_action [class] => WP_Hook [type] => -> [args] => Array ( [0] => Array ( [0] => ) ) ) [10] => Array ( [file] => /www/wp-admin/admin.php [line] => 224 [function] => do_action [args] => Array ( [0] => fitness-trainer_page_wp-ep_fitness-package-all ) ) ) [previous:Exception:private] => [httpStatus] => 404 [httpBody] => { “error”: { “code”: “resource_missing”, “doc_url”: “https://stripe.com/docs/error-codes/resource-missing”, “message”: “No such plan: test-payment-51080”, “param”: “plan”, “type”: “invalid_request_error” } } [jsonBody] => Array ( [error] => Array ( [code] => resource_missing [doc_url] => https://stripe.com/docs/error-codes/resource-missing [message] => No such plan: test-payment-51080 [param] => plan [type] => invalid_request_error ) ) [param] => plan )

Please go wp-admin > Fitness Trainer> Payment gateway -> Click PayPal -> Then click Stripe again.

Hope It will work.

If you get the issue again then send your site admin access to my email address: aktar567@gmail.com

Thanks

Howdy,

I created packages, connected the website to Stripe, and made a successful payment. Now when a customer signs up and inputs their Credit Card info, it grants them access to the site but Stripe is receiving no money, only errors.

Is this plugin WP Multisite compatible?

Yes. Thanks

Hello, is it possible to create custom plans for each customer? Or this plugin only allows one single plan that everybody has the same access? If the plugin doesn’t permit this, do you think it’s possible to do this using your plugin together with another one?

Yes. You can create custom plan for a user or users group. Please check the doc : http://23.91.71.251/~epluginc/fitpdoc/#!/content-protection

Thanks

Hi, how may I update the plugin? it seems that sometimes members’ status changes by it’s own without doing anything! for example premium members becomes basic members (when it’s time for an automatic billing renewal) and worst, some members become by somehow the admin, and sometimes every single basic member becomes a premium member! This is a very dangerous security issue and needs to be resolved please. I want to update the plugin without reinstalling and loosing the existing data.

1. Premium members becomes basic members.

Ans : When the recurring payment fail or user’s package time will over then the user role will change to “Basic”. But the user role will not change to admin role.

2. Backup your current plugin -> Replace the plugin by file manager

BTW, your support has expired. Please renew it.

Thanks

Hello,

Please send to me link demo backend with user and password

We do not have any demo admin user, You can check the doc : http://23.91.71.251/~epluginc/fitpdoc/

Thanks

I am getting this error on the “Add Record” page: Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/fitness-trainer/template/private-profile/profile-new-record.php on line 103

Please send your site admin access to my email address: aktar567@gmail.com

Thanks

Hi, I just want find out the following things on the plugin:

My Account On my Account in the “Add Record” can I css the bars for the following: Week bar, Date bar, Training bar, Plans bar, Detox plans bar etc.

Pricing Table Can we css the pricing table and the “sign up” hover colors? Can we change the currency on the pricing table for example(South African Rand) ?

Hi guys, we bought this plugin specifically for the support, but we haven’t received any reply yet.

We still need help with the following: 1. On the login page the password field says: “Psssword” (Where can we change it) 2. Can we link Woocommerce with your plugin? 3. Can we limit the amount of fields on the Pricing Table (maybe with the shortcode) 4. In WP dashboard > Fitness Trainer > Settings > Page “Not sure what the settings do, and if making different choices it makes any difference” 5. We cant log in a user, even with the correct user details.

We have clients with deadlines and we cant adhere to them because we don’t receive any feedback from you guys, please respond immediately.

Kind Regards

Please let me check the login issue.

Please send your site admin access to my email address: aktar567@gmail.com

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey