• Hello, I added the Event Calendar 3.x plugin to my WordPress app. I have the plugin running, but I can’t figure out how to configure it. More specifically, there is a PHP file that allows you to set advanced options (eventcalendar3.php), but I can’t figure out how to navigate to that page. I’ve manually edited that file for some of the basic settings (event category), but the more advanced settings are not easily set within the code, so I’d like to load its HTML menu for setting these options. However, if I navigate directly to that page, a PHP error is thrown since it references functions that aren’t included in that file. If I try to load the page through the WordPress (by just adding a PHP include to my body template), I get an error about duplicate variable declarations. There has to be some easy way to resolve that page that I’m missing (I’m new to WordPress). Any help would be appreciated. Thanks. Take care.

    Sean

Viewing 2 replies - 1 through 2 (of 2 total)
  • have you looked under the ‘options tab’ for ‘events calendar options’?

    Thread Starter sean_m_flannery

    (@sean_m_flannery)

    no, I didn’t realize you configured those settings from the ‘options’ panel in Dashboard- thanks, that solved it and saves a ton of time (I was just hard coding variable initializations within the php code). I appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘configuring plugin’ is closed to new replies.