catalystdesignbkk
Forum Replies Created
-
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,
im sorry i still don’t understand what you mean.
put spam in?
spam tag?
sorry im a newbie to wordpress programming please provide more detailsi don’t understand your reply at all
please can you provide more detail? I realise it’s a CSS issue but I don’t know how to fix it. Thanks
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?
thanksThanks, 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(); ?>