• Resolved inshaneity

    (@inshaneity)


    1.It doesn’t show an event in the Grid/List view if it’s today.

    2. If there is a body text color set for the website, we cannot change the color using the plugin. Had to go into css to fix that.

    3. Add an option to hide the TimeZone and Date (as if it’s a single day event the date shows twice).

    4. Add option to be able to click on the location and be sent to Google Maps.

    5. Add option to change the color of the background of the details.

    6. Remove the seconds from the hours (:00)

    • This topic was modified 4 years, 3 months ago by inshaneity.
    • This topic was modified 4 years, 3 months ago by inshaneity.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi @inshaneity ,
    Thanks For figuring out the issues and mentioning the required changes . We will go through every possible change that we can do and will update you.

    Thanks Again

    Thread Starter inshaneity

    (@inshaneity)

    I lost edit ability on the first post, but for the first item: the event actually doesn’t show if it has started or it gets removed at the start time. We really need the event to show until the event has ended.

    Other than those, this plugin has been the PERFECT layout for our site and for our needs. Hopefully, you can update me soon, but I thank you for this plugin!

    Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi @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

    Thread Starter inshaneity

    (@inshaneity)

    Awesome! Looks like that was it!

    Don’t know much about PHP or JavaScript…

    I found the code to remove the seconds from the time in events-calendar-for-google/includes/templates/attributes/time.php, lines 35 and 39. Hope that’s right.

    And created the link for the location in events-calendar-for-google/includes/templates/attributes/location.php, by changing line 21 to <?php echo "<a href='https://www.google.com/maps/place/".$event_location."'>$event_location</a>";?>

    • This reply was modified 4 years, 3 months ago by inshaneity.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘A Few Issues/Suggestions’ is closed to new replies.