avance24
Forum Replies Created
-
Just worked it out.
It’s the NextGen widget in the sidebar. Those images are also on the page… duh… and fancy box is collecting them as well 🙂
Changed template to one without sidebar for the galleries and everything is fine.This plugin creates a category called events, in the theme I am using (Big feature) you can have a category as a menu item, clicking takes you direct to the calendar, grid or list. No code.
Go to: plug-ins/the-events-calendar folder and open this file: “the-events-calendar.class.php”
At the start of the file (see below) change “Event” to “Evénements” in this example I have changed it to the Swedish “kalendar”
This has worked for me so far, but maybe it has to be changed elsewhere….
<?php
if ( !class_exists( ‘The_Events_Calendar’ ) ) {
/**
* Main plugin
*/
class The_Events_Calendar {
const VERSION = ‘1.6.4’;
const EVENTSERROROPT = ‘_tec_events_errors’;
const CATEGORYNAME = ‘kalendar‘;
const OPTIONNAME = ‘sp_events_calendar_options’;Blah blah blah lots of code ——————————————————————–