Hello,
You might have changed some settings? Perhaps you should try checking Events > Settings > Formatting > Default event list format? (You have put a shortcode like [event_list] here which usually you shoudn’t?)
You could also check the pages where the duplicate is showing and review your Shortcode for that page.
Thank you for responding!
These are copied from the settings:
<table class="events-table" >
<thead>
<tr>
<th class="event-time" scope="col">Date/Time</th>
<th class="event-description" scope="col">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>
#_EVENTDATES<br/>
#_EVENTTIMES
</td>
<td>
#_EVENTLINK
{has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
</tr>
</tbody></table>
This is from the text box with events shortcut:
[cs-event-carousel layout="layout-2" show_nav="1" show_title="1" show_date="1" show_description="1" read_more="READ MORE" order="ASC" remove_query="4,6,5" width_item="320" margin_item="30"]
I have never modified anything on the settings, so pretty much clueless here.
-
This reply was modified 7 years, 6 months ago by
hstpctech.
And what is the content of your calendar page if you check it in edit?
The shortcut codes from my calendar page (or events?)
[cs-event-carousel layout="layout-2" show_nav="1" show_title="1" show_date="1" show_description="1" read_more="READ MORE" order="ASC" remove_query="4,6,5" width_item="320" margin_item="30"]
It’s also the default value since I rarely have the need to change it.
-
This reply was modified 7 years, 6 months ago by
hstpctech.
EM doesn’t have a carousel, so this is something you put in at some time ๐
What you are doing is indeed showing the content twice. Once in the carousel shortcode and once from the EM settings.
So that you won’t loose the code, it’s easiest to set Dashboard -> Events -> Settings -> Pages -> Event List/Archives -> Events page to “No Events Page” (first option). Save your settings and things should be okay ๐
It’s still shown twice ๐ฎ
Hello,
I think the issue in on your Carousel it self. It seems like it is Set to Infinite Loop. Thus this means that there is no End. You could always press the Next/Previous and it won’t end.
This is not an EM related issue, I would suggest that you check your carousel settings and disable the infinite loop. If there is no such settings available then you could contact your theme developer for it.
Thank you! It’s been a while since we bought the theme, and I need to track them down. That was the reason I stumbled here in the first place.