Mise à jour du plugin
-
Bonjour, il n’y a pas de mise à jour à la dernière version de wordpress ?
-
Hi @papet33,
Sorry I have not had the chance to certify this plugin to work with the latest WordPress.
However, per my own testing, this plugin and the version I modified to include jQuery Input Masks at https://github.com/awijasa/rendez-vous work fine with WordPress 5.1.1.
Once you are at the GitHub project page, click Clone or download > Download Zip.
Please let me know if you have any question.
Thanks,
Hi @awijasa,
This plugin looks amazing, but I think it’s not working at it should. I check your Vimeo video first, but I only see “New Rendez-vous” on my site. I click on it and nothign happens: https://i.gyazo.com/15255bb3537d2bf0047aae15e4ca74da.mp4. I know you don’t plan to keep updating this plugin, but it’s the only tool avaliable for this kind of things.
I can contribute with money.
Thanks!
-
This reply was modified 5 years, 10 months ago by
imborx.
Hi @imborx,
Would you mind creating a Subscriber account for me ([email protected]) at your website? I can then troubleshoot the issue.
There may be a JavaScript error preventing the New Rendez-vous dialog box from showing up on your website.
Please don’t worry about payments.
Thanks,
I really appreciate it @awijasa !!
I just create you an editor account (if you need to check some configuration on the back-end). If it’s better for you, we can speak though e-mail. Whatever you prefer.
Thank you!
Hi @imborx,
For some reasons, I still have not received the user invitation email yet at my inbox. Would you mind sending me the credential to my email address: [email protected].
Please feel free to start an email conversation with me.
Thanks,
Hi @imborx,
I have access to the site now. Base on my current observation, it seems like the problem could be caused by the ‘defer’ attribute added to the script tags responsible to load backbone.min.js and wp-backbone.min.js.
When you have the Rendez-Vous page open, right click > Inspect Element > Console. You will see some error messages complaining about Backbone not being defined. However, if you type Backbone or Backbone.Model into the Console itself, you will get results. This is telling me that Backbone is being defined, but somewhat late in the process.
Maybe we can try to fix this by attempting to get ‘defer’ attributes removed from script tags or wp_enqueue_script calls that load backbone.min.js and wp-backbone.min.js. This may also be caused by plugins that try to optimize JavaScript.
To confirm what I mean by the ‘defer’ attributes, on your site’s Rendez-vous page, right click > Inspect Element. On the Element tab, Ctrl + F for backbone.min.js. You will see that the script tag that loads this resource has a ‘defer’ attribute.
Please let me know what you think. Feel free to respond to my email address. I responded here because I don’t have your email address yet.
Thanks,
Wow, that’s a really detailed answer, thanks! You were totally right, I can’t create a rendez-vous because there was activated an “Optimization” plugin with came with the theme. I deactivate it and now it works.
The problem now is that I can’t select any date and also I can’t click on “Restrict this Rendez-Vous” (check this short video: https://i.gyazo.com/6434dc2c0fafddf43b902a192804d97a.mp4). I don’t know if you plan to support this plugin, but if no, I don’t want to take you more time.
I wrote you an email before your message, you didn’t recieve anything? https://i.gyazo.com/5788d45b8c3354785df6902fad0a955d.png Maybe it’s on spam mailbox
Regards
Hi @imborx,
Yes, I plan to support this plugin. Troubleshooting detailed problems is much easier than making sure that the plugin is up-to-date and certified with WordPress 5.2. I plan the update the plugin later, but for now I can help you through the issues.
The dates can not be selected yet. You will need to click the Publish button before you can pick dates.
To make ‘Restrict this Rendez-Vous’ clickable, you will need to add this CSS into Customize > Additional CSS. The problem is because of incompatibilities with your theme, but it can still be fixed without major updates:
input[type="checkbox"].rdv-check-what { opacity: 1; position: relative; }
Also, you may re-download the Rendez-Vous code from https://github.com/awijasa/rendez-vous > Clone or download > Download Zip.
I made one fix to /rendez-vous/includes/rendez-vous-parts.php: Replacing an occurrence of rendez-vous-edit-status with rendez-vous-edit-privacy. If you don’t want to re-download the rendez-vous code base, you can make this one change in your codebase for rendez-vous.
I did not receive the email. In the screenshot, it seems like you sent it to [email protected]. It should be [email protected].
Please keep me posted if you have any other question.
Thanks,
Hi again @awijasa
“The dates can not be selected yet. You will need to click the Publish button before you can pick dates.”
I don’t understand at all what do you mean. I cannot selected an hour/date, I just see a “0” and anything more: https://i.gyazo.com/cdb04cf7660a9179e0ac87e0ac541222.png
I use your CSS code and now that checkbox it’s clickable ??
I already download the master version in Github.
Thanks!
Hi @imborx,
Sorry for the confusion. Actually to resolve that issue, you will need to add this CSS to Customize > Additional CSS:
body.rendez-vous #buddypress .standard-form p input.rdv-duree, body.rendez-vous .standard-form p input.rdv-duree { width: 80px; }
Let me know how this one goes!
Thanks,
-
This reply was modified 5 years, 10 months ago by
awijasa.
-
This reply was modified 5 years, 10 months ago by
- The topic ‘Mise à jour du plugin’ is closed to new replies.