VincentBray
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] [Beta 3.0] Problem of installBtw, I didn’t understand how to deal with your comment :
“but if you are unsure and are familiar with mysql you can look for it in the wp_options table – alternatively you can run this command once from your wordpress functions.php delete_option( ‘simple-calendar_version’ ); load wordpress once and then remove this code – later you can try again reinstalling Simple Calendar from beta or when 3.0.0 becomes available on www.ads-software.com
“Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] [Beta 3.0] Problem of installDear Fulvio,
Sorry for my late answer.
I tried once again (this time without erasing everything, only a copy on the existing folder).
=> Same issue.
How do you rename the translation files.
Is it google-calendar-events_fr_FR.mo or gce_fr_FR.mo ?I did create a new calendar, and with the grid (through widget), I was able to see the events. Which is fine, if I have to redo all the calendar.
When you click on add-on, there is a window opending asking for an Id and Password.
=> I did restore my living site. Sorry,
Rgds
VincentDear Fulvio,
“this is a dependency (qtip) – if it works for iOS users we can ask qtip to patch their library”I guess it would be a good idea, because I have to change the qtip files each time there is a new release.
The same as for my modification for timezone.
https://www.ads-software.com/support/topic/time-disparity-of-6h-in-page-view-versus-sidebar-view?replies=11Thanks a lot for your very kind support and many regards,
Thanks a lot,
VincentDear Jill,
I guess you should have a easy solution, through Xili plugin. which sounds to take the control of the po files.
So, I guess the easiest solution should be to create some new sting within Xili dictionnary with the months and dates. It shouldn’t take so long
for instance ;
msgid “Juillet”
msgstr “July”
etc..J’ai regardé xili, intéressant, mais pour l’instant je vais me contenter de ma version fran?aise-france de mon site..
Et maintenant, si j’ai des soucis avex xili, je saurai à qui m’adresser.
Bonne chance.
Amicalement,
VincentJill,
within folder “..\plugins\google-calendar-events\languages\” with a ftp filemanager, try to rename the 2 following files :
gce-fr_FR.mo to gce-fr_CA.mo
gce-fr_FR.po to gce-fr_CA.poto see if your issue is fixed. It can be only the fact, translations files should be in french-canadian if your wp is set up like this.
Vincent
Bonjour Jill, Fulvio,
I am not sure the french issue is related to translation file.
In my website, the prev/next buttons continue to give the months in french.
https://www.sjsc.fr/gce_feed/aciaco/On the feed shown by the builder, it sounds to work as well.
i’ve used the codex here below :
[event-title]
Début: [start-custom format=”D d/m/Y”] [start-time]
Fin: [end-custom format=”D d/m/Y”] – [end-time]and the D show “jeu” for “Jeudi”…
Have you tried with a generic theme such as “Twenty fourteen” ?Amicalement,
Vincentdear Nick, all,
I was having a similar issue, not of 6 hours, but of 2 hours.
The configuration (bot in google calendar) and in WordPress was set in a normal way, showing Europe/Paris as timezone.What was appearing in the widget :
– as of 10pm each day, the widget was considering it was changing the day..
So the class of day was changing of colors.
I spent some time to solve my issue in file
/google-calendar-events/includes/class-gce-display.php line 77, where I modified from :
$time_now = current_time( ‘timestamp’);
to
$time_now = current_time( ‘timestamp’, $gmt = 1 );And then, the class/color of day changed in normal time.
But I don’t know if Soluphia’s issue was similar or not…
Rgds
VincentPS : In php-calendar.php line 85, there is as well a similar function
$time_now = current_time( ‘timestamp’ );
but It’s wasn’t related to my issue..Aaron,
You can see how it works there : https://www.sjsc.fr, to see if it’s what you were looking for.you can download the js files there :
https://www.sjsc.fr/wp-content/plugins/google-calendar-events/js/jquery.qtip.js
https://www.sjsc.fr/wp-content/plugins/google-calendar-events/js/jquery.qtip.min.js
Rgds
Vincentdear Aaron,
have you done after change in js/jquery.qtip.js (lines 1964 and 1973), the minification process ?
You go to jcompress.com -for instance-, you copy/paste the jquery.qtip.js file and then you go in output table, you copy the code here, and then you paste it in your file js/jquery.qtip.min.js.
=> it sounds that’s this file which is used by GEC.Rgds
Vincentdear all,
js/qtip.min.js file lines 1964 change from :
event: ‘mouseenter’,
towards
event: BROWSER.iOS ? ‘click’ : ‘mouseenter’,
line 1973 change from :
event: ‘mouseleave’,
to
event: BROWSER.iOS ? ‘click’ : ‘mouseleave’,It sounds the IOS detection works like that.
Then, we’ve to redo the minification of js file.
If somebeody can test this solution as well to see if it’s the good one ?
Rgds and many thanks,
VincentIn qtip.min file, when you change the lines respectives 1964 and 1973
from :
event: ‘mouseenter’,
event: ‘mouseleave’,
to :
event: ‘mouseenter click’,
event: ‘mouseleave click’,
The effect is better for Ipad/Iphone, but I now have to click as well on Internet/explorer…. Which wasn’t the purpose.
I saw that there were some tests with qtip to test if it’s with IOS, but i wasn’t able to find it…
Rgds
VincentDear Nick,
I did a small change,
on file /js/jquery.qtip.js and on line 2178, I change from
event: ‘mouseover’,
towards
event: ‘click’,I did the minification of the js, and then it works better.
At least for me…
I just have to click, everywher to close the window : works for iphone, ipad… but I don’t know how it works for Android system.
Kind regards
VincentDear Nick, all,
I come back on this issue… In fact it does’nt work so fine.
My theme is twenty fourteen, and my mobile is iphone 4.
website adress is sjsc.fr
and the window/qtip doesn’t close.Would it be possible to have a closing cross in a corner ?
Kind regards and thanks again for your kind and helpful support,
VincentPlease do apologize, another test allows me to shut the window..
Dear Nick,
First at all, thanks for upgrade with -1 issue (it solved my issue).
on mobile (Iphone 4, IOS 8.1), I confirm Seansation remark.
When you hover a date, the window does not close, even when you click somewhere else in the screen…Kind regards
Vincent