picarillo
Forum Replies Created
-
it looks like it was corrected in 1.5.6
my original install was 1.5.5
I upgraded, but it did not work because when I did the original install
I had to place the plugin in a directory called the-events-calendar2The upgrade created a new the-events-calendar directory with version 1.5.6
so I manually replaced the-events-calendar.php version 1.5.5 found in the the-events-calendar2 directory with the-events-calendar.php 1.5.6 file found in the the-events-calendar dir
I am also experiencing this issue.
grid view is fine, Event list is not showing same day events nor is the sidebar widget.
time zone is set to UTC time -4
(UTC time is 1:56 am UTC -4 is 9:56 pm ) actual time is 10:06 pm
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsworked for me…..
but if you notice, the link “calendar” still has the wrong a href
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsShowing progress here…..
So I went into thethe-events-calendar.php file and changed the else path of
event_get_gridview_link()I changed the /month to /2010-03:
return trailingslashit( get_bloginfo(‘url’) ) . $spEvents->getCategoryBase() . ‘/’ . strtolower( The_Events_Calendar::CATEGORYNAME ) . ‘/2010-03’;
and it worked…..
Next step is to figure out how to dynamically populate the date there…..
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsI found the event_get_gridview_link() within the the-events-calendar.php file
it looks like this:
function events_get_gridview_link( ) {
global $spEvents;
if( ” == get_option(‘permalink_structure’) ) {
return trailingslashit( get_bloginfo(‘url’) ) . ‘?cat=’ . $spEvents->eventCategory() . ‘&eventDisplay=month’;
} else {
return trailingslashit( get_bloginfo(‘url’) ) . $spEvents->getCategoryBase() . ‘/’ . strtolower( The_Events_Calendar::CATEGORYNAME ) . ‘/month’;
}
}It looks like it is displaying the “else” path and not the permalink_structure
But I do not know how to fix this
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsFrom what I can tell, the link is created by
events_get_gridview_link();
Example on the list.php page –
<span class=”back”>
{a href=”<?php echo events_get_gridview_link(); ?>”><?php _e(‘« Back to Events’, $spEvents->pluginDomain); ?}</span>
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsmy issue just arose today too…… was working yesterday, then just stopped?????
Forum: Everything else WordPress
In reply to: Getting 404 error in IE but Not firefoxthanks anyways… i’ll just use one of the other formats
Forum: Everything else WordPress
In reply to: Getting 404 error in IE but Not firefoxthat is because I am playing around with the permalinks…….
This is the weirdest thing
/%day%/%postname%/ – works
/%year%/%monthnum%/%day%/%postname%/ – works
/%year%/%postname%/ – works/%postname%/ – Does not
I set it back to /%postname%/ for you to test.
Forum: Everything else WordPress
In reply to: Getting 404 error in IE but Not firefox.htaccess deleted
permalink regeneratedstill same issue.
Pages work fine, archive works fine, categories work fine
individual posts – work fine in Firefox, 404 error in IE
New .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Everything else WordPress
In reply to: Getting 404 error in IE but Not firefoxbobpicarillo.net
You can click on the right menu under “More About Spanky’s”