Viewing 1 replies (of 1 total)
  • Thread Starter hp_angel

    (@hp_angel)

    I found the solution !
    In /views/admin/metabox.php, replace:
    <?php submit_button( __( 'Search', 'relation-post-types' ), 'quick-search-submit button-secondary hide-if-js', 'submit', false, array( 'id' => 'submit-quick-search-posttype-' . $post_type_name ) ); ?>
    by :
    <?php submit_button( __( 'Search', 'relation-post-types' ), 'quick-search-submit button-secondary hide-if-js', 'submit-relation-post-types', false, array( 'id' => 'submit-quick-search-posttype-' . $post_type_name ) ); ?>
    The name of the extension submit button was in conflict with the preview submit button.

Viewing 1 replies (of 1 total)

The topic ‘Preview not working’ is closed to new replies.