Franck160
Forum Replies Created
-
Forum: Reviews
In reply to: [The Events Calendar] Superbe! – … GRRRRRHi @roblagatta,
Yes! ended! ?? I tried to do it… but can’t modify again my review:(
Should I create a new one?PS: You also noticed, I guess, my skepticism about “Tribe”‘s answer about this problem… Bug… Way to handle it… Anything to add here?
BR – Franck
Forum: Reviews
In reply to: [The Events Calendar] Superbe! – … GRRRRRThanks, all came back to “normal”, I mean great plugin & great feature…
But I’m not convince at all by “your” (TEC) answer in the other thread… ??Forum: Plugins
In reply to: [Autoptimize] Confict with Dynamic To TopHi Frank,
thanks for the advise, I’ll try it;) I the mean time, I modified the other plugin to not call minify… Let’s do plugin what they do the best ??
Have a good week ??
Forum: Plugins
In reply to: [The Events Calendar] Events for Feb show up in Widget but not main Calendar@barry – thanks for the answer, all’s back to “normal”… So per magic if I read you correctly? … ?? all start the 29th of January, and stop the 1st of Feb? All as per magic? … Thanks, and see you next year;) or review your code!
Have a good week.
Forum: Plugins
In reply to: [WPFront Scroll Top] Conflict with apollo BarThanks for the reply…
Forum: Plugins
In reply to: [WPFront Scroll Top] Conflict with apollo BarYes! – all up-to-date ??
WP 3.8.1
Advanced Lazy Load V1.4.2
Apollo Bar V1.2
WPFront Scroll Top V1.1
Theme: Twenty Thirteen (child, but same with non-child)Forum: Plugins
In reply to: [The Events Calendar] Events for Feb show up in Widget but not main Calendar????!!!! hahahaha THANKS ilonalipatova ! you give the correct pointer! ??
So, this problem also appear 2 years ago (and may be last year) ? And in January… Also February was missing??? What specific to February? Hein??? 28 days! And bye the way, look when all problem start… The 29 of January! OK OK OK… Have a look to the code and TEC uses massively strtotime()… Google for strtotime and february and you understood there are lots of issues around this couple, but all well documented & known : https://php.net/manual/en/function.strtotime.php or follow this thread https://bugs.php.net/bug.php?id=49115. The resume could be :
date() is doing what it is supposed to. You are passing it a timestamp in March.
strtotime() returns a timestamp in March because you have not been specific enough. When you just give it a month and nothing else, it makes some assumptions. For example, it takes the current year and the current date. So, you are asking strtotime for February 30, 2009 which actually doesn’t exist since February doesn’t have 30 days, so it gives you the closest match which is March 2nd.
Not a bug. You just have to be more explicit. Like “February 1”
So guys, code review you here! Hapy week! ?? In the mean time, you have a year to do it ??
As a proof of concept, I quickly modified lib/template-class/month.php line 201:
public function setup_view() { $requested_date = isset( self::$args['eventDate'] ) ? self::$args['eventDate'] : tribe_get_month_view_date(); $first_day_of_month = date( 'Y-m-01', strtotime( $requested_date ) ); $my_date = date( 'm' ); if ( $my_date == '01' && $requested_date == '2014-02' ) { $first_day_of_month = date( 'Y-02-01', strtotime( $requested_date ) ); }
And it did the trick for the content (and yes, my server was still 31 of Jan).
At the time I’m finishing this answer, my server move to Fev 1, and all Feb came back! Nav to past / future is OK (clean your cache ;)).
BR – Good WE – And for the English, happy crunch! ??
Forum: Plugins
In reply to: [The Events Calendar] Events for Feb show up in Widget but not main Calendar@courtney How happy you are!
And good point! Versions…
But unfortunately, and as I guess for all other here, I’m using the up to date WP 3.8.1 and TEC 3.4.1! (this didn’t occur with previous version…)
What ever I tried, when in month view, either from Jan or March, Feb disappear from navigation menu:
1/ From Jan (../events/2014-01), the next month is March (link is ../event/2014-03)
2/ From March (../events/2014-03), the previous month is STILL March (link is ../event/2014-03)If I explicitly tried to navigate to Fev (…/events/2014-02), then the Feb title is correct, but the content is March’s content (including dates, day & events) !
Theme back to Twenty Thirteen. Other plugins disable… Still the same problem!
Hey guys, this is a major problem! I know you are only looking here every Wednesday, but here is a serious issue!
I also tried the workaround proposed here https://gist.github.com/ckpicker/8689212 from https://tri.be/support/forums/forum/events/events-calendar-pro/ … but without luck…
Overall… do you really master your development??? I have been kind to read
BUILT SOLID & SUPPORTED
The Events Calendar is crafted the WordPress way.
The Events Calendar has been audited by many of the industry’s WordPress experts including core developer Mark Jaquith for security & plugin review team member Pippin Williamson for best practices and plugin compatibility. blablabla
But really doubt as with all updates, a new MAJOR bug is introduce!
Previous version, the list view suck! OK, so I default to “month view”… But now, while “list view” works, the “month” view doesn’t! are we going to play yoyo forever???
Yes, very disappointed user, if that care for you… And yes, I know you are only pooling this support’s thread every Wednedays… So what??? Wait next Wednesday, so in February, and see if “problems” will be solved… So what? Wait, and see??? Cross the fingers??? Hum…
Too bad, as I really appreciated the basis, concept, doc, extension… But at some point, basis also need to work!
So my question… do you master what you are doing?
Forum: Plugins
In reply to: [The Events Calendar] Events for Feb show up in Widget but not main CalendarAie! same here! https://rcsucy.fr/events/ but if you click on February, wrong info displayed. Click on List view to see what it should be https://rcsucy.fr/events/a-venir/?tribe-bar-date=2014-02
??Forum: Plugins
In reply to: [Floating Social Bar] Adding Post Comments to Social Barno ?? clean your cache or wait for it to be outdated.
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Like Does not open comment box fullyYou rock! I have spend a couple of time on this & before I saw your post & answer! Thanks ??
Forum: Plugins
In reply to: [Table of content] Title with class won't workWell, for example, in one page “table of content:”
in an other “In this page:”
In an other “Sponsors:”, “Direct link:”… Etc
and I’m sure other would find other usage;)
But need is at very low priority;)Forum: Plugins
In reply to: [Table of content] Title with class won't workHey, impressive support! ??
Do you have a “ready” version where you can specify options within the shortcode? i.e {toc,title=”Not table of content”,etc} ? I don’t need it (now), but I though a setting/page would be nice ??
Forum: Plugins
In reply to: [Autoptimize] coming up; 1.8did 1.7.3 inline the parent CSS?
Hum, sorry, I don’t know… I didn’t go into that details as if you remember a crash occurs when selecting css optimization ??
is the base URL (https://blabla/) identical to the one your blog is running on?
houps, no! Blabla “means” etcetc in “bad” french! ??
Note that on my real site, I’ll NOT use “inline CSS” as for my point of view, and on my site, I see it more as an overload than as a benefit… Average pages view/visit on my site is around 5. So it’s may be good for the first page (?…) (and for “PageSpeed” (*)…) but I don’t think it’s good for real users. After the first visit, css are cached, and so, don’t need to be reloaded each time (which you do with inlining css).
(*) tools are good, but one need to understand what they measure, and under which context/hypotheses/etc… ?? … My 0.01%… I’m not an expert… Discussion open here! ??
Forum: Plugins
In reply to: [Autoptimize] coming up; 1.8Merci;) et de rien!
Concerning the fact that ” style.css of the parent theme is downloaded”, I mean that it’s not “inlined”, but it’s downloaded (verified using FF Firebug – Network. And it’s the only one to be downloaded, all other from theme, plugin, etc, are well inlined). I was waiting it to be inlined as well (not downloaded from the website). The child’s style sheet and other are well inlined. Is that because of the @import?
Here is from the source:<style type="text/css" media="all">@import url(https://blabla/wp-content/themes/twentythirteen-child/../twentythirteen/style.css);the_rest_is_correctly_inlined
??
Let me know if you want to open an other thread / other way to discuss about this;)
BR – Franck