Viewing 1 replies (of 1 total)
  • Hi!
    Same here:
    wp-admin/edit.php?post_type=profile_cct&page=profile-custom-content-type/profile-custom-content-type.php&view=page

    Empty “Profile View Builder”

    So no profile is shown in builder, but predefined profile can be displayed in page.

    2nd:
    The tabs in profile are shown as links and not ayax-like tabs.

    Thinking problem is between:
    profile-custom-content-type/views/form.php
    [snip]
    <div id=”col-middle”>
    <div id=”preview-form” class=”col-wrap”>
    <h3>Preview</h3>

    <?php
    $data = array();
    do_action(‘profile_cct_form’,$action,$data,”form”);
    ?>
    </div>
    </div><!– /col-left –>
    [snap]

    div-Start “middle” and div-End “left”. Seems there is missing code… ??

Viewing 1 replies (of 1 total)
  • The topic ‘Profile view doesn't work’ is closed to new replies.