• Resolved catalystdesignbkk

    (@catalystdesignbkk)


    I am creating a guide site and this calendar is critical to the site. I am installing the calendar into the calendar.php template page. I use dreamweaver code view to edit the php files i create and then upload them to my wordpress site. i was looking for a shortcode link to put into my php file to activate the calendar but annoyingly there isn’t one. instead you have to use the advanced settings part of the plugin and it says to add a jquery command or html command. well i have tried lots of variations and haven’t succeeded in calling up the calendar to sit inside my calendar.php page. i have created a div for it but i don’t know how to put the calendar into that div. please can someone help asap on this?
    the work in progress website is https://www.theguidebangkok.com
    the homepage is currently set to the calendar page.

    https://www.ads-software.com/extend/plugins/all-in-one-event-calendar/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Use shortcodes: https://help.then.ly/customer/portal/articles/530440-what-shortcodes-are-available-
    Assign your calendar.php template to a page and put the shortcodes inside the content of the page.

    Thread Starter catalystdesignbkk

    (@catalystdesignbkk)

    Thanks, still no joy though. I did what you said but it didn’t work.
    On the calendar settings is this seeting in advanced… How can I use this please?

    Contain calendar in this DOM element:
    Optional. Provide a jQuery selector that evaluates to a single DOM element. Replaces any existing markup found within target. If left empty, calendar is shown in normal page content container.

    Here’s my current php:
    <?php
    /* Template Name: Calendar Page */
    ?>
    <?php get_header(); ?>

    <?php get_header(); ?>
    <div class=”art-layout-wrapper”>
    <?= do_shortcode(‘[layerslider id=”1″]’); ?>

    <div class=”art-layout-wrapper”>
    <div class=”art-content-layout”>
    <div class=”art-content-layout-row”>
    <div class=”art-layout-cell art-content”>
    <div class=”calendar-page-wrapper”>
    <h1>THE GUIDE BANGKOK CALENDAR!</h1>
    <p>Select an event in the calendar and you will be taken to that event’s page where you can see all the information you need on it including a google map! You can also add your comments about any event in The Guide Bangkok Calendar.</p>
    <?= do_shortcode(‘[ai1ec view=”monthly”]’); ?>

    </div>

    <div class=”cleared”></div>
    </div>

    </div>
    </div>
    </div>
    <div class=”cleared”></div>
    <?php get_footer(); ?>

    do_shortcode doesn’t work with ai1ec shortcodes. You will need to put the shortcodes by using WP dashboard -> Edit page -> Put the shortcode in wysiwg editor

    Thread Starter catalystdesignbkk

    (@catalystdesignbkk)

    Hi I’m sorry but it’s still not working. I have added
    [ai1ec]
    into the page via the wysiwg editor and that is running the calendar-page template and it fails to call it up. white space still.
    please can you check?
    thanks

    u have not provide completed data for page thats wy is give this type of page chake page.php and put code like that.

    Thread Starter catalystdesignbkk

    (@catalystdesignbkk)

    i don’t understand your reply at all

    I have also tried putting shortcodes in a page and the calendar is shown, but always below everything else, even though you write stuff before or after.

    Plugins that put Facebook and Twitter buttons on the end of the page, comes ontop of the calendar. Why so? This is a problem.

    I am using wordpress 3.3.2 and Theme Twenty Eleven with Child Theme.

    Site: https://www.brfvikingen2.se

    Thread Starter catalystdesignbkk

    (@catalystdesignbkk)

    yes the problem of mine not showing up is really annoying me and no one has come up with a good solution. So i will try and find another calendar with easy short code functionality,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] installation problem on a static page’ is closed to new replies.