12ender
Forum Replies Created
-
Hi, thanks for the new version 1.0.21. Right now, it works. Think, the problem is solved. Thanks for your great plugin!
Hi Danny,
thanks for the update and the snippet.
But sorry, also with 1.0.16 no change in behavior: same folder -> everything ok, different folders -> no counting.
When using the snippet (with 1.0.16 as with 1.0.12) I’m getting a php-error (“Warning: Use of undefined constant “KOKO_ANALYTICS_USE_CUSTOM_ENDPOINT” …” and “Warning: Cannot modify header information – headers already sent by …”)
As I said it’s no problem to stay with 1.0.12 at the moment.
Thanks
Thanks and no problem. So I’ll wait for the next update.
Sorry, doesn’t help.
1.0.12 works, 1.0.15 with or without snippet not.Thanks for your quick reply.
Yes, the resolve by changing transition time was clear to me. The thread you linked under “2 different settings” I just didn’t find, sorry.
But it’s a problem with “normal use” (swiping, mouse, arrow-keys) of the gallery, not with autoplay. And a transition time of 10ms is just way too fast, 400ms would be my preference.
You can see my example, when you open the gallery, only 2 pics show up, the rest shows only that loading icon. randomly you can see more pics but that’s not reliably nor reproducable. Perhaps you can solve that problem?If not, I would choose fancybox 3, this is almost as good as. Is there (fancybox3) a possibility to loop through the gallery infinitely? At the moment it stops after the last pic.
Thanks for your help.
Sorry, can’t show you the page, because it is under development. But I have two screenshots, hope they will help.
Events page grouping works as preferenced, also “daily”, compare example 1
What I mean is when I click on a date with more than one event in the sidebar calendar, I get a list of the events of this date, compare example 2, but there is no headline like e.g. “Veranstaltungen am 5. September 2012” or s.th. like that. Thought that I could enter a custom headline in the 7. Field of Formatting -> events manager options -> events.Perfect! Thanks!
Thanks, but I don’t really find the right place in the code.
Do you mean line 13?$EM_Events = EM_Events::get(apply_filters('em_calendar_template_args',array( 'limit'=>get_option('dbem_ical_limit'), 'owner'=>false, 'orderby'=>'event_start_date', 'scope' => get_option('dbem_ical_scope') )) );And where can I edit the variable “dbem_ical_scope”? Would be fine to adjust this in the backend in the events manager prefs.
Hi, thanks for your quick reply.
I’m using Mac OS 10.5.8, iCal 3.0.8, WP-Timezone is “Berlin” = UTC + 2h.
In the meantime I use a workaround by changing ical.php in lines 24 and 25 like$dateStart = ';VALUE=DATE:'.date('Ymd',$EM_Event->start + 7200); //all day $dateEnd = ';VALUE=DATE:'.date('Ymd',$EM_Event->end + 93600); //add one daySample dates could be an all-day-event e.g. 6.9.12. Shows up correct in WP, displays in iCal on 5.9.12.