Rupinder Kaur
Forum Replies Created
-
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
Forum: Plugins
In reply to: [Events Calendar for Google] Recurring Events doesn’t workHi @baggi-t ,
we are sorry, but currently we are not listing repeating events . We are working on this and will soon add this into our plugin.
Thanks for writing to us.
Forum: Plugins
In reply to: [Events Calendar for Google] Recurring Events doesn’t workHi @inshaneity ,
currently we are not listing events that are duplicate or same name . But we will definitely look into this matter.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Cannot delete a productHi @mfe ,
I have made changes regarding your issue. Please redownload the plugin and check .
ThanksForum: Plugins
In reply to: [Events Calendar for Google] Calendar Grid won’t displayHi @cuwoodjr ,
we have visited your website . Events are showing at your website . see screenshot
https://tinyurl.com/y9sncv25
May be there is some cache issue you are facing.
Do let me know if i can help you further.Thanks
Due to inactivity we are closing this topic
Forum: Plugins
In reply to: [Events Calendar for Google] Multiple Calendar ID’s?Hi @wcadigital ,
Thanks for writing to us.Currently showing multiple calendar in single is not possible . But We will surely try to include it in future updates if it is possible.
Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] Reverse date / Remove secondsHi @rabland ,
Thanks for writing to us. Definitely we are doing some alteration in upcoming version. Hopefully you will find your required changes in new version.Thanks
Forum: Plugins
In reply to: [Events Calendar for Google] A Few Issues/SuggestionsHi @inshaneity ,
As you said event should be shown until its end time, this is something we need to figure out in detail.
But for now I can just give you the simple solution that will list your today’s events.Please follow the below steps
Go to your plugin and open the file plugins\events-calendar-for-google\includes\
class-ecfg-template-functions.php
Replace the line no 183 with
if($event_date >= $current_date)The situation here is that we just modified the ‘if’ condition a little bit.
Hopefully this will help your situation.Thanks