Blog Articles
-
How to create maps Api key.
Step 1 – Create your project 1. Go to Google Maps Platform Press the ‘Get Started’ button. In the window that…
Read More » -
How to fix Simon taxi Loading Issue?
In the Script file comment below code on this path: /wp-content/themes/simontaxi/js/main.js
Read More » -
How To Create a Developer Account on Twitter ?
Create an account on Twitter Go to Twitter and log in or sign up for an account you would use for…
Read More » -
LinkedIn App Setup
Overview This document provides instructions on correctly setup a LinkedIn application so that users can log in/register via LinkedIn on…
Read More » -
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 » -
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 » -
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 »