MaxCoach

Contents

1. Teacher Roles

2. Plugins Licenses

3. Problem with WordPress 5.5

4. Import Failed!

1. Teacher Roles

If you have an education center and want to let other teachers the right to create courses, lessons, posts, events and zoom meetings but no access to admin dashboard. Every teacher will have his/her own dashboard to create courses, lessons, etc. 


You can guide teacher to follow the instruction below: 

Step 1: The user needs to create his/her account: https://maxcoach.thememove.com/main/profile/

Step 2: The user apply to  be a teacher: https://maxcoach.thememove.com/main/become-a-teacher/

Step 3: Admin approve the request, set limitations for the account. 


2. Plugins Licenses

The plugins are just bundled with the theme, so, we are not able to re-distribute the licenses to our customers because of the copyright.

You have 2 choices to update the plugins.

Option 1: You can purchase your own plugin's license to activate them to receive automatic updates.

Option 2: You also can get plugin updates each time our theme is updated. If you choose this option you will need to wait for the next update. 

Bundled plugins offer the same core features and functionality as the standalone version of the item on CodeCanyon.

Some plugins may ask for a purchase code for registration/activation once installed, however, you can simply ignore these messages as bundled plugins do not require activation or registration. The plugin will still work as intended with the theme once the theme has been activated/registered.

When a plugin is updated, we will include the latest version of the bundled plugin with our next theme update. So you can easily update the bundled plugin when you next update your theme.

It is worth noting that we will fully test plugins to make certain there are no conflicts with our own update.

You can read more these articles for further information: 

Bundled Plugins

How do licenses work

3. Problem with WordPress 5.5


Thousands of websites have become broken since WordPress 5.5 shipped without a JavaScript library called jQuery Migrate. We've updated all of our themes and now they are compatible with WordPress 5.5. 

Follow our instruction to make your site work perfectly again:

  1. Update your site to the latest version of the theme - we have done the job to be sure our themes are compatible with  5.5 
  2. Install Enable jQuery Migrate Helper to fix the problem
  3. Clear cache and reload your site.

Problem solved. 

4. Import Failed!

After checking The Requirements article and you believe that you have met all requirements, but, still cannot import demo content. Then, you can try this method: 

Firstly, You need to get the zip file from our support team (it's private link) and paste the URL to your browser. The browser may alert you that the website is not secure, this is due to the expired SSL certificate, you an ignore it and keep processing. If you are in Chrome, just click in "Advanced" and click in the option "Proceed to api.insightstud.io (unsafe)". This would trigger the download of the zip file. 

Secondly, you have to put this zip file inside a server that you own or have access to. For example, you can put it in your local environment or just put it inside the "public_html" folder if you are in a shared server or a remote one. Depending on your web server or hosting provider, you may need to give it full access permissions (read and write at least), but don’t worry, this is just temporary while we renovates the certificate.

Lastly, you have to modify this file: wp-content/themes/maxcoach/framework/class-import.php and change this code located inside the "import_demos" function:

'url'        => 'privatelink'

and substitute the URL to the one you saved your file. In my case I changed it to: 

'url'        => 'http://localhost:8080/Wordpress/zipfilename'

But if you saved it in public_html folder inside your shared server or your VPS or whatever, it would look something like this:

'url'        => 'http://YOUR-DOMAIN-NAME/zipfilename'

With this, you may re-attempt to run the importer, and should work.


Moreover, we are working on this issue this week to provide a better automatic solution, so, you can wait if you want. 

We apologize for any inconvenience you've met & thank you so much for your patience for us. 


Have a nice day!