By Andy on Saturday, 21 November 2015
Posted in General Issues
Likes 0
Views 431
Votes 0
Hopefully a couple of minor trivial quick things that could be considered for 1.4.5....

On the very top of the Event List Menu Item view:

1) Unless it's just my template (link provided in case it is!) the CHECKBOX next to 'Include Past Events' can't actually be checked.... you can click the words, but a click on the Checkbox does nothing. Some users think it's 'broken'

2) The 'Created Date' button sorts by first created... wouldn't the point of having this be to allow a returning user to see what new events (s)he has missed... in which case it should show by last created?

Just as a general cosmetic consideration too, maybe all these functions could be together rather than the include past events on the left and the 'Sort by Date / Created' on the right.. That way the user has all the power in one place and won't miss anything (hopefully!)
Hi Andy,

I am really sorry for the delay of this reply. Please find my answers to your inquiries below.

1) Unless it's just my template (link provided in case it is!) the CHECKBOX next to 'Include Past Events' can't actually be checked.... you can click the words, but a click on the Checkbox does nothing. Some users think it's 'broken'

It seems like this is a bug in our end and we are able to replicate this locally. Can you try to apply the following css code inside your custom.css and see how it goes? I will inform our designer so they can add a proper fix to this issue in the next release of easysocial.
div#fd .events-content-wrapper .es-checkbox a:link {
padding-left: 22px;
position: relative;
right: 22px;
z-index: 1;
}


2) The 'Created Date' button sorts by first created... wouldn't the point of having this be to allow a returning user to see what new events (s)he has missed... in which case it should show by last created?

Currently by default it will always returning the oldest event created on your site inside the event listing page. I will forward this to our developers so they can try to add a toggle options to sorting the event creation date by latest and oldest in the future release of easysocial.
·
Monday, 23 November 2015 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul.. confirming that CSS works perfect to make the check-box checkable....

...and thanks for considering the ordering on the 'recently created'... As I say I do think the reason why people would use this is to see the newly created items... not the ancient ones!
·
Tuesday, 24 November 2015 04:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Andy,

Thanks for your kind concern. We will see what we can do about this later on.
·
Tuesday, 24 November 2015 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post