<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Documentations - Documentation</title>
	<atom:link href="https://docs.myeventon.com/documentations/feed/" rel="self" type="application/rss+xml" />
	<link>https://docs.myeventon.com</link>
	<description>EventON Documentation</description>
	<lastBuildDate>Mon, 23 Mar 2026 22:22:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to Customizing the Upcoming Events List on Event Taxonomy Archive Pages</title>
		<link>https://docs.myeventon.com/documentations/how-to-customizing-the-upcoming-events-list-on-event-taxonomy-archive-pages/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-customizing-the-upcoming-events-list-on-event-taxonomy-archive-pages</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 19:42:33 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=30926</guid>

					<description><![CDATA[<p>EventON displays a list of upcoming events on taxonomy archive pages (e.g. event types, event location, event organizer etc.) using a shortcode. You can customize this list — number of events, layout, images, lightbox behavior, etc. — without modifying the plugin. How it works EventON provides the filter `evo_tax_archieve_page_shortcode` that lets you modify the shortcode [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/how-to-customizing-the-upcoming-events-list-on-event-taxonomy-archive-pages/">How to Customizing the Upcoming Events List on Event Taxonomy Archive Pages</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>EventON displays a list of upcoming events on taxonomy archive pages (e.g. event types, event location, event organizer etc.) using a shortcode. You can customize this list — number of events, layout, images, lightbox behavior, etc. — without modifying the plugin.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="717" height="685" src="https://docs.myeventon.com/wp-content/uploads/2026/02/Screenshot-2026-02-11-at-11.47.40-AM.png" alt="" class="wp-image-30932" srcset="https://docs.myeventon.com/wp-content/uploads/2026/02/Screenshot-2026-02-11-at-11.47.40-AM.png 717w, https://docs.myeventon.com/wp-content/uploads/2026/02/Screenshot-2026-02-11-at-11.47.40-AM-300x287.png 300w" sizes="(max-width: 717px) 100vw, 717px" /></figure>



<h2 class="wp-block-heading">How it works</h2>



<p>EventON provides the filter `<strong>evo_tax_archieve_page_shortcode</strong>` that lets you modify the shortcode arguments right before the upcoming events list is rendered.</p>



<h3 class="wp-block-heading">Filter signature: </h3>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff"><svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle><circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle><circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle></g></svg></span><span role="button" tabindex="0" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><pre class="code-block-pro-copy-button-pre" aria-hidden="true"><textarea class="code-block-pro-copy-button-textarea" tabindex="-1" aria-hidden="true" readonly>add_filter( 'evo_tax_archieve_page_shortcode', 'your_function_name', 10, 3 );
function your_function_name( $shortcode_args, $taxonomy_slug, $term_id ) { 
  // modify $shortcode_args here return $shortcode_args; 
}</textarea></pre><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #88C0D0">add_filter</span><span style="color: #ECEFF4">(</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evo_tax_archieve_page_shortcode</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">your_function_name</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">10</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">3</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">)</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #81A1C1">function</span><span style="color: #D8DEE9FF"> </span><span style="color: #88C0D0">your_function_name</span><span style="color: #ECEFF4">(</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">shortcode_args</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">taxonomy_slug</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">term_id</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">)</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">{</span><span style="color: #D8DEE9FF"> </span></span>
<span class="line"><span style="color: #ECEFF4">  </span><span style="color: #616E88">// modify $shortcode_args here return $shortcode_args; </span></span>
<span class="line"><span style="color: #ECEFF4">}</span></span></code></pre></div>



<ul class="wp-block-list">
<li>$<strong>shortcode_args</strong> — array of shortcode parameters (what you want to change) </li>



<li>$<strong>taxonomy_slug</strong> — current taxonomy (event_type, event_location, event_organizer, etc.) </li>



<li>$<strong>term_id</strong> — ID of the current term/archive being viewed</li>
</ul>



<h2 class="wp-block-heading">Where to place the code</h2>



<p>Paste your custom code in one of these locations (best practice order):</p>



<ol class="wp-block-list">
<li>Child theme’s functions.php</li>



<li>Custom functionality plugin</li>



<li>Code Snippets plugin (recommended for non-developers)</li>
</ol>



<h2 class="wp-block-heading">Example: Basic customization</h2>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff"><svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle><circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle><circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle></g></svg></span><span role="button" tabindex="0" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><pre class="code-block-pro-copy-button-pre" aria-hidden="true"><textarea class="code-block-pro-copy-button-textarea" tabindex="-1" aria-hidden="true" readonly>add_filter('evo_tax_archieve_page_shortcode', 'customize_eventon_tax_upcoming', 10, 3);

function customize_eventon_tax_upcoming($args, $taxonomy, $term_id) {

    // Apply changes to all taxonomy archive pages
    $args = array_merge($args, &#91;
        'number_of_months'   => 6,           // look ahead 6 months
        'event_count'        => 10,          // show max 10 events
        'show_et_ft_img'     => 'yes',       // display featured images
        'eventtop_style'     => '2',         // clean / minimal layout
        'hide_mult_occur'    => 'yes',       // hide duplicate repeating events
        'hide_empty_months'  => 'yes',
        'ux_val'             => '3',         // open events in lightbox
        'show_location'      => 'yes',
        'show_etime'         => 'yes',       // show end time
        'show_year'          => 'no',
    &#93;);

    return $args;
}</textarea></pre><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #88C0D0">add_filter</span><span style="color: #ECEFF4">(</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evo_tax_archieve_page_shortcode</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">customize_eventon_tax_upcoming</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">10</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">3</span><span style="color: #ECEFF4">)</span><span style="color: #81A1C1">;</span></span>
<span class="line"></span>
<span class="line"><span style="color: #81A1C1">function</span><span style="color: #D8DEE9FF"> </span><span style="color: #88C0D0">customize_eventon_tax_upcoming</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">taxonomy</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">term_id</span><span style="color: #ECEFF4">)</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">{</span></span>
<span class="line"></span>
<span class="line"><span style="color: #ECEFF4">    </span><span style="color: #616E88">// Apply changes to all taxonomy archive pages</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #88C0D0">array_merge</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#91;</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">number_of_months</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">   </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">6</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">           </span><span style="color: #616E88">// look ahead 6 months</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">event_count</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">        </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">10</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">          </span><span style="color: #616E88">// show max 10 events</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">show_et_ft_img</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">     </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">       </span><span style="color: #616E88">// display featured images</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">eventtop_style</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">     </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">2</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">         </span><span style="color: #616E88">// clean / minimal layout</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">hide_mult_occur</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">    </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">       </span><span style="color: #616E88">// hide duplicate repeating events</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">hide_empty_months</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">  </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">ux_val</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">             </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">3</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">         </span><span style="color: #616E88">// open events in lightbox</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">show_location</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">      </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">show_etime</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">         </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0">       </span><span style="color: #616E88">// show end time</span></span>
<span class="line"><span style="color: #88C0D0">        </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">show_year</span><span style="color: #ECEFF4">&#39;</span><span style="color: #88C0D0">          </span><span style="color: #81A1C1">=&gt;</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">no</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span></span>
<span class="line"><span style="color: #88C0D0">    </span><span style="color: #ECEFF4">&#93;)</span><span style="color: #81A1C1">;</span></span>
<span class="line"></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">return</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #ECEFF4">}</span></span></code></pre></div>



<h2 class="wp-block-heading">Conditional customization (recommended for most projects)</h2>



<p>Apply changes only to specific taxonomies or even specific terms.</p>



<h3 class="wp-block-heading">Example: Different style only for event locations</h3>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff"><svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle><circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle><circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle></g></svg></span><span role="button" tabindex="0" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><pre class="code-block-pro-copy-button-pre" aria-hidden="true"><textarea class="code-block-pro-copy-button-textarea" tabindex="-1" aria-hidden="true" readonly>add_filter('evo_tax_archieve_page_shortcode', 'custom_location_archive_events', 10, 3);

function custom_location_archive_events($args, $taxonomy_slug, $term_id) {
    if ($taxonomy_slug !== 'event_location') {
        return $args;
    }

    $args&#91;'eventtop_style'&#93;     = '0';          // boxed style
    $args&#91;'show_et_ft_img'&#93;     = 'yes';
    $args&#91;'number_of_months'&#93;   = 4;
    $args&#91;'event_count'&#93;        = 8;
    $args&#91;'show_location'&#93;      = 'no';         // redundant on location archive
    $args&#91;'ux_val'&#93;             = '3a';         // lightbox + external link when available

    return $args;
}</textarea></pre><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #88C0D0">add_filter</span><span style="color: #ECEFF4">(</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evo_tax_archieve_page_shortcode</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">custom_location_archive_events</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">10</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">3</span><span style="color: #ECEFF4">)</span><span style="color: #81A1C1">;</span></span>
<span class="line"></span>
<span class="line"><span style="color: #81A1C1">function</span><span style="color: #D8DEE9FF"> </span><span style="color: #88C0D0">custom_location_archive_events</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">taxonomy_slug</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">term_id</span><span style="color: #ECEFF4">)</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">{</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">if</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">taxonomy_slug</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">!==</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">event_location</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">)</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">{</span></span>
<span class="line"><span style="color: #D8DEE9FF">        </span><span style="color: #81A1C1">return</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #ECEFF4">}</span></span>
<span class="line"></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">&#91;</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">eventtop_style</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">&#93;</span><span style="color: #D8DEE9FF">     </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">0</span><span style="color: #ECEFF4">&#39;</span><span style="color: #81A1C1">;</span><span style="color: #D8DEE9FF">          </span><span style="color: #616E88">// boxed style</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">&#91;</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">show_et_ft_img</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">&#93;</span><span style="color: #D8DEE9FF">     </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&#39;</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">&#91;</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">number_of_months</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">&#93;</span><span style="color: #D8DEE9FF">   </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #B48EAD">4</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">&#91;</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">event_count</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">&#93;</span><span style="color: #D8DEE9FF">        </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #B48EAD">8</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">&#91;</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">show_location</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">&#93;</span><span style="color: #D8DEE9FF">      </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">no</span><span style="color: #ECEFF4">&#39;</span><span style="color: #81A1C1">;</span><span style="color: #D8DEE9FF">         </span><span style="color: #616E88">// redundant on location archive</span></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #ECEFF4">&#91;</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">ux_val</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">&#93;</span><span style="color: #D8DEE9FF">             </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">3a</span><span style="color: #ECEFF4">&#39;</span><span style="color: #81A1C1">;</span><span style="color: #D8DEE9FF">         </span><span style="color: #616E88">// lightbox + external link when available</span></span>
<span class="line"></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #81A1C1">return</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">args</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #ECEFF4">}</span></span></code></pre></div>



