Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     $this->loadThemeShortCode();
     //Edit Elements
     $this->elementTabItem();
     $this->elementButton();
     $this->elementMap();
     $this->elementColumn();
     $this->elementRow();
     $this->elementTitle();
     $this->modifyPostGrid();
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->loadThemeShortCode();
     //Edit Elements
     $this->elementTabItem();
     $this->elementButton();
     // $this->elementImageCarousel();
     $this->elementProgressBar();
     $this->elementMap();
     $this->elementColumn();
     // $this->elementRow();
     $this->elementTitle();
     // Set Template Folder
     // vc_set_template_dir(FRAMEWORK_TEMPLATES.'pagebuilder/');
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     // Add New Elements
     $this->elementProductCategory();
     $this->elementProduct();
     $this->elementBrands();
     $this->elementVerticalMenu();
     //Edit Elements
     $this->elementTabItem();
     $this->elementButton();
     $this->elementProgressBar();
     $this->elementMap();
     $this->elementColumn();
     $this->elementRow();
     $this->elementTitle();
     // Set Template Folder
     // vc_set_template_dir(FRAMEWORK_TEMPLATES.'pagebuilder/');
 }