otabekws
Forum Replies Created
-
I have easy way to combine elementor and pods.
-Go to wp-content\plugins\pods\components\Templates\Templates.php
-Change: ‘public’ => false, to ‘public’ => true,
public function __construct () {
$args = array(
‘label’ => ‘Pod Templates’,
‘labels’ => array( ‘singular_name’ => ‘Pod Template’ ),
‘public’ => false,
‘can_export’ => false,
‘show_ui’ => true,
‘show_in_menu’ => false,
‘query_var’ => false,
‘rewrite’ => false,
‘has_archive’ => false,
‘hierarchical’ => false,
‘supports’ => array( ‘title’, ‘author’, ‘revisions’ ),
‘menu_icon’ => ‘dashicons-pods’
);
and save.-Then go to Elementor settings page and check “Pods Template” and save
-Now you can edit Pods templates with elementorI have easy way to combine elementor and pods.
-Go to wp-content\plugins\pods\components\Templates\Templates.php
-Change: ‘public’ => false, to ‘public’ => true,
public function __construct () {
$args = array(
‘label’ => ‘Pod Templates’,
‘labels’ => array( ‘singular_name’ => ‘Pod Template’ ),
‘public’ => false,
‘can_export’ => false,
‘show_ui’ => true,
‘show_in_menu’ => false,
‘query_var’ => false,
‘rewrite’ => false,
‘has_archive’ => false,
‘hierarchical’ => false,
‘supports’ => array( ‘title’, ‘author’, ‘revisions’ ),
‘menu_icon’ => ‘dashicons-pods’
);
and save.-Then go to Elementor settings page and check “Pods Template” and save
-Now you can edit Pods templates with elementor