<h2 class="wp-block-heading">Most useful shortcode parameters for taxonomy archives</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>Parameter</td><td>Common Values</td><td>Purpose</td></tr><tr><td>number_of_months</td><td>3-12</td><td>Months to display ahead</td></tr><tr><td>event_count</td><td>5-20</td><td>Maximum total events to show</td></tr><tr><td>hide_mult_occur</td><td>yes / no</td><td>Hide duplicate occurrences of repeating events</td></tr><tr><td>show_et_ft_img</td><td>yes / no</td><td>Show featured image on event top</td></tr><tr><td>eventtop_style</td><td>1, 2</td><td>1 = Colorful EventTop, 2 = Colorful with gap between. etc.,</td></tr><tr><td>ux_val</td><td>X, 2, 3, 3a</td><td>Click behavior: 3 = lightbox, 3a = ajax lightbox</td></tr><tr><td>hide_empty_months</td><td>yes / no</td><td>Skip months with no events</td></tr><tr><td>show_year</td><td>yes / no</td><td>Show year in month headings</td></tr></tbody></table></figure>



<p class="docBtn dfx fxdrr fxaic"><a href="https://docs.myeventon.com/documentations/shortcode-guide/" title="General Shortcode Guide">Read Shortcode Guide for more Shortcode Parameters.</a></p>



<h2 class="wp-block-heading">Tips</h2>



<ul class="wp-block-list">
<li>Use <strong>event_count</strong> when you want a fixed number of events instead of time-based.</li>



<li>Combine <strong>hide_mult_occur</strong>=yes with event_count for cleaner lists.</li>



<li>Test lightbox behavior (<strong>ux_val</strong>) — 3 is usually the best balance.</li>



