• Hi. I’m having trouble getting the tabs to appear in WP3.4. Here is my Template Page. I’m using Toolbox as my theme. jQuery seems to be attached correctly. Here is my template code:

    <?php
    /**
    * Template Name: Full-width
    * Description: A full-width template with no sidebar
    *
    * @package Toolbox
    * @since Toolbox 0.1
    */

    get_header(); ?>

    <div id=”primary” class=”full-width”>
    <div id=”content” role=”main”>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, ‘page’ ); ?>

    <?php comments_template( ”, true ); ?>

    <?php endwhile; // end of the loop. ?>

    </div><!– #content –>
    <div id=”subfooter”>
    <?php multieditDisplay(‘Bottom’); ?>
    </div>
    </div><!– #primary –>

    <?php get_footer(); ?>

    Thanks.

    https://www.ads-software.com/extend/plugins/pagely-multiedit/

Viewing 1 replies (of 1 total)
  • You need to add a line

    MultiEdit: Top,Bottom

    in here:

    <?php
    /**
    * Template Name: Full-width
    * Description: A full-width template with no sidebar
    *
    * @package Toolbox
    * @since Toolbox 0.1
    */

    get_header(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Page.ly MultiEdit] Tabs not seen…’ is closed to new replies.