purplepatriot
Forum Replies Created
-
Forum: Plugins
In reply to: [SEO Ultimate] Can't activate plugin after upgradeI am running 4.0.
Thanks, Jamie. The client doesn’t have the Pro version, so it sounded like I couldn’t post there.
I installed the WP-Mail-SMTP plugin, and now when I try submitting a form, I get the same PHP warning, only it appears twice (one right after the other).
Forum: Plugins
In reply to: [Bible Verse of the Day] Display widget on single pageTry in conjunction with Widget Logic plugin:
hi agelonwl,
Thanks for the hints. I had previously tried
#wpfc-calendar-wrapper .fc-today {
}which did not work. I added “td” to .fc-today, as you had, but that did not work either. I tried your second option, and that did not work either. Where is this being overwritten? I’ve added this to style.css, but that didn’t work. I’ve added it to my custom css file from Themeroller, and that did not help. Why am I only getting a border on the right side and the bottom? This is so frustrating.
Here is a link in case you want to Firebug it: https://dev.coolwatercreative.com/ibc/events/
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Second Events page?Thank you. It might be the lack of sleep from having five kids and having to work late, but it just seemed strange that if there wasn’t an events page on install, then none would be created by the plugin, but if there was an events page already then it would create a separate one.
As always, thank you both for your timely support. And for a great plugin! It is really slick. I have to strongly consider going PRO just because I think you deserve the money. =)
Thank you, Marcus. I’ll scour my tables more and see what I find.
agelonwl,
I uninstalled Events Manager again. Deleted _em tables from the data base and applicable rows from the _options and _posts tables. I re-installed the plugin, and the SAME issue happened right from the start.
On a lark, I removed from my functions.php the nice code you gave me in this thread. Now, my morning events are showing up.
I added that code back into functions.php, and my morning events are not showing again. Very strange. Any ideas?
misfist, I was having similar issues with those “ghost” events showing up in my widgets, and I looked at both the _em_events and _posts tables, and did not find anything out of the ordinary. So, I added a condition to show only events from a certain category (rather than the default=0), and that removed the ghost events from displaying. I still want to know what is causing the ghost events from displaying though. I do like a good mystery…
agelonwl, thank you for trying to help. There was nothing odd in my _posts table either.
In the EM widget, I changed the category number from 0 (all) to 4, which is specific to the Events I wanted to show. I also included category=”4″ in the widget shortcode. Now the ghost events are no longer displaying. (But, it had been working before with the category set to zero.)
So, I’m going to mark this resolved, although it is more accurately called “closed” since the main issue I don’t believe is resolved; namely, why this behavior is happening.
OK, someone just published a new blog post, and it is being pulled into the EM widget. Why would that be? It is showing up in the widget without a title, just a date.
Since I started another thread for this specific issue, I will mark this thread resolved.
Hi agelonwl. Thank you for your reply. Yes, I checked the _em_events table. I did not find any unknown events. I added the extra information in the follow-up reply to my original post thinking it would help steer those smarter than me in the right direction. Thank you!
More strangeness to add to the puzzle:
[1] On the homepage, I am using the EM widget, and I set it to show 6 Future Events. The first one is a ghost but shows a date (1-1-1970), the next two are fine (dated 2-20-2013), the fourth is a ghost with a date (1-1-1970), and the fifth and sixth are fine (dated 2-24-2013). When I use Firebug to look at what’s there, both ghost events are shaded in Firebug and show:
<a title="" href="https://dev.domain.com/?post_type=post&p=758"></a>
But id=758 is a regular blog post under its own category – why would it show up in the listing?[2] In a sidebar, I am using shortcode in a text widget and have the events grouped by day. This time, the first date is January 1, 1970, and it has a big white space, and then my next events display properly. Again, looking at it in Firebug, there are three ghost events listed under Jan 1, 1970, but this time of the form:
<a title="" href="https://dev.domain.com/?post_type=page&p=51"></a>
Page id=51 also happens to be the page on which the sidebar widget is located.There is a second page (id=789) that also has the sidebar widget, and the same thing happens as on page id=51, except it has three ghost events of the form:
<a title="" href="https://dev.domain.com/?post_type=page&p=789"></a>
Updating those pages did not help. Updating Permalinks did not help either. Bizarre.
OK, strange. I went back to then Events>Settings>Pages page, selected the Events page, and then saved the change. Now the widgets are working. Except for one strange thing: I have it set to show Future Events, but the first event that displays has no title but only a date: January 1, 1970. I did not add it, and I don’t remember it from the first time I added this plugin. How do I delete it? I can’t see it in the list of Events, even when I filter by Past or All.
I deleted all events pages in steps 10 and 11 that I outlined previously. After reinstalling the plugin, I recreated a new Events page (/events/) and assigned it at Events>Settings>Pages. Still not working.