Terms and Conditions
General T&C
- Source code will not be part of the delivery
- The optional maintenance can be availed at a later date as well but at that point will be subject to a one time cost which will be utilized to bring the app to the present version as there may have been multiple updates released in the interim and the one time cost will correspond to the effort involved. Post this, the maintenance plan will commence.
- Maintenance plans consist of security updates, new features and plugin updates.
- Maintenance plans have a minimum lock in period of 12 months. If maintenance payments are stopped prior to this then access to the mobile app will be revoked as well.
- Payments & purchases are non-refundable.
- In-app links are not included as part of the base app.
T&C for plan 499
- Only a few elements / short codes of page builders which are used to create the content of the LearnDash course is supported.
- If support for a particular short-code / element / plugin/ page builder is required, that will be billed separately.
- The optional maintenance needs to be availed within a period of 7 days at the time of delivery of the app.
T&C for plan 999
- Only a few elements / short codes of page builders which are used to create the content of the LearnDash course is supported.
- If support for a particular short-code / element / plugin/ page builder is required, that will be billed separately.
- The optional maintenance needs to be availed within a period of 7 days at the time of approval of the app by the stores.
- If required, the content of the courses will need to be modified to meet the required guidelines to guarantee app store approval.
- Offline support for audios and videos is only provided by default if the videos are hosted on Vimeo, AWS or wordpress itself.
- In-app purchase feature if required as part of compliance by the app store will be communicated prior to delivery and will be billed for separately.
How to add your custom content in app
- A new plugin(LearnDash Endpoints) will be installed on your website which fetches data for the app. It should be active at all times for app to work properly.
- A new section named App content is there on your course, lesson, topics and quiz pages (Only HTML or text is allowed in this section )
- By default the app will pull the content from the main content area, but if content is added into the “App Content” area then the app will pull the content from here.
- How to add different type of content to app
- To add paragraphs in App please wrap paragraphs in <p>……….</p> tags for example <p>Demo For app content</p> for reference use https://www.w3schools.com/tags/tag_p.asp
- To add images use image tag for reference use https://www.w3schools.com/tags/tag_img.asp
- To add videos use iframe example <iframe src=”…” allowfullscreen=”allowfullscreen” width=”560″ height=”315″ frameborder=”0″></iframe> or video tag for reference use https://www.w3schools.com/tags/tag_video.asp
- To add links use <a>………..</a> tag for reference use https://www.w3schools.com/tags/tag_a.asp(Donot use images and videos inside a tags)
- Rest of the options of the learndash plugin will work as set on the website.