jojaba
Forum Replies Created
-
New 1.3 version should fix the issue, please give me feedback on this.
Thanks.Hello,
I will look to it as soon as possible (very busy for the moment).
Thanks for the feedback.Forum: Plugins
In reply to: [Access Category Password] Get passwordThe best way would be to add into the info message a link pointing to an Email address or a form to ask for it. Adding link to the info message doesn’t work for the moment but I’m working on it to fix it.
Release of next version will fix this 😉
Thanks for your patience.Forum: Plugins
In reply to: [Access Category Password] HTML messages not rendering correctlyThat’s right drewvancamp.
I fixed this, will be availabe in next version (I found other issues I’m going to fix before releasing ;).
Sorry for that.After trying several ways to handle this issue, I finally added my Google calendar into a page by using the iframe code provided by Google. Removed the plugin, sorry, but this way I could get total control on my calendar…
Thanks for the help, and good luck for your plugin.Forum: Plugins
In reply to: plugabble function check_admin_referer() not pluggable?Found this ressource: http://code.tutsplus.com/articles/understanding-wordpress-pluggable-functions-and-their-usage–wp-30189
I apply what Rakhitha Nimesh says about that in the “Is It Possible to Skip function_exists Check for Custom Functions?” chapter: first leave the check when activating the plugin, then remove it (after activation). It seems to work (my modified function is taken in account and not the core function).
But maybe there is a more elegant way to do this…Should I install Legacy Google Calendar Events 2.4[https://wordpress.org/plugins/legacy-google-calendar-events/]?
How? First remove the v3 then install the backward compatibility? How can I save my calendar templates then?
Thanks.Calendar start: Today Earliest event: same as start date Latest event: 1 year after start date.I didn’t changed anything a while (it worked as is well since I install this plugin…). Should be a Google calendar issue (maybe Google changed some internal settings) or a plugin issue (version 3.0.5 installed), I don’t know if this issue happened after a plugin update, sorry.
Forum: Plugins
In reply to: [Simple Events Calendar] Faild to connect…Sorry, posted on wrong plugin support page. :/
Forum: Plugins
In reply to: [Simple Diary for Wordpress] Change all reminder table columnsSorry, the current version can’t make this available.
Forum: Plugins
In reply to: [Simple Diary for Wordpress] Recurring Events Reminder?No, not for the moment. This diary is meant to be very simple. You have to add all events manually. Sorry.
Forum: Plugins
In reply to: [Access Category Password] Problem with settings (translation)Access Category Password version 1.3 has been released.
You can now define the validation button text 😉Forum: Plugins
In reply to: [Access Category Password] Problem with settings (translation)Thanks for that feedback.
I will fix this in next release…
To change “GET ACCESS” text, I have to provide a english .po file that you should edit but tis wouldn’t be the best way to handle this because on next plugin update, your changes will be overwritten.
Another solution would be to replace the string using JavaScript or jQuery dynamically after page load.
jQuery("input[value='GET ACCESS']").prop("value","THE TEXT YOU WANT");
To add this line in your templates, you have to add this in yourfooter.phptemplate file just before the</body>tag :jQuery(document).ready(function() { jQuery("input[value='GET ACCESS']").prop("value","THE TEXT YOU WANT"); })Ok, not he best way to do it, but loading a .js file just for on line is wasting bandwidth in my opinion (if you load a js file anyway, you can add the required line to it). If you want to do it the right school way go here : http://stackoverflow.com/a/12025482
Forum: Plugins
In reply to: [Access Category Password] Protect everything in category .. even accessIt is very diffcult to restrict access to embeded ressources like videos, images for a given article. I’m not sure the WordPress native password protected article feature could do this either…
I would suggest you to control the acces of the videos directly. How ? Adding a checkbox in the library foer each video to enbale disable the protection of the videos. This should be done by another plugin than mine 😉Forum: Plugins
In reply to: [Access Category Password] Multiple passwords neededGood idea. I will see if in the next version I can add this feature to this plugin.
Thanks.