Event info

GK User
Thu Jan 22, 2015 3:44 pm
I try to explain my problem ... and precise that I read the page
https://demo.gavick.com/joomla25/univer ... e-features

My question is: why the time bar is completely full if the current date is a couple of months after the event?

for a real example:
event date 2 feb 2015
now is 22 gen 2015

the bar is completely full

if I set how event date: 2 feb 2014
the bar is almost full (good for me)

in my site events will be scheduled from month to month and setting the dates correctly all seem already occurred

I hope to be able to understand me
User avatar
Expert Boarder

teitbite
Sat Jan 24, 2015 8:32 pm
Hi

Bar is showing a time to event start, so if the date passed it will be fully covered. I'm afraid it's not implemented to work with events date, so it will be better to hide it by adding this code to override.css:

Code: Select all
.gkNspPM-EventsList .gkEventsListProgress { display: none; }
User avatar
Moderator

GK User
Tue Jan 27, 2015 11:42 am
hi,
if it worked as you say would be fine!
Today January 27 I have 3 events:
the first of February 5 (2015) and the bar is full (why?)
the second on 31 January (2015) and the bar is full
the third 31 January (2014) and the bar is almost full (almost full? this date has passed should be all full...)

I really don't undestand...


I'm putting the dates in English format: (month, day, year), as well as putting in: (day, month, year) is not working as it should
<time class="gkEventCounter" datetime="02-05-2015">Time left to event</time>

teitbite wrote:Bar is showing a time to event start, so if the date passed it will be fully covered. I'm afraid it's not implemented to work with events date, so it will be better to hide it by adding this code to override.css:
User avatar
Expert Boarder

GK User
Tue Jan 27, 2015 11:55 am
this too, otherwise the bar would see in the article ...

.gkEventCounter { display: none; }


but I would love to understand why it does not work ...

teitbite wrote:
Code: Select all
.gkNspPM-EventsList .gkEventsListProgress { display: none; }
User avatar
Expert Boarder

teitbite
Tue Jan 27, 2015 9:03 pm
Hi

Unfortunately I cannot find an example which is not working in our demo, but I'm guessing using a different time format may be cause an issue. Can You please tell me the url to the example of it in Your website ?
User avatar
Moderator


cron