Rupinder Kaur
Forum Replies Created
-
Hi @zekecato ,
Thanks for explaining your issue. We have updated the plugin and removed the errors. Do try and let us know if you need any assistance.
Well the section you explained you issue is “review and rating ” section . In future If you need to point any error you can create a support ticket at https://ww.wp.xz.cn/support/plugin/events-calendar-for-google/
ThanksHi @axc15 ,
The billing fields are coming from default woocommerce plugin . So it you need to translate them you can do it under woocommerce plugin using any translation tool under text domain “woocommerce”.
Do let me know if i can help you further.
ThanksForum: Plugins
In reply to: [Events Calendar for Google] Date formatYes, it is.
Forum: Plugins
In reply to: [Events Calendar for Google] Date formatHi @johnegg ,
Well this date section is not part of free version of plugin . See screenshot
https://tinyurl.com/2d3yz5sqBut yes if you can do custom changes to code then we recommend you to visit “plugins\events-calendar-for-google\includes\templates\attributes\time.php” file and change the date formats programmatically . But these changes will be lost whenever you will update to new version.
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Grid & List View Large Date is IncorrectHi @jnnlsn ,
Upon visiting your given screenshot i found the upper widget that is listing the date is modified . I can notice a time is showing under the date . So , we cannot guarantee the issue occurring is coming from plugin or from the custom changes you have made.
But yes before listing the date you can mention
date_default_timezone_set($event_timezone);
before calling the date . it should equalize your date for both sections.We also recommend you to try the actual version to check if the issue occurs or not.
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Calendar View Not WorkingHi @jshahi05 ,
It seems there is an issue with jQuery loading . it can also occur from themes and plugin scripts . So it can be tested by changing your theme and deactivating suspecting plugin.we have tested this at our end and found events are loading properly with calendar view . To Load this view we are using https://fullcalendar.io/docs/recurring-events api .
Hope this will help .
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Grid & List View Large Date is IncorrectHi @jnnlsn,
We have reviewed your issue . We are not facing this issue at our end . So , your problem can be related to your time zone setting . I would recommend you to follow post
https://ww.wp.xz.cn/support/topic/how-to-set-the-time-zone/ to set your time zone .
Also you can update to newer version.Do let me know if you still faces any issues.
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Cant dissply eventsHi @johnegg ,
I have updated the plugin for recurring events . Do update to newer version . Hopefully it will sort your issues.
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Cant dissply eventsHi @johnegg ,
Thanks for writing to us.
Please make sure the calendar you are listing has some event for today and upcoming days. For older events you can face issues.
Secondly, make sure you have saved all settings for plugin from admin dashboard.
Do let us know if you have any questions.
Thanks.Forum: Plugins
In reply to: [Events Calendar for Google] How to set the time-zone?Hi @moosedesignmalta ,
Thanks for writing to us.
Well the time zone we are listing is coming from calendar api . But In case you want to reset this you can visit plugin file at plugins\events-calendar-for-google\includes\templates\attributes\time.php on line no 33 where we have set the timezone .
And replace it with
date_default_timezone_set('UTC+2');Hope this helps. We will Try to add this as a custom option So in future users can select their preferred calendar time zone.
Do let me know if you have any question.
ThanksHi @ppeter12 ,
Thanks for writing to us .
Currently the search feature is not included in plugin . But we will keep your suggestion in list and work on advance search section.For your second query “To view over country or region” . So for that the “View on map ” link provided links you to google map .
If there are other suggestions , they will be welcomed and we will love to improvise.Do let me know if you have any questions?
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Multiple Calendar ID’s?Hi @mariepnwcdr ,
Not yet Currently we are working on introducing new layouts or designs. We will consider this option once we are are done with basic improvements.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Checkout errorHi @ericfungcy ,
Thanks for writing to us.
Currently the only option available is to show qty either changeable or non changeable .
But yes if you are managing qty at backend the max qty will be set inside the counter . So , it should not be an issue.Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] TranslationHi @josu2002 ,
Currently we are not offering any inbuilt translations as all events are fetching from google . So it is not possible to translate dynamic content . For some static content you can use third party translation tools or plugin .Hope this helps.
Thanks