judahstevenson
Forum Replies Created
-
Ok I just deleted the plugin and started over and everything is working now. I suspect that the problem was related to changes I had made to all of my post pages, including making custom templates. Can’t point to one thing in particular but the plugin was working correctly when I installed and styled it. Somewhere along the way I broke it but now it’s working again. I’m running 3.0 and plugin version 1.6.5.
On this new install of the plugin I also decided to create my custom view templates into their own folder within my theme (wp-content -> themes -> events) as the developer recommends so that they won’t get overwritten everytime I upgrade the plugin or reinstall.
I’m experiencing the same issue. I’ve found a few threads where people have suggested editing the datepicker.php file to solve the problem of the month dropdown not working but this doesn’t have any effect on the next/previous month links or the List View button.
I think I’m just going to wipe it out and start over. Deleting the plugin will not delete the posts that you have created and categorized as events.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Pretty URLs do not workI encountered this problem running 3.0.4 on IIS6. It seemed to be triggered by the creation of additional categories, because previously I had entered two events on the site (still under development) and tested them and styled them. No problems.
Today I added about 5 more categories to the site and began building a blog-style news page. I created a few more posts and assigned them the new “news” category, created a page for them, added styles, etc, no problem.
Then I began entering in some new events. They were added to the grid view of the calendar just fine. And they also appeared in the list view just fine. But when I clicked on the post title (the permalink) I would get a Page Not Found error every time. I tried removing the new categories, turning off pretty urls, resetting my permalink structure, and nothing seemed to work. I also checked for plugin conflicts but still no dice.
Researching solutions I came across this thread and implemented the fix detailed above by @monodistortion (mostly out of desperation, my wordpress install is at the root of the site and I’m using custom permalink structure, but that’s the case with all of my installs and I’ve never encountered this bug before…). Swapping out that line of code fixed the issue.
Posting my experience in case it is useful for anyone else. Honestly not sure of the mechanics behind what I changed or why it happened to work.
@jeremiespoken I’ve just started experiencing the same problem but I clicked on your link and it appears that you got it working on your site. Just wondering what your solution was?
Forum: Installing WordPress
In reply to: 3.04 -> 3.1 upgrade, win2k, IIS5, cannot login to AdminI was also experiencing problems with a fresh 3.1 install on IIS 6. I was getting a redirect loop when trying to access the front-end of the site which I solved by installing a plug-in, but later realized that jquery was failing to load correctly on the back-end. After trying to chase down a solution to the javascript problem I decided to the just downgrade per the instructions detailed by @echodave above.
I have a feeling that IIS is behind the problems (it usually is with phantom problems like these on our wp installs), but I’m not capable of accurately diagnosing that.
The downgrade was totally painless so I think I’ll just hold off on 3.1 for now.
Forum: Plugins
In reply to: [Plugin: Audio Player] standalone player stopped showing upWell this is an old thread but since I was experiencing the same problem I thought I would post my solution here. Make sure that you are using <param name=”movie”> or else the embedded player will not show up in IE. I was using <param name=”audio”> which works in all other browsers, but not IE. Changing it to “movie” made it function correctly across the board.
Thanks for the fix, replacing the install.php and the upgrade.php files did the trick. I ran the upgrade but still received an error about the tables not being created. So I deactivated and re-activated the plugin and everything is working.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Date picker failureUPDATE: This seems to be a Chrome bug, not an issue with the events calendar itself. My page works fine in FF, IE, etc. Anyone else experiencing this in Chrome?
Thinking perhaps it’s a jQuery issue with Chrome now, which of course still affects the plug-in…
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Date picker failureI am also experiencing a failure of the date-picker. I’ve tried the javascript fix provided above to no effect. I also made sure that I was using the appropriate permalinks format. Still nothing.
Here is my events page: http://seniorconnection.illuminage.com/category/events/month
I’ve noticed that a few of the last posters(freshmint, thebushman) now have the issue resolved on their sites. Could any of you post the solution that finally worked?