Elle
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] Visual Chart Stopped WorkingI have the same error message. New site with a new 3.3.1 install – just downloaded SlimStat and changed the setting to ‘Use separate menu’ and the message appeared. Changed the setting back, then deactivated/activated and it appeared again when I added a filter for my IP address. The dashboard is recording views and it is too early for the other boxes to populate. No WP error log messages. MySql 5.0.92 and PHP 5.2.17.
Line 975-976:
// Is there anything we need to update?
if (($_type != ‘list’ && $this->options[$_option] == $_value) || implode(‘,’, $this->options[$_option]) == $_value) return true;I do not know php so cannot tell what the issue is.
Forum: Plugins
In reply to: Get rid of Shareaholic Firefox extension 3.01 nag messageHey, livelywebdesign,
THANK YOU! worked like a charm.
And I am in complete agreement with both of you about the Shareaholic spamming. This got so aggravating that I started looking around for a different plugin for social bookmarking…when I found this thread.I have not yet found an answer. It has been too long since an update so perhaps the developer has abandoned the project.
On sites with a slide show, I have been using Luke Howell’s Events Calendar in the sidebar instead and mucking with the CSS.
https://www.wp-eventscalendar.com/
This creates a small sidebar calendar, popup on mouseover and an Events page. Not quite as elegant as Kino though. But it doesn’t conflict with the image rotators.
Forum: Plugins
In reply to: [Kino Events Calendar] [Plugin: Kino Events Calendar] Error messageI came to the realization that Kino doesn’t function with other jquery plugins. You can have one but not the other. I had to get rid of an image rotator to get it to function. There is sporadic development on this plugin. I’m now trying to use the wp-events calendar and manipulating the css to get it to render nicely. It uses the wp jquery so it’s not conflicting with other plugins.
Thank you! I did replace that line successfully with your code. Much appreciated!
I have no experience with php and frankly it scares me to change the code! As in, where exactly do you insert these snippets?
So this is my quick fix (go ahead and groan now..):
I just change the date and/or time the event is published in the Events list.I really love this little sidebar calendar and wish that the developer could add all these fixes to get it to function correctly. The real shame is that it is so incompatible with other plugins using jquery.
Forum: Plugins
In reply to: [Kino Events Calendar] [Plugin: Kino Events Calendar] Error messageI have the same problem and error code. I’ve downloaded/deleted/reloaded/tried previous versions and cannot get the calendar to function on the current site I’m working on. It’s fine on other sites, even with the upgrade to 3. I don’t even know what this means, having no knowledge of php, so even tho the message might be telling me what’s wrong I have no idea how to fix this.
Anyone?