feneblog
Forum Replies Created
-
Thx, this fixed the problem
Forum: Plugins
In reply to: [Gecka Submenu] "Current page's top parent" option doesn't work with 3.5“removing the leading ampersands (“&”) from the function calls (not the definitions)”, because “Call-time pass-by-reference has been deprecated since PHP 5.3, and has been removed from PHP 5.4”
I modified Version 0.7-beta3.
Download from: https://www.fene-blog.de/wp-content/uploads/gecka-submenu.zipIt works for me!
Forum: Plugins
In reply to: [Gecka Submenu] "Current page's top parent" option doesn't work with 3.5The same issue on my sites with WP 3.5.
Forum: Plugins
In reply to: [The Events Calendar] Events disappearing from list before they even startsIf I understand the translation, it’s really just ONE line we’d need to tweak, is that correct, feneblog?
Yes, this simple tweak did it for me.
The jquery-solution fixed my other problem without any negativ impact.
Forum: Plugins
In reply to: [The Events Calendar] Events disappearing from list before they even starts@raasdesign: Yes, the fix is for the old version of the plugin. Maybe the fix is similar to the old version.
You could try to edit
lib/tribe-date-utils.class.php
and change the constants of the date-format.I couldn’t try it, because I still use the old version.
Forum: Plugins
In reply to: [The Events Calendar] Limit Number of Events Displayed in SidebarYou could change it to 10 by going to the widget and configure it.
If you need more, you could try to change the “views/events-list-load-widget-admin.php” file from
<?php for ($i=1; $i<=10; $i++)
to 20 or what ever you need
<?php for ($i=1; $i<=20; $i++)
Have fixed the Problem for me.
Download a fixed version of the-events-calendar.class.php from my blog.Forum: Plugins
In reply to: [The Events Calendar] Events disappearing from list before they even startsI could fix the problem for me.
The problem is a wrong date-string.
You could download a fix here at my blog.This post is in German language. Link is called:
Download fixed the-events-calendar.class.php