Dr_jAcKaSS
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Check if there are upcoming eventsGreat, thanks!
One more thing, version up to 2.3.14 works fine, the error starts appearing with version 2.3.15 and up!
Issue no. 1 solved!
I had a wrong http address here. Perhaps you could allow relative links in future releases?
(Though I would never ever guess the setting for “Where is your main calendar page?” is anyway related to generating iCal event export).Issue no. 2
I have not entered any start or end hour in the form. I have checked “All day long” event though.
When I export event to iCal, it says starting at 1 am 27/9/2014 and finishing at 1 am 29/9/2014.According to what I have entered into the form one would expect event to last from 0:00 27/9/2014 to 24:00 or 23:59 29/9/2014, wouldn’t he? I believe the bug is in interpretation of 0:00.
Thanks for all your help!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] javascript API for My Calendar?Thanks, Joe, for pointing me in the right direction!
Here is the solution:
$('#jd-calendar.mini').on("click", ".category-key", function() { //do something });
Here is the link to more detailed explanation: https://stackoverflow.com/questions/8752321/jquery-live-vs-on-method-for-adding-a-click-event-after-loading-dynamic-ht
Ok, I have to update my post slightly:
The first issue I have described appears on mini calendar, but not in the full (grid) view.
Somehow, the link in the grid view is:
https://www.some-domain.com/?vcal=mc_469
while the link in mini calendar is:
https://localhost/some-domain/web/?page_id=602&vcal=469 (my testing server)I have moved the upgraded website to online server about the same time with the plugin update, but I have no idea why links in mini calendar refer to testing server?!
So since newly added events are of course not in the database of my testing server the output is empty.
What concerns the second issue:
The iCal exported event appears correctly – the event lasts 3 days and finishes on 29/9/2014 (there is a mistake in time period in my first post 27/9/2014 – 29/9/2014).So the “Edit Event” form (in WP backend) and iCal show the correct dates.
Mini calendar, Grid View and Google Calendar Export show event one day shorter as entered.Dear fpcorso,
actually there is one recommendation I would like to make for future development of this great plugin – a pop-up effect option. Some “professional” survey plugins have this feature.
I coded this part by myself for the need of our survey, but I believe this feature may be useful for quizzes as well.
In my case I used the plugin to make a feedback survey. So I made a small pop-up that appeared at the top of the screen (many webpages use similar pop-ups at the bottom of the page to allow cookies, or to get some other visitor feedback).
This pop-up appeared delayed – after 10s being on the page.
A visitor had a chance to click – yes, take me to the survey, or decline it. In the later case, the pop-up collapsed to button that remained on top/bottom of the page.
The survey was loaded into shadowbox (or some other lightbox plugin). I believe this should be customizable as in Nextgen Gallery plugin.
I used a “One question per page” option and the result was great!
When a visitor took a survey a cookie was set so that he was not bothered with the survey again.
Another option is for questions to appear in the small pop-up (that can collapse to survey/quiz/feedback button).
So here is the list of features that goes with this:
– small pop-up window that collapses into a button
– an option to postpone a pop-up to appear – “Show pop-up after _____ seconds”
– an option to load quizz/survey into lightbox pop-up
– choice of lightbox plugin should be customizable
– option “User can take a survey only once” – it sets a cookie after user finishes the survey.
– option “Ask same user to take the survey/quiz only once”
– option “Show the survey/quiz button if user declines the survey”I believe this would make your plugin very powerful and step beside some very expensive professional plugins. Also this would more or less replace all the other currently available feedback plugins.
And the only reason I am saying this is because I believe the Quiz Master Next plugin is currently the best free survey/quiz plugin available out there and I sincerely hope you will continue with the great work you have done so far! I have also tried several payable plugins and I was mostly disappointed.
Although I am aware that a developer cannot do his work entirely for free, I do hope some of the future features will come for free as well!
Thank you again!
Best,
I have tested at least 10 seurvey plugins in the last few days and I have to say that I am becoming desperate.
Among avaliable plugins I find Quiz Master Next one of the best, though. The only thing I really miss here (and i mean realy miss!) is an option to export answers to CSV format. This would enable me to import results to Excel and go through the answers quickly and for polls to make quick simple analysis.
I do not know how to go through 200 survey answers, since clicking on each survey result is just too time consuming.
Anyway, thank you for a great work you have done so far! ?? And I hope export function is comming out soon! :p
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar Event Multi CategoriesI also miss this feature quite often, so I defenitely sign under this request! ??
According to my test, by making this little change the background color is set for both cases – whether it is a link or not.
Well, next line may also be slightly altered if you want to change the background on mouseOver (focus), but this is more or less a CSS thing, depends on what effect would you like to have.
Personally I use different effect for hover, so I have turned off background-color change by adding the following CSS to my stylesheet:
#jd-calendar.mc-main .event-title a {
background-color: inherit !important;
}
#jd-calendar.mc-main .event-title a:hover {
background-color: inherit !important;
}But the later is of course adjusted to my template needs.
Thank you again, Joe, for fast response.
I made a trigger to add rows to Events table, but this is even easier solution and can be used to fix events already in the DB from previous releases (with older DB structure)!
Thanks Joe!
I have get back to this after a while, since I was short on time then.
I would suggest changing the line 156 in my-calendar-core.php:
from
$category_styles .= "\n.mc-main .$class .event-title a { $type: $color; $inv }";
to
$category_styles .= "\n.mc-main .$class .event-title { $type: $color; $inv }";
I have removed the anchor element from CSS. If you use {title_link} in settings for event title, the link is generated only if there is an URL set, which is a correct behaviour. But I believe the category background color should be set to title irrespective of whether the title is a link or not.
Presently the background is coloured only if title is a link, otherwise not.Joe,
category colors does not seem to work in the latest version of mini calendar. Not even for category titles or titles background.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Events on top of each other ? (Link)I also miss this behaviour or at least I would expect this to be a default one.
A closer look to CSS reveals that the following CSS is not generated:
.mc-main .mc_custom-category-name .event-title a { background: #fffdd4; }
So there must be some sort of scripting error that should generate this CSS, but it does not.
(It is not the CSS issue such as overriding a CSS rule with my style sheet).
Thanks Joe for your fast reply.
I have to appologize, but I have forgot to mention that I was talking about mini calendar.
I was not careful enough to notice, that there is a difference between details pop-up in a full and mini mode/view.
In mini calendar when you click on a date (that has some events of course) the details pop-up appears. And here is the title I’m talking about. This title is always a link as described in a previous post, which I believe may be ambiguous to visitors (from visitor perspective some links work and some do not).
Thanks again!