/home/edulekha/public_html/wp-content/themes/magone/includes/shortcodes/shortcodes-init.php
<?php

require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-lib.php';

// for article / layout boxes
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-sidebar.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-column.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-slider.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-sticky.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-complex.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-three.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-carousel.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-blogging.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-one.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-simple-one.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-two.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-ticker.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-grid.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-list.php';

// for content
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-lock.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-contact.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-dropcap.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-button.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-message.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-tabs.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-accordion.php';
require_once MAGONE_THEME_PATH_SHORTCODES . 'shortcodes-text.php';


// fixing for code box