Ejemplo n.º 1
0
"
                cat_plugin_fluid_grid_breakpoint_body_size_classes="<?php 
echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_SIZE_CLASSES;
?>
"
                cat_plugin_fluid_grid_breakpoint_body_class="<?php 
echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_CLASS;
?>
"
            >

                <?php 
$data = array();
$data['category'] = $_GET['category'];
$data['y'] = $_GET['y'];
$rendered = ikit_two_ajax('ikit_two_ajax_render_events_past', $data);
$no_results = false;
preg_match_all('/num_pages="([0-9]+)"/i', $rendered, $matches);
if (intval($matches[1][0]) <= 0) {
    $no_results = true;
}
?>

                <?php 
if (empty($rendered) == false && $no_results == false) {
    ?>
                    <?php 
    echo $rendered;
    ?>
                <?php 
} else {
Ejemplo n.º 2
0
                cat_plugin_fluid_grid_breakpoint_body_size_num_cols="<?php 
echo IKIT_TWO_PAGE_LAYOUT_4_BODY_FLUID_GRID_BREAKPOINT_BODY_SIZE_NUM_COLS;
?>
"
                cat_plugin_fluid_grid_breakpoint_body_size_classes="<?php 
echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_SIZE_CLASSES;
?>
"
                cat_plugin_fluid_grid_breakpoint_body_class="<?php 
echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_CLASS;
?>
"
            >

                <?php 
$rendered = ikit_two_ajax('ikit_two_ajax_render_jobs');
?>

                <?php 
if (empty($rendered) == false) {
    ?>

                    <?php 
    echo $rendered;
    ?>

                <?php 
}
?>

            </div>
Ejemplo n.º 3
0

<table class="page-layout-4">
<tr>

    <td class="page-layout-4-content">

        <table>
        <tr>
        <td class="page-layout-4-body">

            <?php 
$data = array();
$data['category'] = $category->slug;
$data['disable_featured'] = true;
$rendered = ikit_two_ajax('ikit_two_ajax_render_news', $data);
?>

            <?php 
if (empty($rendered) == false) {
    ?>

                    <div class="cat-plugin-fluid-grid grid infinity-fetcher-grid"
                        cat_plugin_fluid_grid_layout_mode="fitRows"
                        cat_plugin_fluid_grid_breakpoint_body_size_num_cols="<?php 
    echo IKIT_TWO_PAGE_LAYOUT_4_BODY_FULL_FLUID_GRID_BREAKPOINT_BODY_SIZE_NUM_COLS;
    ?>
"
                        cat_plugin_fluid_grid_breakpoint_body_size_classes="<?php 
    echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_SIZE_CLASSES;
    ?>
Ejemplo n.º 4
0
    <?php 
} else {
    ?>

        <td class="page-layout-4-content">

            <table>
            <tr>
            <td class="page-layout-4-body">

            <?php 
    $data = array();
    $data['category'] = $_GET['category'];
    $data['type'] = $_GET['type'];
    $rendered = ikit_two_ajax('ikit_two_ajax_render_events_calendar', $data);
    ?>

            <?php 
    if (empty($rendered) == false) {
        ?>

                <div class="events-calendar-header clearfix">
                    <div class="events-calendar-title"></div>
                    <div class="events-calendar-pager">
                        <div class="events-calendar-prev"><a href="javascript:void(0);"><img class="rollover-image" src="<?php 
        bloginfo('template_url');
        ?>
/images/button_calendar_previous@2x.png"/></a></div>
                        <div class="events-calendar-next"><a href="javascript:void(0);"><img class="rollover-image" src="<?php 
        bloginfo('template_url');
        <td class="page-layout-4-body">

            <div class="page-layout-4-body-description">
                <div class="page-layout-4-body-description-inner">
                    The membership directory is available for individual and personal uses only. Accessing address information acknowledges the user's acceptance of the <a target="_blank" href="http://www.aiga.org/designer-directory/">conditions of use</a> prohibiting commercial use.
                </div>
            </div>

            <?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>

                <?php 
        $rendered = ikit_two_ajax('ikit_two_ajax_render_member_directory');
        ?>

                <?php 
        if (empty($rendered) == false) {
            ?>

                    <div class="cat-plugin-fluid-grid grid infinity-fetcher-grid"
                        cat_plugin_fluid_grid_layout_mode="fitRows"
                        cat_plugin_fluid_grid_breakpoint_body_size_num_cols="<?php 
            echo IKIT_TWO_PAGE_LAYOUT_4_BODY_NO_SIDEBAR_FLUID_GRID_BREAKPOINT_BODY_SIZE_NUM_COLS;
            ?>
"
                        cat_plugin_fluid_grid_breakpoint_body_size_classes="<?php 
            echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_SIZE_CLASSES;
            ?>
Ejemplo n.º 6
0
echo IKIT_TWO_PAGE_LAYOUT_4_BODY_FULL_FLUID_GRID_BREAKPOINT_BODY_SIZE_NUM_COLS;
?>
"
                cat_plugin_fluid_grid_breakpoint_body_size_classes="<?php 
echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_SIZE_CLASSES;
?>
"
                cat_plugin_fluid_grid_breakpoint_body_class="<?php 
echo IKIT_TWO_FLUID_GRID_BREAKPOINT_BODY_CLASS;
?>
"

            >

                <?php 
$rendered = ikit_two_ajax('ikit_two_ajax_render_portfolios');
?>

                <?php 
if (empty($rendered) == false) {
    ?>

                    <?php 
    echo $rendered;
    ?>



                <?php 
}
?>