-
How to setup zoom for tutors?
Zoom integration Setup ———————– Overview: This document provides instructions on how to properly set up a Zoom integration. > Login…
Read More » -
Blog Articles
How to add MathJax Editor to OES application?
Add Below code in these paths: Themes/themeone/views/common/editor.blade.php : Themes/default/views/common/editor.blade.php <script type=”text/javascript”> CKEDITOR.config.extraPlugins = ‘mathjax’ CKEDITOR.config.mathJaxLib = ‘//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-AMS_HTML’…
Read More » -
How to solve questions are not displaying in view page?
While adding questions won’t use Double Quotes (” “) for Oes application. Ex: “A”
Read More » -
How to solve CORS origin policy in CodeIgniter?
You need to add this code (header(‘Access-Control-Allow-Origin: *’);) in this path (/public_html/application/libraries/rest_controller.php).
Read More » -
Blog Articles
If you change group names in PHPMyAdmin?
If you change group names in PHPMyAdmin it reflects in front End and its showing blank page. Use default group…
Read More » -
Blog Articles
How to solve Drop Down is not Working in Restaurant?
In Script Change async: false to true and hide Cache in this path application/modules/offers/views/Create and Edit page.
Read More » -
Blog Articles
How To Solve No Input File Specified?
Just place ? (Question mark) in .htaccess file in this line ( RewriteRule ^(.*)$ public?/$1 [L] ).
Read More » -
Blog Articles
How to solve the Decimal Point issue?
Step 1: Open your control panel and select the clock and region. Step 2: Click on additional settings. Step 3:…
Read More » -
Blog Articles
Google + App(login) Setup
Google + App Setup Overview: This document provides instructions on how to properly setup a Google+ application so that users…
Read More » -
Blog Articles
Facebook (Login) App Setup
Facebook App Setup —————————– Overview: This document provides instructions on how to properly setup a Facebook application so that users…
Read More »