<li>If you want completely different content, consider overriding the template instead of just modifying the shortcode.</li>
</ul><p>The post <a href="https://docs.myeventon.com/documentations/how-to-customizing-the-upcoming-events-list-on-event-taxonomy-archive-pages/">How to Customizing the Upcoming Events List on Event Taxonomy Archive Pages</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Changelog for Tickets Waitlist</title>
		<link>https://docs.myeventon.com/documentations/changelog-for-tickets-waitlist/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changelog-for-tickets-waitlist</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Sat, 06 Dec 2025 22:05:13 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=30255</guid>

					<description><![CDATA[<p>v 1.0.3 (2026-3-23)FIXED: POT file for translations v 1.0.2 (2026-3-20)ADDED: WL marker on event list ticket column to indicate waitlist active easilyADDED: waitlist reservation expiration on all waitlist entry pageADDED: waitlist reservation expiration time in human readable formatFIXED: Expire reservations cron job to run soonerFIXED: waitlist hold time not reflecting in confirmation messageFIXED: Settings showing [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/changelog-for-tickets-waitlist/">Changelog for Tickets Waitlist</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>v 1.0.3 (2026-3-23)</strong><br>FIXED: POT file for translations</p>



<p><strong>v 1.0.2 (2026-3-20)</strong><br>ADDED: WL marker on event list ticket column to indicate waitlist active easily<br>ADDED: waitlist reservation expiration on all waitlist entry page<br>ADDED: waitlist reservation expiration time in human readable format<br>FIXED: Expire reservations cron job to run sooner<br>FIXED: waitlist hold time not reflecting in confirmation message<br>FIXED: Settings showing multiple tooltip icons<br>FIXED: current waitlist size loading cache count<br>FIXED: Admin incorrect full waitlist size<br>FIXED: offer expired space to others not working properly<br>UPDATED: minor design styles</p>



<p><strong>v 1.0.1 (2026-3-11)</strong><br>FIXED: remaining tickets stock returning as 1<br>FIXED: hold time not reflecting on email<br>FIXED: Hod time value not fetching correctly</p>



<p><strong>v 1.0.0 (2025-12-6)</strong><br>Initial release</p><p>The post <a href="https://docs.myeventon.com/documentations/changelog-for-tickets-waitlist/">Changelog for Tickets Waitlist</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tickets Waitlist: Setup &#038; Usage Guide</title>
		<link>https://docs.myeventon.com/documentations/tickets-waitlist-setup-usage-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tickets-waitlist-setup-usage-guide</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Thu, 06 Nov 2025 07:02:45 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=30109</guid>

					<description><![CDATA[<p>This documentation covers the setup, configuration, and usage of the EventON Tickets Waitlist addon. The addon enables waitlist functionality for sold-out event tickets, allowing customers to join a queue and receive automatic notifications when spaces become available (e.g., via refunds or admin stock adjustments). Ticket Waitlist currently support only Simple tickets. Prerequisites Installation See How [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/tickets-waitlist-setup-usage-guide/">Tickets Waitlist: Setup & Usage Guide</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>This documentation covers the setup, configuration, and usage of the <strong>EventON Tickets Waitlist addon</strong>. The addon enables <strong>waitlist functionality</strong> for sold-out event tickets, allowing customers to join a queue and receive automatic notifications when spaces become available (e.g., via refunds or admin stock adjustments). </p>



<p><strong><em>Ticket Waitlist currently support only Simple tickets.</em></strong></p>



<h2 class="wp-block-heading">Prerequisites</h2>



<ul class="wp-block-list">
<li><strong>EventON Plugin</strong> (version 4.9+)</li>



<li><strong>EventON Tickets Addon</strong> (for ticket integration)</li>



<li><strong>WooCommerce</strong> (for stock management)</li>



<li><strong>WordPress</strong> 6.4+</li>



<li><strong>PHP</strong> 8.2+</li>
</ul>



<h2 class="wp-block-heading">Installation</h2>



<ol class="wp-block-list">
<li><strong>Download</strong> the addon ZIP from <a href="http://www.myeventon.com/addons/tickets-waitlist" target="_blank" rel="noopener" title="">MyEventON</a>.</li>



<li><strong>Upload</strong> via WordPress Admin → <strong>Plugins</strong> → <strong>Add New</strong> → <strong>Upload Plugin</strong>.</li>



<li><strong>Activate</strong> the plugin.</li>



<li><strong>Verify</strong> – Go to <strong>Plugins</strong> → look for &#8220;EventON – Tickets Waitlist&#8221; (active).</li>
</ol>



<p>See <a href="https://docs.myeventon.com/documentations/install-addons/" title="">How to install addons</a> for more information.</p>



<h2 class="wp-block-heading">Initial Setup</h2>



<h3 class="wp-block-heading">1. Enable Waitlist in EventON Settings</h3>



<ul class="wp-block-list">
<li>Go to <strong>EventON</strong> → <strong>Settings</strong> → <strong>Tickets</strong> tab → <strong>Waitlist</strong> sub-tab.</li>



<li>Set <strong>&#8220;Waitlist ticket hold time (hours)&#8221;</strong> (default: 24) – time reserved tickets stay locked.</li>
</ul>



<h3 class="wp-block-heading">2. Configure Settings</h3>



<figure class="wp-block-image size-full"><img decoding="async" width="668" height="976" src="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-12-06-at-2.02.37-PM.png" alt="" class="wp-image-30417" srcset="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-12-06-at-2.02.37-PM.png 668w, https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-12-06-at-2.02.37-PM-205x300.png 205w" sizes="(max-width: 668px) 100vw, 668px" /></figure>



<ul class="wp-block-list">
<li><strong>Email Templates</strong> (optional):
<ul class="wp-block-list">
<li><strong>Confirmation Email</strong>: Customize from <strong>Custom Waitlist Confirmation Email Template</strong> (uses {{name}}, {{email}}, etc.).</li>



<li>(Advanced) <strong>Template Override</strong>: You can copy email templates into {your-theme}/eventon/evotxw/ folder and customize the HTML structure of the emails.</li>
</ul>
</li>



<li><strong>Preview Emails: </strong>Get a quick glance at how each email looks like with dummy content. </li>
</ul>



<h2 class="wp-block-heading">Per-Event Configuration</h2>



<h3 class="wp-block-heading">1. Create/Edit Event</h3>



<ul class="wp-block-list">
<li>Go to <strong>Events</strong> → <strong>Add New</strong> or edit existing.</li>



<li>In <strong>Event Tickets</strong> section:
<ul class="wp-block-list">
<li>Add a <strong>Simple Ticket</strong> (waitlist only supports simple products).</li>



<li>Set <strong>Stock Quantity</strong> (e.g., 10).</li>



<li>Save the ticket.</li>
</ul>
</li>
</ul>



<h3 class="wp-block-heading">2. Enable Waitlist</h3>



<ul class="wp-block-list">
<li>In the <strong>Waitlist</strong> section (below tickets):
<ul class="wp-block-list">
<li>Toggle <strong>&#8220;Enable Waitlist for this ticket&#8221;</strong> ON.</li>



<li>Set <strong>&#8220;Waitlist Size&#8221;</strong> (X for unlimited).</li>
</ul>
</li>



<li><strong>Save Event</strong>.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="566" height="510" src="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.44.03-PM.png" alt="" class="wp-image-30112" srcset="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.44.03-PM.png 566w, https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.44.03-PM-300x270.png 300w" sizes="(max-width: 566px) 100vw, 566px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note:</strong> Waitlist is <strong>only available for simple, non-repeating events</strong>. Repeating events show a note: &#8220;Waitlist does not support repeating events.&#8221;</p>
</blockquote>



<h2 class="wp-block-heading">Frontend Usage (Customer Side)</h2>



<h3 class="wp-block-heading">1. Sold-Out Event</h3>



<ul class="wp-block-list">
<li>Customers see <strong>&#8220;Sold Out&#8221;</strong> on the event card.</li>



<li>Below: <strong>&#8220;Join the Waitlist&#8221;</strong> button (if enabled).</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="546" height="487" src="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.45.37-PM.png" alt="" class="wp-image-30113" srcset="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.45.37-PM.png 546w, https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.45.37-PM-300x268.png 300w" sizes="auto, (max-width: 546px) 100vw, 546px" /></figure>



<h3 class="wp-block-heading">2. Join Waitlist</h3>



<ul class="wp-block-list">
<li>Click button → <strong>Lightbox form</strong> opens:
<ul class="wp-block-list">
<li>First/Last Name (required)</li>



<li>Email (required)</li>



<li>Phone (optional)</li>



<li>Party Size (default: 1)</li>
</ul>
</li>



<li>Submit → <strong>Confirmation message</strong> + position (e.g., &#8220;#3&#8221;).</li>



<li>Email sent automatically (customizable template).</li>
</ul>



<h3 class="wp-block-heading">3. Receive Offer</h3>



<ul class="wp-block-list">
<li>When space opens (refund/admin stock increase):
<ul class="wp-block-list">
<li><strong>First-come-first-served</strong>: First matching party size gets reserved.</li>



<li><strong>24-hour hold</strong> (configurable).</li>



<li>Email with <strong>&#8220;Tickets Available!&#8221;</strong> + purchase link.</li>
</ul>
</li>
</ul>



<h3 class="wp-block-heading">4. Purchase Reserved Ticket</h3>



<ul class="wp-block-list">
<li>Guests who received <strong>Space reserved</strong> email will be able to click special buy ticket link from the email. </li>



<li>This link will unlock the reserved ticket for the guest, and they will be able to checkout. </li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note:</strong> Once the reserved time is expired, the link will no longer allow guests to purchase tickets, and the tickets will be offered to another guest on waitlist or open to public.</p>
</blockquote>



<h2 class="wp-block-heading">Admin Usage</h2>



<h3 class="wp-block-heading">1. View Waitlist Entries</h3>



<ul class="wp-block-list">
<li>Go to <strong>Events</strong> → <strong>Ticket Waitlist Entried</strong> (submenu).</li>
</ul>



<h3 class="wp-block-heading">2. Edit Entry</h3>



<ul class="wp-block-list">
<li>Click entry → <strong>Meta Box</strong>: Guest info + status dropdown.</li>



<li><strong>Reserved Status</strong>:
<ul class="wp-block-list">
<li><strong>Reserved At/Expiries</strong>: Timestamps.</li>



<li><strong>Purchase Link</strong>: Opens event/ticket.</li>



<li><strong>Buttons</strong>: Preview Email, Resend, Resend to New Email.</li>
</ul>
</li>



<li><strong>Manage Reservation Emails</strong>
<ul class="wp-block-list">
<li><strong>Preview</strong>: See email in lightbox.</li>



<li><strong>Resend</strong>: Re-sends offer to original email.</li>



<li><strong>Resend to New</strong>: Updates email + sends.</li>
</ul>
</li>
</ul>



<h3 class="wp-block-heading">4. Waitlist Stats (Event Edit)</h3>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="399" height="274" src="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.56.59-PM.png" alt="" class="wp-image-30115" srcset="https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.56.59-PM.png 399w, https://docs.myeventon.com/wp-content/uploads/2025/11/Screenshot-2025-11-05-at-10.56.59-PM-300x206.png 300w" sizes="auto, (max-width: 399px) 100vw, 399px" /></figure>



<ul class="wp-block-list">
<li>In <strong>Waitlist Settings</strong> (event edit) click <strong>View Waitlist</strong> this will open a sidepanel with waitlist guests information.
<ul class="wp-block-list">
<li><strong>Waitlist Entries</strong>: You can find guest name, edit waitlist entry post, party size and other guest information.</li>



<li><strong>Email Waitlist</strong>: (Email Icon) will allow you to email the entire waitlist. </li>



<li><strong>CSV Download: </strong> (file download icon) will let you download the waitlist guest data as CSV file.</li>
</ul>
</li>
</ul>



<h3 class="wp-block-heading">5. Logs</h3>



<ul class="wp-block-list">
<li>In <strong>Waitlist Settings</strong> (Event Edit) → (File Icon) <strong>View Log</strong>: Shows timeline of offers, expirations, resends.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th class="has-text-align-left" data-align="left">Issue</th><th class="has-text-align-left" data-align="left">Solution</th></tr></thead><tbody><tr><td class="has-text-align-left" data-align="left"><strong>Waitlist not showing</strong></td><td class="has-text-align-left" data-align="left">Enable in event → Waitlist → &#8220;Enable Waitlist for this ticket&#8221; ON.</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>No offers sent</strong></td><td class="has-text-align-left" data-align="left">Check cron (wp cron test) + settings → &#8220;Waitlist ticket hold time&#8221;.</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Stock not unlocking</strong></td><td class="has-text-align-left" data-align="left">Validate token/email in query params.</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Email not arriving</strong></td><td class="has-text-align-left" data-align="left">Check spam; test with wp_mail() debug.</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Cron not running</strong></td><td class="has-text-align-left" data-align="left">Use WP Crontrol plugin to test evotxw_cleanup_reservations.</td></tr></tbody></table></figure>



<p></p><p>The post <a href="https://docs.myeventon.com/documentations/tickets-waitlist-setup-usage-guide/">Tickets Waitlist: Setup & Usage Guide</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Get Started</title>
		<link>https://docs.myeventon.com/documentations/how-to-get-started-repeat-customizer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-started-repeat-customizer</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Thu, 30 Oct 2025 22:27:34 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=30019</guid>

					<description><![CDATA[<p>Customize each repeat instance of a recurring event — title, image, location, and more. Step-by-Step Setup Create a New Event Go to Events → Add New in WordPress admin. Enable Repeating In Event Details → Time &#38; Date: Save &#38; Refresh Click Publish/Update → Refresh the page Open Repeat Customizer Still in Time &#38; Date [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/how-to-get-started-repeat-customizer/">How to Get Started</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Customize each repeat instance of a recurring event — title, image, location, and more.</p>



<h2 class="wp-block-heading">Step-by-Step Setup</h2>



<p><strong>Create a New Event</strong> Go to <strong>Events → Add New</strong> in WordPress admin. </p>



<p><strong>Enable Repeating</strong> In <strong>Event Details → Time &amp; Date</strong>:</p>



<ul class="wp-block-list">
<li>Set your event time</li>



<li>Check <strong>&#8220;Repeat this event&#8221;</strong></li>



<li>Configure repeat settings (daily, weekly, etc.) <a href="https://docs.myeventon.com/documentations/setting-up-repeating-events/" title="">See: How to Set Up Repeating Events</a></li>
</ul>



<p><strong>Save &amp; Refresh</strong> Click <strong>Publish/Update</strong> → <strong>Refresh the page</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="498" height="106" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.26.23-PM.png" alt="" class="wp-image-30021" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.26.23-PM.png 498w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.26.23-PM-300x64.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></figure>



<p><strong>Open Repeat Customizer</strong> Still in <strong>Time &amp; Date</strong> section → Find <strong>&#8220;Repeat Customizer&#8221;</strong> → Click <strong>&#8220;Configure&#8221;</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="923" height="614" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.13.59-PM.png" alt="" class="wp-image-30022" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.13.59-PM.png 923w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.13.59-PM-300x200.png 300w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-30-at-3.13.59-PM-768x511.png 768w" sizes="auto, (max-width: 923px) 100vw, 923px" /></figure>



<p><strong>Customize Each Repeat</strong> A lightbox opens:</p>



<ul class="wp-block-list">
<li><strong>Left</strong>: List of repeat instances</li>



<li>Click any instance →</li>



<li><strong>Right</strong>: Form with editable fields (title, image, location, status, custom meta, etc.)</li>



<li>Update as needed (rich text supported for custom fields)</li>
</ul>



<p><strong>Save Changes</strong> Click <strong>&#8220;Save Changes&#8221;</strong> in the lightbox </p>



<p><strong>Final Save</strong> Close lightbox → Click <strong>Update</strong> on the event post</p><p>The post <a href="https://docs.myeventon.com/documentations/how-to-get-started-repeat-customizer/">How to Get Started</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Guide to Reverting to an Older Version of EventON</title>
		<link>https://docs.myeventon.com/documentations/guide-to-reverting-to-an-older-version-of-eventon/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=guide-to-reverting-to-an-older-version-of-eventon</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Tue, 21 Oct 2025 23:44:39 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=29782</guid>

					<description><![CDATA[<p>If you&#8217;re experiencing issues with the latest version of EventON (e.g., compatibility problems with your theme or other plugins), reverting to an older version can be a temporary solution while troubleshooting. We always recommend using the most recent version for security, performance, and new features, but this guide provides safe steps to downgrade. Reverting involves [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/guide-to-reverting-to-an-older-version-of-eventon/">Guide to Reverting to an Older Version of EventON</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re experiencing issues with the latest version of EventON (e.g., compatibility problems with your theme or other plugins), reverting to an older version can be a temporary solution while troubleshooting. We always recommend using the most recent version for security, performance, and new features, but this guide provides safe steps to downgrade. Reverting involves restoring from a backup or requesting an older version from support.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Important Warning</strong>: Downgrading can lead to data loss if not done carefully—always back up your site first. Older versions may lack bug fixes or compatibility with current WordPress. Contact support before downgrading to confirm if it&#8217;s necessary.</p>
</blockquote>



<p><strong>Prerequisites</strong>:</p>



<ul class="wp-block-list">
<li>Full site backup (database and files) using tools like UpdraftPlus, BackWPup, or your host&#8217;s backup system.</li>



<li>WordPress admin access and FTP credentials (if manual method).</li>



<li>EventON license key for reactivation.</li>



<li>Knowledge of your current EventON version (check via <strong>Plugins > Installed Plugins</strong>).</li>
</ul>



<p>For general setup help, see our <a href="https://docs.myeventon.com/quick-starter-guide" title="">Quick Starter Guide</a>. If you&#8217;re new to EventON, start with the <a href="https://docs.myeventon.com/documentations/getting-started-with-eventon-installation/" title="">Installation Guide</a>.</p>



<h2 class="wp-block-heading">Method 1: Restore from a Backup (Recommended if Available)</h2>



<p>If you backed up your site before updating EventON, this is the fastest and safest way to revert.</p>



<ol class="wp-block-list">
<li><strong>Access Your Backup</strong>:
<ul class="wp-block-list">
<li>Log in to your backup plugin (e.g., UpdraftPlus) or host&#8217;s control panel.</li>



<li>Select a backup from before the EventON update (check dates and notes).</li>
</ul>
</li>



<li><strong>Restore the Site</strong>:
<ul class="wp-block-list">
<li>Choose to restore <strong>plugins</strong> and <strong>database</strong> (EventON data is stored here).</li>



<li>Follow the restore instructions from your webhost—exclude unrelated files if possible to speed up.</li>



<li>Confirm the restore; your site may go into maintenance mode briefly.</li>
</ul>
</li>



<li><strong>Verify the Revert</strong>:
<ul class="wp-block-list">
<li>Go to <strong>Plugins > Installed Plugins</strong> and check the EventON version.</li>



<li>Test your calendars and events to ensure everything works.</li>
</ul>
</li>
</ol>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Tip</strong>: Always create a new backup before restoring. If using a host like SiteGround, use their built-in staging tools to test the revert without affecting your live site.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note</strong>: This method reverts your entire site, not just EventON. If you only need to downgrade the plugin, use Method 2.</p>
</blockquote>



<h2 class="wp-block-heading">Method 2: Manually Downgrade EventON (Request Older Version from Support)</h2>



<p>If you don&#8217;t have a pre-update backup, request an older version from our support team and install it manually.</p>



<ol class="wp-block-list">
<li><strong>Request the Older Version</strong>:
<ul class="wp-block-list">
<li>Email support at <a href="mailto:support@myeventon.com" target="_blank" rel="noreferrer noopener">support@myeventon.com</a> or <a href="https://myeventon.com/support/" target="_blank" rel="noreferrer noopener">submit a ticket</a> with:
<ul class="wp-block-list">
<li>Your license key.</li>



<li>The specific version you want (e.g., &#8220;EventON 4.5.2&#8221;).</li>



<li>A brief reason for the request (helps us assist better).</li>
</ul>
</li>



<li>We&#8217;ll send you a link to download ZIP file (e.g., eventon-4.5.2.zip) via email or in the ticket, usually within 24-48 hours.</li>
</ul>
</li>



<li><strong>Disable &#8220;Delete eventon settings &amp; data when EventON is uninstalled&#8221;</strong>
<ul class="wp-block-list">
<li>In <strong>EventON Settings > General</strong> make sure this option is <strong>Off</strong> &#8212; otherwise all your eventON data will be deleted when eventON is deactivated.</li>
</ul>
</li>



<li><strong>Deactivate and Remove Current Version</strong>:
<ul class="wp-block-list">
<li>In WordPress, go to <strong>Plugins > Installed Plugins</strong>.</li>



<li>Deactivate EventON (this preserves your data).</li>



<li>Click <strong>Delete</strong>—confirm, but note: This removes files, not database data (events, settings).</li>
</ul>
</li>



<li><strong>Upload and Install the Older Version</strong>:
<ul class="wp-block-list">
<li>Use the automatic method (preferred):
<ul class="wp-block-list">
<li>Go to <strong>Plugins > Add New > Upload Plugin</strong>.</li>



<li>Select the older ZIP file and click <strong>Install Now</strong>.</li>
</ul>
</li>



<li>Or manual (via FTP):
<ul class="wp-block-list">
<li>Unzip the file to get the eventon folder.</li>



<li>Upload to wp-content/plugins/ via FTP (overwrite if needed).</li>
</ul>
</li>



<li>Activate the plugin.</li>
</ul>
</li>



<li><strong>Reactivate Your License</strong>:
<ul class="wp-block-list">
<li>Go to <strong>EventON > License</strong>, enter your key &amp; email, and activate.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="577" height="107" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-21-at-4.36.43-PM.png" alt="" class="wp-image-29784" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-21-at-4.36.43-PM.png 577w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-21-at-4.36.43-PM-300x56.png 300w" sizes="auto, (max-width: 577px) 100vw, 577px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="644" height="118" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-21-at-4.40.02-PM.png" alt="" class="wp-image-29785" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-21-at-4.40.02-PM.png 644w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-21-at-4.40.02-PM-300x55.png 300w" sizes="auto, (max-width: 644px) 100vw, 644px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Warning</strong>: Downgrading without a backup risks data incompatibility (e.g., new features in database). Test on a staging site first. If events disappear, restore from backup.</p>
</blockquote>



<h2 class="wp-block-heading">Step 3: Verify and Test the Reverted Version</h2>



<ol class="wp-block-list">
<li>Check the version in <strong>Plugins > Installed Plugins</strong>.</li>



<li>Visit <strong>EventON > Settings</strong> to confirm options load.</li>



<li>Test frontend: View a calendar page (e.g., via [add_eventon]) and check events display correctly.</li>



<li>Clear cache (browser and plugins like WP Rocket) to see changes.</li>
</ol>



<p>If issues persist, it may not be version-related—see <a href="https://docs.myeventon.com/documentations/all-the-events-are-not-showing-in-calendar/" title="">All Events Not Showing</a>.</p>



<h2 class="wp-block-heading">Troubleshooting</h2>



<ul class="wp-block-list">
<li><strong>Activation Fails?</strong> Ensure your license is valid for the version—contact support.</li>



<li><strong>Data Loss?</strong> Restore from backup immediately. Older versions may not support new data structures.</li>



<li><strong>Conflicts?</strong> Deactivate other plugins one by one to isolate issues.</li>



<li><strong>No Email Response?</strong> Check spam folder or use the ticket system for faster tracking.</li>
</ul>



<h2 class="wp-block-heading">Next Steps</h2>



<p>Once stable:</p>



<ul class="wp-block-list">
<li><strong>Update Safely</strong>: When ready, update to the latest via <strong>Plugins > Installed Plugins</strong>. See <a href="https://docs.myeventon.com/documentations/getting-started/" title="">Installation Guide</a> for tips.</li>



<li><strong>Create Events</strong>: Add new ones with <a href="https://docs.myeventon.com/documentations/getting-started-with-eventon-adding-events/" title="">How to Add and Publish Events</a>.</li>



<li><strong>Customize Calendars</strong>: Explore views in <a href="https://docs.myeventon.com/documentations/eventon-calendar-display-types/" title="">Calendar Display Types</a>.</li>



<li><strong>Add Features</strong>: Use the <a href="https://docs.myeventon.com/documentations/shortcode-generator/" title="">Shortcode Generator</a> or add locations with <a href="https://docs.myeventon.com/documentations/getting-started-how-to-add-locations/" title="">How to Add Locations to Events</a>.</li>
</ul>



<p>We recommend staying updated—older versions miss security patches. For personalized help, <a href="https://myeventon.com/support/" target="_blank" rel="noreferrer noopener">submit a support ticket</a> or browse our <a href="https://docs.myeventon.com/documentation/user-guide/" target="_blank" rel="noreferrer noopener">Documentations</a>.</p>



<p></p><p>The post <a href="https://docs.myeventon.com/documentations/guide-to-reverting-to-an-older-version-of-eventon/">Guide to Reverting to an Older Version of EventON</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adding Locations to Events</title>
		<link>https://docs.myeventon.com/documentations/adding-locations-to-events/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-locations-to-events</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Mon, 20 Oct 2025 23:07:57 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=29749</guid>

					<description><![CDATA[<p>Adding locations to your events in EventON enhances user experience by displaying addresses, maps, and directions on your calendars. This guide covers everything from setting up your Google Maps API key to adding locations in events, generating maps, and verifying them on the frontend. Locations are reusable, with automatic latitude/longitude (lat/lng) population for accurate mapping. [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/adding-locations-to-events/">Adding Locations to Events</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Adding locations to your events in EventON enhances user experience by displaying addresses, maps, and directions on your calendars. This guide covers everything from setting up your Google Maps API key to adding locations in events, generating maps, and verifying them on the frontend. Locations are reusable, with automatic latitude/longitude (lat/lng) population for accurate mapping.</p>



<p><strong>Key Benefits</strong>:</p>



<ul class="wp-block-list">
<li>Display interactive Google Maps in event cards.</li>



<li>Reuse saved locations across events for consistency.</li>



<li>Customize defaults for easier workflow.</li>
</ul>



<p><strong>Prerequisites</strong>:</p>



<ul class="wp-block-list">
<li>EventON version 5.0+ installed and activated (see <a href="https://docs.myeventon.com/documentations/getting-started/" title="">Installation Guide</a>).</li>



<li>At least one event created (see <a href="https://docs.myeventon.com/documentations/adding-calendar-to-site/" title="">How to Add and Publish Events</a>).</li>



<li>Admin access to WordPress and a Google Cloud account for API key.</li>
</ul>



<p>For a full setup overview, check our <a href="https://docs.myeventon.com/quick-starter-guide" title="">Quick Starter Guide</a>.</p>



<h2 class="wp-block-heading">Step 1: Setting Up Your Google Maps API Key</h2>



<p>EventON uses Google Maps for location mapping, so an API key is required for maps to display correctly. Without it, maps may appear grayed out or not load.</p>



<ol class="wp-block-list">
<li><strong>Get Your API Key</strong>:
<ul class="wp-block-list">
<li>Go to the <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_blank" rel="noreferrer noopener">Google Maps Platform</a>.</li>



<li>Create a Google Cloud project if you don&#8217;t have one.</li>



<li>Enable the Maps JavaScript API in your project.</li>



<li>Generate an API key from the Credentials page (restrict it to your domain for security).</li>



<li>Note: You may need to set up billing, but Google offers a free tier for low usage.</li>
</ul>
</li>



<li><strong>Enter the API Key in EventON</strong>:
<ul class="wp-block-list">
<li>In your WordPress dashboard, go to <strong>EventON &gt; Settings &gt; Google Maps API</strong>.</li>



<li>Paste your API key into the <strong>Google Maps API Key (Required)</strong> field.</li>



<li>Optional: Toggle <strong>Disable Google Maps API</strong> if you don&#8217;t want maps loading (but enable for locations).</li>



<li>Click <strong>Save Changes</strong>.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="786" height="846" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.52.45-PM.png" alt="" class="wp-image-29750" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.52.45-PM.png 786w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.52.45-PM-279x300.png 279w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.52.45-PM-768x827.png 768w" sizes="auto, (max-width: 786px) 100vw, 786px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Tip:</strong> If maps don&#8217;t load after saving, check for errors in your browser console or verify the key in <a href="https://docs.myeventon.com/documentations/why-is-location-google-map-grayed-out-or-not-displayed-on-event-card/" title="">Why is Location Google Map Grayed Out?</a>. You can also customize map styles (e.g., Roadmap, Satellite) here.</p>
</blockquote>



<h2 class="wp-block-heading">Step 2: Adding a Location to an Event</h2>



<p>Locations are added in the event editor and can be new or reused from saved ones.</p>



<ol class="wp-block-list">
<li><strong>Open the Event Editor</strong>:
<ul class="wp-block-list">
<li>Go to <strong>Events &gt; All Events</strong> and click <strong>Edit</strong> on an existing event (or <strong>Add New</strong>).</li>
</ul>
</li>



<li><strong>Navigate to Location Section</strong>:
<ul class="wp-block-list">
<li>In the <strong>Main Event Details</strong> metabox (usually in the sidebar or below the editor), scroll to the <strong>Location</strong> tab.</li>
</ul>
</li>



<li><strong>Add or Select a Location</strong>:
<ul class="wp-block-list">
<li><strong>New Location</strong>: Click <strong>Add New</strong>.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="786" height="514" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.54.45-PM.png" alt="" class="wp-image-29751" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.54.45-PM.png 786w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.54.45-PM-300x196.png 300w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.54.45-PM-768x502.png 768w" sizes="auto, (max-width: 786px) 100vw, 786px" /></figure>



<h3 class="wp-block-heading">Location Options Explained.</h3>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Option</strong></td><td><strong>Description</strong></td></tr><tr><td>Visible Only to Users</td><td>Make event location only visible only to registered users of your website.</td></tr><tr><td>Hide Location Name</td><td>Hide location name from eventCard location box.</td></tr><tr><td>Generate Google Map</td><td>Generates a google map from the location address in eventCard. Must be added in <a href="https://docs.myeventon.com/documentations/how-to-use-the-eventcard-designer/" title="">EventCard Designer</a>.</td></tr><tr><td>Location Info over Location Image</td><td>If you add a location image for the location, this will show location name and description over the location image. &#8212; <strong>Location Image</strong> must be added to EventCard via <a href="https://docs.myeventon.com/documentations/how-to-use-the-eventcard-designer/" title="How to Use the EventCard Designer">EventCard Designer.</a></td></tr></tbody></table></figure>



<h3 class="wp-block-heading">Adding a New Location</h3>



<ul class="wp-block-list">
<li>Enter the <strong>Location Name</strong> (e.g., &#8220;Conference Center&#8221;) and <strong>Address</strong> (full street address for accurate mapping).</li>



<li>Add optional details: <strong>Latitude/Longitude</strong> (leave blank for auto-population), <strong>Location Image</strong> (upload via + button), <strong>Link for Location</strong> (e.g., venue website), <strong>Related Locations</strong>, and <strong>Location Type</strong> (e.g., venue, online).</li>



<li>Click <strong>Save</strong>—if the Google Maps API is set, lat/lng will auto-populate using the address.</li>



<li><strong>Existing Location</strong>: Search and select from saved locations. Edit if needed (changes apply globally).</li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="675" height="1024" src="https://docs.myeventon.com/wp-content/uploads/2013/08/Screenshot-2025-10-17-at-12.49.59-PM-675x1024.png" alt="" class="wp-image-29662" srcset="https://docs.myeventon.com/wp-content/uploads/2013/08/Screenshot-2025-10-17-at-12.49.59-PM-675x1024.png 675w, https://docs.myeventon.com/wp-content/uploads/2013/08/Screenshot-2025-10-17-at-12.49.59-PM-198x300.png 198w, https://docs.myeventon.com/wp-content/uploads/2013/08/Screenshot-2025-10-17-at-12.49.59-PM.png 719w" sizes="auto, (max-width: 675px) 100vw, 675px" /></figure>



<h3 class="wp-block-heading">Adding new Location Options Explained.</h3>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Option</strong></td><td><strong>Description</strong></td></tr><tr><td>Latitude/ Longitude</td><td>Leave empty when creating a new location. It will be automatically populated once the location is saved. When editing a location, you will see a new button to populate location (Next to save changes).</td></tr><tr><td>Location Image</td><td>Set location images by clicking on the <strong>+</strong> box, which will open WP Media Library.</td></tr><tr><td>Link for Location</td><td>Add http:// url for the location you would like to be opened from location information sections.</td></tr><tr><td>Related Locations</td><td>If you have added other locations, you can select those in here that are related to this location. This will show on location archive page and location lightbox.</td></tr><tr><td>Location Type</td><td>Select whether this is <strong>Physical Location </strong>or <strong> Virtual Location</strong>. This will be populated in event&#8217;s SEO Schema data.</td></tr></tbody></table></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note:</strong> When editing a saved location, a <strong>Generate Location Coordinates</strong> button appears next to <strong>Save Changes</strong> to refresh lat/lng if the address changes.</p>
</blockquote>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="624" height="373" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.57.09-PM.png" alt="" class="wp-image-29752" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.57.09-PM.png 624w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.57.09-PM-300x179.png 300w" sizes="auto, (max-width: 624px) 100vw, 624px" /></figure>



<h2 class="wp-block-heading">Step 3: Enabling Google Maps for the Event</h2>



<p>To display a map in the event card:</p>



<ol class="wp-block-list">
<li>In the <strong>Location</strong> section, check the <strong>Generate Google Map</strong> option (under Location Options).</li>



<li>Optional: Enable <strong>Location Image</strong>, <strong>Hide Location Name</strong>, or <strong>Location Info over Location Image</strong> for custom display.</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="777" height="520" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.58.19-PM.png" alt="" class="wp-image-29753" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.58.19-PM.png 777w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.58.19-PM-300x201.png 300w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-3.58.19-PM-768x514.png 768w" sizes="auto, (max-width: 777px) 100vw, 777px" /></figure>



<h2 class="wp-block-heading">Step 4: Setting Default Options in EventON Settings</h2>



<p>To make &#8220;Generate Google Map&#8221; checked by default for all new events:</p>



<ol class="wp-block-list">
<li>Go to <strong>EventON &gt; Settings &gt; Location</strong>.</li>



<li>Look for the <strong>Enable generate google maps from address for all newly created events, by default</strong>.</li>



<li>Enable the option to auto-check <strong>Generate Google Map</strong> for locations.</li>



<li>Save changes.</li>
</ol>



<p>This saves time when creating multiple events.</p>



<h2 class="wp-block-heading">Step 5: Ensuring Location Displays in Event Cards</h2>



<p>Locations won&#8217;t show until added to the event card layout:</p>



<ol class="wp-block-list">
<li>Go to <strong>EventON &gt; Settings &gt; EventCard &gt; EventCard Designer</strong>.</li>



<li>Drag the <strong>Location</strong> fields (Location, Location Image, Google Maps, Get Directions) into your layout (e.g., below description).</li>



<li>Save changes.</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="702" height="818" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-4.02.33-PM.png" alt="" class="wp-image-29755" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-4.02.33-PM.png 702w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-4.02.33-PM-257x300.png 257w" sizes="auto, (max-width: 702px) 100vw, 702px" /></figure>



<p>For more on customization, see <a href="https://docs.myeventon.com/documentations/how-to-make-sure-eventcard-data-is-visible/" title="">How to Make Sure EventCard Data is Visible</a>.</p>



<h2 class="wp-block-heading">Step 6: Verifying Locations on the Calendar</h2>



<ol class="wp-block-list">
<li>Publish or update your event.</li>



<li>Add or view a calendar on a page using a shortcode like [add_eventon] (see <a href="https://docs.myeventon.com/documentations/adding-calendar-to-site/" title="">Adding Calendar to Your Site</a>).</li>



<li>On the frontend, click an event to expand the card—check for the address, map (if enabled), and image.</li>



<li>Test interactions: Click the map for zoom/directions (requires API key).</li>



<li>On mobile, ensure responsiveness.</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="576" height="933" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-4.05.21-PM.png" alt="" class="wp-image-29756" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-4.05.21-PM.png 576w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-20-at-4.05.21-PM-185x300.png 185w" sizes="auto, (max-width: 576px) 100vw, 576px" /></figure>



<p>If the map is grayed out or missing, revisit your API key or check browser console for errors (see <a href="https://docs.myeventon.com/documentations/why-is-location-google-map-grayed-out-or-not-displayed-on-event-card/" title="">Why is Location Google Map Grayed Out?</a>).</p>



<h2 class="wp-block-heading">Troubleshooting</h2>



<ul class="wp-block-list">
<li><strong>No Lat/Lng?</strong> Ensure API key is set and address is valid—use <strong><strong>Generate Location Coordinates</strong></strong> button.</li>



<li><strong>Map Not Showing?</strong> Confirm <strong>Generate Google Map</strong> is checked and location field is in EventCard Designer. Clear cache.</li>



<li><strong>API Errors?</strong> Check Google Cloud Console for quota issues or restrictions.</li>



<li><strong>Conflicts?</strong> Disable other map plugins or test with a default theme.</li>
</ul>



<h2 class="wp-block-heading">Next Steps</h2>



<ul class="wp-block-list">
<li><strong>Explore Calendar Types</strong>: Display locations in lists or maps with <a href="https://docs.myeventon.com/documentations/level-up-your-calendar-exploring-eventon-display-types/" title="">Calendar Display Types</a>.</li>



<li><strong>Add Organizers</strong>: Similar process for organizers in <a href="https://docs.myeventon.com/documentations/getting-started-with-eventon-adding-events/" title="">How to Add and Publish Events</a>.</li>



<li><strong>Enhance with Addons</strong>: For full event maps, try <a href="https://docs.myeventon.com/documentations/how-to-install-and-use-the-events-map-addon/" target="_blank" rel="noopener" title="">Events Map Addon</a>.</li>



<li><strong>Customize Shortcodes</strong>: Use the <a href="https://docs.myeventon.com/documentations/shortcode-generator/" title="">Shortcode Generator</a> for location-focused calendars.</li>
</ul>



<p>Need more help? Browse our <a href="https://docs.myeventon.com/" title="">Documentation Hub</a> or <a href="https://myeventon.com/support/" target="_blank" rel="noreferrer noopener">submit a support ticket</a>. Happy mapping!<br></p>



<p></p><p>The post <a href="https://docs.myeventon.com/documentations/adding-locations-to-events/">Adding Locations to Events</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Calendar Display Types</title>
		<link>https://docs.myeventon.com/documentations/eventon-calendar-display-types/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eventon-calendar-display-types</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Sat, 18 Oct 2025 04:56:27 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=29720</guid>

					<description><![CDATA[<p>Now that you&#8217;ve added a basic calendar to your site using the default [add_eventon] shortcode (as covered in our Adding Calendar to Your Site Guide), you can take it to the next level by exploring EventON&#8217;s core calendar variations. These types allow you to customize displays for different needs—like lists for upcoming events, single event [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/eventon-calendar-display-types/">Calendar Display Types</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Now that you&#8217;ve added a basic calendar to your site using the default [add_eventon] shortcode (as covered in our <a href="https://docs.myeventon.com/documentations/adding-calendar-to-site/" target="_blank" rel="noreferrer noopener">Adding Calendar to Your Site Guide</a>), you can take it to the next level by exploring EventON&#8217;s core calendar variations. These types allow you to customize displays for different needs—like lists for upcoming events, single event embeds, or live &#8220;now&#8221; views—without needing addons. All are built on shortcodes, which you can generate visually via the <a href="https://docs.myeventon.com/documentations/shortcode-generator/" target="_blank" rel="noreferrer noopener">Shortcode Generator</a> or add manually.</p>



<p>This guide focuses on core types available in EventON (no addons required). We&#8217;ll explain each, provide key shortcodes/parameters, and show how to modify your basic setup. Start by editing your existing shortcode or generating a new one in the WordPress editor.</p>



<p><strong>Prerequisites</strong>:</p>



<ul class="wp-block-list">
<li>EventON installed and events created (see <a href="https://docs.myeventon.com/quick-starter-guide" target="_blank" rel="noreferrer noopener">Quick Starter Guide</a> or <a href="https://docs.myeventon.com/documentations/getting-started-with-eventon-adding-events/" target="_blank" rel="noopener" title="">How to Add and Publish Events</a>).</li>



<li>Familiarity with shortcodes (review our <a href="https://docs.myeventon.com/documentations/shortcode-guide/" target="_blank" rel="noreferrer noopener">General Shortcode Guide</a> for all parameters).</li>
</ul>



<p>For advanced customizations, like adding filters, check <a href="https://docs.myeventon.com/documentations/how-to-set-up-and-use-the-filter-bar-on-calendars/" target="_blank" rel="noreferrer noopener">How to Set Up and Use the Filter Bar</a>.</p>



<h2 class="wp-block-heading">Main Monthly Calendar (Default with Event Tops)</h2>



<p>The core monthly view shows one month of events as compact &#8220;event tops&#8221; (rows) that expand into event cards on click. This is your basic calendar upgraded with more options for filtering, layout, and interaction.</p>



<h3 class="wp-block-heading">How to Modify from Basic:</h3>



<ul class="wp-block-list">
<li>Edit your existing [add_eventon] shortcode. </li>



<li>Add parameters for customization (e.g., limit events or add tiles). </li>



<li>Use the Shortcode Generator: Select &#8220;Main Calendar&#8221; as the type, then tweak options like navigation or images.</li>
</ul>



<p><strong>Shortcode:</strong> [add_eventon]</p>



<p><strong>Key Parameters</strong> (Build on Basics):</p>



<ul class="wp-block-list">
<li><strong>cal_id</strong> (string/integer): Unique ID for multiple calendars (e.g., &#8220;main_cal&#8221;).</li>



<li><strong>event_type</strong> (integer): Filter by category IDs (comma-separated, e.g., &#8220;3,19&#8221;).</li>



<li><strong>event_count</strong> (integer): Limit events per month (e.g., &#8220;10&#8221;).</li>



<li><strong>month_incre</strong> (string): Offset start month (e.g., &#8220;+1&#8221; for next month).</li>



<li><strong>fixed_month &amp; fixed_year </strong>(integer): Lock to a specific month/year (e.g., &#8220;10&#8221; and &#8220;2025&#8221;).</li>



<li><strong>hide_past</strong> (yes/no): Hide past events.</li>



<li><strong>event_order</strong> (ASC/DESC): Sort order.</li>



<li><strong>ft_event_priority</strong> (yes/no): Prioritize featured events.</li>



<li><strong>number_of_months</strong> (integer): Show multiple months (e.g., &#8220;3&#8221;).</li>



<li><strong>jumper</strong> (yes/no): Add month/year jumper dropdown.</li>



<li><strong>etc_override</strong> (yes/no): Use category colors instead of event colors.</li>



<li><strong>evc_open</strong> (yes/no): Open all event cards by default.</li>



<li><strong>ux_val</strong> (0-4): User interaction (e.g., &#8220;3&#8221; for lightbox popup).</li>



<li><strong>show_et_ft_img</strong> (yes/no): Show featured images on event tops.</li>



<li><strong>only_ft</strong> (yes/no): Display only featured events.</li>



<li><strong>tiles</strong> (yes/no): Switch to tile layout (modern grid); tile_count (integer) for tiles per row.</li>



<li><strong>hide_mult_occur</strong> (yes/no): Hide repeats in multi-month views; show_repeats (yes/no) to override.</li>
</ul>



<p>Example Upgrade from Basic:</p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff"><svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle><circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle><circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle></g></svg></span><span role="button" tabindex="0" data-code="[add_eventon cal_id=&quot;main&quot; event_count=&quot;5&quot; hide_past=&quot;yes&quot; ux_val=&quot;3&quot; show_et_ft_img=&quot;yes&quot; tiles=&quot;yes&quot; tile_count=&quot;3&quot;]" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #D8DEE9FF">[</span><span style="color: #D8DEE9">add_eventon</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">cal_id</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">main</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">event_count</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">5</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">hide_past</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">ux_val</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">3</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">show_et_ft_img</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">tiles</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">yes</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF"> </span><span style="color: #D8DEE9">tile_count</span><span style="color: #81A1C1">=</span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">3</span><span style="color: #ECEFF4">&quot;</span><span style="color: #D8DEE9FF">]</span></span></code></pre></div>



<p>This creates a tiled monthly calendar with images, lightbox interaction, and only 5 future events.</p>



<p>For more, see <a href="https://docs.myeventon.com/documentations/shortcode-guide/" title="">Shortcode Guide</a>.</p>



<p></p><p>The post <a href="https://docs.myeventon.com/documentations/eventon-calendar-display-types/">Calendar Display Types</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Quick Starter Guide</title>
		<link>https://docs.myeventon.com/documentations/quick-starter-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quick-starter-guide</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Fri, 17 Oct 2025 23:11:24 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=29693</guid>

					<description><![CDATA[<p>Get Up and Running with EventON in 15 Minutes! Welcome to EventON! This quick guide helps new users install, configure, create events, and display a calendar on your WordPress site. Perfect for beginners, it covers the essentials to launch your first calendar fast. Let’s get started! What You’ll Achieve: Prerequisites: For detailed guides, see our [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/quick-starter-guide/">Quick Starter Guide</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Get Up and Running with EventON in 15 Minutes!</p>



<p>Welcome to EventON! This quick guide helps new users install, configure, create events, and display a calendar on your WordPress site. Perfect for beginners, it covers the essentials to launch your first calendar fast. Let’s get started!</p>



<p><strong>What You’ll Achieve</strong>:</p>



<ul class="wp-block-list">
<li>Install and activate <a href="https://myeventon.com" title="">EventON</a>.</li>



<li>Configure basic settings.</li>



<li>Create and publish your first event.</li>



<li>Add a calendar to your site.</li>
</ul>



<p><strong>Prerequisites</strong>:</p>



<ul class="wp-block-list">
<li>WordPress 5.0+ with admin access.</li>



<li>A compatible theme (e.g., Twenty Twenty-Four).</li>



<li>15 minutes and an active internet connection.</li>
</ul>



<p>For detailed guides, see our EventON <a href="https://docs.myeventon.com" title="">Documentation</a>.</p>



<h2 class="wp-block-heading">Step 1: Install and Activate EventON</h2>



<ol class="wp-block-list">
<li><strong>Download EventON</strong>:
<ul class="wp-block-list">
<li>Log in to your <a href="http://myeventon.com/my-account" title="">myEventON account</a> and download the plugin ZIP file.</li>
</ul>
</li>



<li><strong>Upload to WordPress</strong>:
<ul class="wp-block-list">
<li>In your WordPress dashboard, go to <strong>Plugins &gt; Add New &gt; Upload Plugin</strong>.</li>



<li>Select the ZIP file and click <strong>Install Now</strong>.</li>
</ul>
</li>



<li><strong>Activate and License</strong>:
<ul class="wp-block-list">
<li>Click <strong>Activate Plugin</strong>.</li>



<li>Go to <strong>EventON &gt; Addons &amp; License</strong>, Click <strong>Activate</strong>, enter your license key (from your account) and email address, and click <strong>Activate</strong>.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="546" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.10.46-PM.png" alt="" class="wp-image-29695" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.10.46-PM.png 662w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.10.46-PM-300x247.png 300w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;<strong>Note:</strong> If you see errors, check file permissions (755) or disable conflicting plugins. See Installation Guide.&#8221;</p>
</blockquote>



<p class="docBtn dfx fxdrr fxaic">
<a href="https://docs.myeventon.com/documentations/getting-started/" title="Getting Started with EventON: Installation">Read Extended Installation Guide</a>.</p>



<h2 class="wp-block-heading">Step 2: Configure Basic Settings</h2>



<ol class="wp-block-list">
<li>Navigate to <strong>EventON &gt; Settings</strong> in your dashboard.</li>



<li><strong>Time Settings Tab</strong>:
<ul class="wp-block-list">
<li>Set your <strong>Default</strong> <strong>Time Zone</strong> under <strong> General Time/Date Settings</strong> (e.g., America/New_York).</li>



<li>Set it to <strong>Apply default timezone to all events.</strong></li>
</ul>
</li>



<li><strong>Location Tab</strong>:
<ul class="wp-block-list">
<li>Get and add <strong><a href="https://developers.google.com/maps/documentation/javascript/get-api-key" title="">Google maps API Key</a></strong>.</li>



<li>Set <strong>Google starting zoom level</strong> for the map. (e.g., 18 &#8211; see few road, 7 &#8211; see most of the country)</li>



<li>Enable <strong>Enable generate google maps from address for all newly created events, by default </strong>&#8212; this will enable google maps for new events by default.</li>
</ul>
</li>



<li><strong>EventTop Tab</strong>:
<ul class="wp-block-list">
<li>From <strong>EventTop Designer</strong> adjust and update desired eventTop layout. See <a href="https://docs.myeventon.com/documentations/how-to-use-the-eventtop-designer/" title="How To Use The EventTop Designer">EventTop Designer</a>.</li>
</ul>
</li>



<li><strong>EventCard Tab:</strong>
<ul class="wp-block-list">
<li>Open <strong>EventCard Designer</strong> and configure the event card data layout and design. See <a href="https://docs.myeventon.com/documentations/how-to-use-the-eventcard-designer/" title="How to Use the EventCard Designer">EventCard Designer</a>.</li>
</ul>
</li>



<li><strong>Single Events Tab</strong>:
<ul class="wp-block-list">
<li>Set single event page, eventTop design under <strong>Single Event Page &gt; Select eventTop Style</strong>. (e.g., Immersive Flow, Colorful, or Clean White).</li>



<li>Under <strong>Shareable Options</strong> enable social media channels for use.</li>
</ul>
</li>



<li>(Optional) <strong>Categories Tab:</strong>
<ul class="wp-block-list">
<li>Re-name <strong>Event Type</strong> and <strong> Event Type 2</strong> category (taxonomy) names from generic to custom names. (e.g., Genre or Style) </li>
</ul>
</li>



<li>Click <strong>Save Changes</strong>.</li>
</ol>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;<strong>Tip:</strong> Keep settings simple for now. You can tweak fonts or layouts later in Event Card Designer.&#8221;</p>
</blockquote>



<h2 class="wp-block-heading">Step 3: Create Your First Event</h2>



<ol class="wp-block-list">
<li>Go to <strong>Events > Add New</strong> in the WordPress sidebar.</li>



<li><strong>Add Basic Info</strong>:
<ul class="wp-block-list">
<li><strong>Title</strong>: Enter “Sample Event: Welcome Party”.</li>



<li><strong>Description</strong>: Use the Gutenberg editor to add details (e.g., “Join us for a fun evening!”). Add images or links if desired.</li>
</ul>
</li>



<li><strong>Event Details</strong> (metabox):
<ul class="wp-block-list">
<li>Set <strong>Start Date/Time</strong> (e.g., tomorrow, 7:00 PM).</li>



<li>Set <strong>End Date/Time</strong> (e.g., tomorrow, 9:00 PM).</li>



<li><strong>Important:</strong> Always set an end date to avoid display issues.</li>



<li>Optional: Add a location (e.g., “123 Main St”) or organizer.</li>
</ul>
</li>



<li><strong>Event Color</strong>: Click the color box, pick a shade (e.g., #FF5733 for orange).</li>



<li><strong>Featured Image</strong> (optional): Upload a 800x600px image for the event card.</li>



<li>Click <strong>Publish</strong> in the top-right panel.</li>
</ol>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;<strong>Pro Tip:</strong> Test with a simple event first. Explore repeating events later in Repeating Events Guide.&#8221;</p>
</blockquote>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="702" height="901" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.48.08-PM.png" alt="" class="wp-image-29706" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.48.08-PM.png 702w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.48.08-PM-234x300.png 234w" sizes="auto, (max-width: 702px) 100vw, 702px" /></figure>



<p class="docBtn dfx fxdrr fxaic">
<a href="https://docs.myeventon.com/documentations/getting-started-with-eventon-adding-events/" title="Getting Started: How to Add and Publish Events">Read Extended Adding Events Guide</a>.</p>



<h2 class="wp-block-heading">Step 4: Add a Calendar to Your Site</h2>



<ol class="wp-block-list">
<li><strong>Create a Page</strong>:
<ul class="wp-block-list">
<li>Go to <strong>Pages > Add New</strong>.</li>



<li>Title it “Events Calendar”.</li>
</ul>
</li>



<li><strong>Insert Shortcode</strong>:
<ul class="wp-block-list">
<li>In the Gutenberg editor, add a <strong>Shortcode block</strong>.</li>



<li>Paste: [add_eventon show_et_ft_img=&#8221;yes&#8221; hide_past=&#8221;yes&#8221;]</li>



<li>This displays a calendar with featured images, hiding past events.</li>
</ul>
</li>



<li><strong>Alternative: Use Shortcode Generator</strong>:
<ul class="wp-block-list">
<li>Click the <strong>Add EventON Shortcode</strong> button (Classic Editor) or EventON block (Gutenberg).</li>



<li>Select options (e.g., Event Count Limit, Calendar User Interaction), Apply shortcode or copy the generated shortcode, and paste.</li>
</ul>
</li>



<li>See Extensive Guide: <a href="https://docs.myeventon.com/documentations/shortcode-generator/" title="">What is the Shortcode Generator?</a> </li>



<li>Click <strong>Publish</strong> to make the page live.</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="654" height="233" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.53.12-PM.png" alt="" class="wp-image-29707" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.53.12-PM.png 654w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.53.12-PM-300x107.png 300w" sizes="auto, (max-width: 654px) 100vw, 654px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;<strong>Note:</strong> If the calendar doesn’t show, clear cache (e.g., WP Rocket) or check shortcode syntax. See <a href="https://docs.myeventon.com/documentations/shortcode-guide/" title="General Shortcode Guide">General Shortcode Guide</a>.&#8221;</p>
</blockquote>



<h2 class="wp-block-heading">Step 5: Verify and Test</h2>



<ol class="wp-block-list">
<li>Visit your new page (e.g., yoursite.com/events-calendar).</li>



<li>Confirm your event appears with:
<ul class="wp-block-list">
<li>Correct title, date, and image.</li>



<li>Clickable details (e.g., slide-down event card).</li>
</ul>
</li>



<li>Test on mobile to ensure responsiveness.</li>



<li>If issues arise:
<ul class="wp-block-list">
<li>Check EventON settings are saved.</li>



<li>Ensure the event isn’t filtered out (e.g., past events hidden).</li>



<li>Disable other plugins to rule out conflicts.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="675" height="355" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.55.53-PM.png" alt="" class="wp-image-29708" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.55.53-PM.png 675w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-17-at-4.55.53-PM-300x158.png 300w" sizes="auto, (max-width: 675px) 100vw, 675px" /></figure>



<h2 class="wp-block-heading">Next Steps and Troubleshooting</h2>



<ul class="wp-block-list">
<li><strong>Enhance Events</strong>: Add FAQs, <a href="https://www.myeventon.com/addons/polls/" title="">polls</a>, or <a href="https://www.myeventon.com/addons/event-tickets/" title="">tickets</a> via addons. See <a href="https://docs.myeventon.com/documentations/how-to-setup-use-faqs/" title="">FAQs Guide</a>.</li>



<li><strong>Customize Display</strong>: Adjust event card fields in <a href="https://docs.myeventon.com/documentations/how-to-use-the-eventcard-designer/" title="">Event Card Designer</a>.</li>



<li><strong>Common Issues</strong>:
<ul class="wp-block-list">
<li><strong>No events visible?</strong> Verify shortcode, publish status, or date filters.</li>



<li><strong>Layout broken?</strong> Switch to a default theme to test.</li>



<li><strong>Slow load?</strong> Optimize images or enable caching.</li>
</ul>
</li>



<li><strong>Explore More</strong>: Check our full documentation for advanced features like <a href="https://docs.myeventon.com/documentations/setting-up-repeating-events/" title="">repeating events</a> or integrations.</li>



<li><strong>Advance Uses: </strong>Utilize <a href="https://docs.myeventon.com/documentations/setup-use-multi-data-types/" title="">Multi Data Types</a> and expand on <a href="https://docs.myeventon.com/documentations/increase-event-type-count/" title="">event type categories</a>.</li>
</ul>



<p>Need help? Submit a <a href="http://myeventon.com/support" title="">support ticket </a>or browse our <a href="https://docs.myeventon.com/" title="Home Page">Documentation</a>. Welcome to EventON—start creating amazing calendars today!</p><p>The post <a href="https://docs.myeventon.com/documentations/quick-starter-guide/">Quick Starter Guide</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Setup &#038; Use FAQs</title>
		<link>https://docs.myeventon.com/documentations/how-to-setup-use-faqs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-setup-use-faqs</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Thu, 16 Oct 2025 16:57:47 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=29626</guid>

					<description><![CDATA[<p>EventON 5.0 introduces native FAQs for events, allowing you to add collapsible question-and-answer sections directly to your event details. This feature helps provide quick info to attendees without cluttering the event description. FAQs can be created new, reused from other events, and even generated with AI assistance. Key Benefits: Prerequisites: If you&#8217;re new to EventON, [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/how-to-setup-use-faqs/">How to Setup & Use FAQs</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>EventON 5.0 introduces native FAQs for events, allowing you to add collapsible question-and-answer sections directly to your event details. This feature helps provide quick info to attendees without cluttering the event description. FAQs can be created new, reused from other events, and even generated with AI assistance.</p>



<p><strong>Key Benefits</strong>:</p>



<ul class="wp-block-list">
<li>Reuse FAQs across events to save time.</li>



<li>Integrate seamlessly into the event card layout.</li>



<li>AI-powered suggestions for faster creation (available in EventON Full version).</li>
</ul>



<p><strong>Prerequisites</strong>:</p>



<ul class="wp-block-list">
<li>EventON plugin version 5.0 or later.</li>



<li>WordPress admin access.</li>



<li>For AI features: EventON Full version with AI enabled in settings (go to EventON > Settings > AI Assist).</li>
</ul>



<p>If you&#8217;re new to EventON, check our <a href="https://docs.myeventon.com/documentations/getting-started/" target="_blank" rel="noopener" title="Getting Started with EventON: Installation">Installation Guide</a> first.</p>



<h2 class="wp-block-heading">Step 1: Accessing FAQs in the Event Edit Page</h2>



<ul class="wp-block-list">
<li>Navigate to your WordPress dashboard and open the event you want to edit (Events > All Events > Edit). </li>



<li>In the <strong>Main Event Details</strong> section, scroll to the <strong>FAQs</strong> tab.</li>
</ul>



<p>From here, you can add new FAQs or select existing ones.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<h3 class="wp-block-heading">&#8220;Tip: FAQs are stored globally, so reusing them promotes consistency across your site.&#8221;</h3>
</blockquote>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="656" height="561" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.42.34-AM.png" alt="" class="wp-image-29628" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.42.34-AM.png 656w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.42.34-AM-300x257.png 300w" sizes="auto, (max-width: 656px) 100vw, 656px" /></figure>



<h2 class="wp-block-heading">Step 2: Adding a New FAQ</h2>



<ul class="wp-block-list">
<li>Click <strong>Add New</strong> to open the lightbox form. </li>



<li>Enter the <strong>Question</strong> (e.g., &#8220;What is the dress code?&#8221;). </li>



<li>Enter the <strong>Answer</strong> (supports rich text, links, and basic formatting like bold or lists). </li>



<li>Click <strong>Save</strong> to add it to the event.</li>
</ul>



<p>This creates a reusable FAQ that can be selected in future events.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="639" height="403" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.44.22-AM.png" alt="" class="wp-image-29629" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.44.22-AM.png 639w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.44.22-AM-300x189.png 300w" sizes="auto, (max-width: 639px) 100vw, 639px" /></figure>



<h2 class="wp-block-heading">Step 3: Selecting and Reusing Existing FAQs</h2>



<p>If you&#8217;ve added FAQs to other events, reuse them to avoid duplication:</p>



<ul class="wp-block-list">
<li>In the FAQs tab, click <strong>Select Existing FAQs</strong>.</li>



<li>Search or browse the list of saved FAQs from all events.</li>



<li>Check the boxes for the ones you want and click <strong>Add Selected</strong>.</li>
</ul>



<p>Editing Reused FAQs: After selecting, you can edit the question or answer inline.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;Warning: Changes to a reused FAQ update it everywhere it&#8217;s used. If you edit the question text, it creates a new FAQ entry to prevent breaking links.&#8221;</p>
</blockquote>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="632" height="419" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.45.38-AM.png" alt="" class="wp-image-29630" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.45.38-AM.png 632w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.45.38-AM-300x199.png 300w" sizes="auto, (max-width: 632px) 100vw, 632px" /></figure>



<p>This is ideal for common questions like parking info or COVID policies.</p>



<h2 class="wp-block-heading">Step 4: Displaying FAQs on the Event Card</h2>



<p>By default, FAQs won&#8217;t appear until you add them to the layout:</p>



<ul class="wp-block-list">
<li>Go to <strong>EventON > Settings > EventCard > EventCard Designer</strong>.</li>



<li>Drag the <strong>FAQ data field</strong> into your desired position in the event card layout (e.g., below the description).</li>



<li>Save changes.</li>
</ul>



<p>Learn more in our <a href="https://docs.myeventon.com/documentations/how-to-use-the-eventcard-designer/" title="How to Use the EventCard Designer">EventCard Designer Guide</a>.</p>



<h2 class="wp-block-heading">How FAQs Appear on the Frontend</h2>



<p>Once saved, FAQs show as an accordion on the event page, single event lightbox, or calendar view:</p>



<ul class="wp-block-list">
<li>Styling matches your theme, with options for customization via CSS.</li>



<li>The first FAQ is expanded by default.</li>



<li>Users click questions to expand/collapse others.</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="608" height="291" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.50.12-AM.png" alt="" class="wp-image-29631" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.50.12-AM.png 608w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.50.12-AM-300x144.png 300w" sizes="auto, (max-width: 608px) 100vw, 608px" /></figure>



<h2 class="wp-block-heading">Using AI Assist to Generate FAQs</h2>



<p>EventON 5.0 includes AI-powered suggestions to speed up creation:</p>



<ul class="wp-block-list">
<li>Enable AI in <strong>EventON > Settings > Third Party APIs > OpenAI</strong> (included in Full version; requires an API key if needed).</li>



<li>Back in the event edit page, bottom right corner, find the<strong> AI Assist button</strong>. &#8212; <a href="https://docs.myeventon.com/documentations/general-user-guide-to-ai-addon/" title="AI features on eventON">AI features on eventON</a></li>



<li>The AI uses the event&#8217;s title and description to suggest set number of FAQs.</li>



<li>Review and add the suggestions with one click.</li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;Note: AI suggestions are based on OpenAI —review for accuracy and privacy. Disable if not needed to save resources.&#8221;</p>
</blockquote>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="576" height="932" src="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.54.12-AM.png" alt="" class="wp-image-29632" srcset="https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.54.12-AM.png 576w, https://docs.myeventon.com/wp-content/uploads/2025/10/Screenshot-2025-10-16-at-9.54.12-AM-185x300.png 185w" sizes="auto, (max-width: 576px) 100vw, 576px" /></figure>



<h2 class="wp-block-heading">Troubleshooting and Tips</h2>



<ul class="wp-block-list">
<li><strong>FAQs not showing?</strong> Double-check the event card layout and clear cache (e.g., via WP Rocket or browser). </li>



<li><strong>Too many FAQs?</strong> Limit to 5-7 per event for best UX. </li>



<li><strong>Common Issues:</strong> If reuse fails, ensure no plugin conflicts (test by disabling others).</li>
</ul>



<p>Didn&#8217;t find what you need? Search our <a href="https://docs.myeventon.com/" title="">complete documentation</a> or <a href="https://helpdesk.ashanjay.com" title="">submit a support ticket</a>.</p><p>The post <a href="https://docs.myeventon.com/documentations/how-to-setup-use-faqs/">How to Setup & Use FAQs</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Weather Changelog</title>
		<link>https://docs.myeventon.com/documentations/weather-changelog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=weather-changelog</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Tue, 14 Oct 2025 18:16:50 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=29623</guid>

					<description><![CDATA[<p>v 1.0.1 (2025-11-24)FIXED: missing translationsFIXED: appearance settings for weather on eventcard v 1.0 (2025-10-14)Initial release</p>
<p>The post <a href="https://docs.myeventon.com/documentations/weather-changelog/">Weather Changelog</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>v 1.0.1 (2025-11-24)</strong><br>FIXED: missing translations<br>FIXED: appearance settings for weather on eventcard</p>



<p><strong>v 1.0 (2025-10-14)</strong><br>Initial release</p>



<p></p><p>The post <a href="https://docs.myeventon.com/documentations/weather-changelog/">Weather Changelog</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
