Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Calendar URL problem | Event Espresso - Staging Server
So on a recently launched site of ours, we noticed that links to the calendar went to different pages than links to events on other pages.
After looking into it, we noticed that the file expresso-calendar.php file (lines 312 and 316 in version 2.0.3 used a function get_option( ‘siteurl’ );
Could it be possible to change this to home_url() function, or at the very least get_option(‘homeurl’)?
The problem with using get_option(‘siteurl’) is that the site url is not always the same as the home url. If you keep WordPress in a separate directory from your index.php file (which is recommended) then your calendar plugin doesn’t link properly (the query string seems to break the default redirect that WP uses).
I’ll create a ticket. Note that the calendar will grab the event permalink in Event Espresso 3.2, so if this change doesn’t make it into a new version of the calendar, updating to Event Espresso 3.2 will address this.
Viewing 1 reply thread
The support post ‘Calendar URL problem’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.