• Resolved ducoupmarketplace

    (@ducoupmarketplace)


    Hello

    Does anyone know how to get the calendar to load in a custom template without the header or footer

    <?php /* Template Name: AIM Staff Calendar */ ?>

    <?php

    // get_header();

    echo do_shortcode(‘[CPMV_CALENDAR view=”1″]’);

    // get_footer();

    ?>

    Many thanks

    Jonathan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The header and footer are required since are used to enqueue the required scripts.

    A solution may be to copy the set of scripts from the footer of a standard template page and paste those scripts references in your custom template.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘Calender doesnt appear in custom template’ is closed to new replies.