2023-10 Traveler

Category:

Description

2023-10-27 3 hours* BILLED SEPARATELY TO TRAVELER
reformat event page
-CSS changes in WP editor
-contact plugin support for advice on modifying
outside plugin core files
-modify core plugin files for All In One Calendar:
Line 42:
{#
{% if map is empty %}
{% set col1 = ‘ai1ec-col-sm-3’ %}
{% set col2 = ‘ai1ec-col-sm-9’ %}

{% else %}
{% set col1 = ‘ai1ec-col-sm-4 ai1ec-col-md-5’ %}
{% set col2 = ‘ai1ec-col-sm-8 ai1ec-col-md-7’ %}

{{ map | raw }}
{% endif %}
#}

{% if not hide_featured_image %}
{% if content_img_url is empty %}
{% set col1 = ‘ai1ec-col-sm-4 ai1ec-col-md-5’ %}
{% set col2 = ‘ai1ec-col-sm-8 ai1ec-col-md-7’ %}

{{ event | avatar( [
‘post_thumbnail’,
‘location_avatar’,
‘category_avatar’
], ‘timely’, false ) | raw }}
{% else %}
{% set col1 = ‘ai1ec-col-sm-3’ %}
{% set col2 = ‘ai1ec-col-sm-9’ %}

{% endif %}
{% else %}
{% set col1 = ‘ai1ec-col-sm-3’ %}
{% set col2 = ‘ai1ec-col-sm-9’ %}

{% endif %}
Line 187:
*all-in-one-event-calendar/public/themes-ai1ec/vortex/twig/event-single.twig
{% if map is empty %}

{# /.ai1ec-event-details #}
{% else %}

{# /.ai1ec-col-sm-7 #}

{# /.ai1ec-event-details.ai1ec-row #}
{% endif %}

{% if map is empty %}

{% else %}

{{ map | raw }}

{% endif %}

{#
{% if not hide_featured_image %}
{% if content_img_url is empty %}
{{ event | avatar( [
‘post_thumbnail’,
‘location_avatar’,
‘category_avatar’
], ‘timely alignleft’, false ) | raw }}
{% endif %}
{% endif %}
#}