Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 elementor

    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 elementor

Viewing 2 replies - 1 through 2 (of 2 total)