leleuf
Forum Replies Created
-
Probably a <br /> who hangs out in /wp-content/plugins/events-manager/templates/placeholders/categories.php or in Events => Settings => Formatting =>
Events => Single event page formatPuisque votre site est en Fran?ais je me permets de vous répondre en Fran?ais également :
C’est probablement un <br /> qui tra?ne dans /wp-content/plugins/events-manager/templates/placeholders/categories.php ou dans événements => Réglages => Mise en forme => événements => Format page événement seul
“Please be mindful with noindex directives and remember that most search engines will honour it, even if it’s in the BODY element.”
https://plus.google.com/+GaryIllyes/posts/ZPPrxASiXf3noindex directives in the BODY element is not a good solution but is a solution if you do not know how to code.
{is_past}<meta name="robots" content="noindex">{/is_past}
Or Block URLs with robots.txt :
https://support.google.com/webmasters/answer/6062596?hl=en&ref_topic=6061961Hi,
Open events_manager.css ( /wp-content/plugins/events-manager/includes/css/events_manager.css ) and copy/paste at the end :
to center everything:
.em-calendar { text-align: center; }
just for months and year:
.month_name { text-align: center; }
Save changes and delete all caches
you can change the parameters of the tables in the css file of your theme ( /wp-content/themes/four18Theme/style.css )
#content table { /*border: 1px solid #e7e7e7;*/ margin: 0 -1px 24px 0; text-align: left; width: 100%; } #content tr th, #content thead th { color: #888; font-size: 12px; font-weight: bold; line-height: 18px; padding: 9px 24px; } #content tr td { border-top: 1px solid #e7e7e7; padding: 6px 24px; } #content tr.odd td { background: #f2f7fc; }
example :
#content tr td { border-top: 1px solid #e7e7e7; padding: 6px 12px; }
- This reply was modified 6 years, 4 months ago by leleuf.
Go to Events => Settings => Formatting => Events and edit Default event list format. By defaut events Manager use this code :
Default event list format header:
<table class="events-table" > <thead> <tr> <th class="event-time" scope="col">Date/heure</th> <th class="event-description" scope="col">évènement</th> </tr> </thead> <tbody>
Default event list format:
<tr> <td> #_EVENTDATES<br/> #_EVENTTIMES </td> <td> #_EVENTLINK {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> </tr>
Default event list format footer:
</tbody></table>
for example use this code to add an image :
Default event list format header:
<table class="events-table" > <thead> <tr> <th class="custom-css" scope="col">Image</th> <th class="event-time" scope="col">Date/Time</th> <th class="event-description" scope="col">Event</th> </tr> </thead> <tbody>
Default event list format:
<tr> <td> #_EVENTIMAGE{90,0} </td> <td> #_EVENTDATES<br/> #_EVENTTIMES </td> <td> #_EVENTLINK {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> </tr>
Go to Events => Settings => Formatting => Maps
maybe customize attendeeslist.php in /wp-content/plugins/events-manager/templates/placeholders
Yes it is possible with rss
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Pro Trial?Look here : https://trywpem.com/
Create Your own event scope (this month and future)
https://wp-events-plugin.com/tutorials/create-your-own-event-scope/thank to the dev team for add Google map options in the Version 5.9.5
n/a
- This reply was modified 6 years, 4 months ago by leleuf.
Hi,
for preventing previous events from showing in search engines you can use the meta tag ‘noindex” when the event is past :
https://support.google.com/webmasters/answer/93710?hl=enI’m not sure this is a good solution for SEO.
Past events can sometimes be helpful to visitors.I think the right solution is to use structured data :
https://developers.google.com/search/docs/guides/intro-structured-data
https://schema.org/EventAnd display list of futures events with strured data on past events.
Google will show a link to the new event in the search results.Hi,
You can use the WordPress export / import tool but I have never tested this.
Tools = > Import / Export.I think the easiest way is to create the new site from a copy of the old one.
There may be the possibility of doing something with the MULTISITE option.
https://wp-events-plugin.com/documentation/multisite/Hi,
did you enable recurrence?
Settings => General => General Options => Enable recurrence? => Yes => Save Changes