contactovisualpt
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Survey] Print or export statistics to PDFI found a workaround to get this.
Because the plugin have the option to activate showing the statistics in the survey, “Public statistics in Front-end”, we can easy export to PDF by temporarily activating the option, go to the page, click to show the statistics, and use the browser print to PDF. All we need is to print from page 8 (might differ so we have to test), to the last page. And there it is. The statistics in PDF.
Then I go back to the admin and hide the “Public statistics in Front-end” again.Nelson / Contacto Visual
Forum: Plugins
In reply to: [Réservation Facile] Time Unit less than an hourGreat.
How do I send you my email?Thank you
Nelson / Contacto Visual
Forum: Plugins
In reply to: [Réservation Facile] Time Unit less than an hourYes! Almost there:
Time Slots, in hours/minutes – PERFECT!
Clicking in the calendar, fills the form with
– Date d’arrivée:: OK
– Heure d’arrivée (heure): not filled
– Heure d’arrivée (minutes): OKBut yes, that is what I was looking for.
About “…i will put this change on the new version of the plugin”
I’m kind of in a hurry, as I need to setup this for a site of a resort that will open next June 1st (after 3 months closed due to covid virus).
Because government restrictions, restaurants can only open with 50% capacity, which requires the resort to limit the access, and ask his guests to book in advance.
This is where this plugin of yours come to rescue 🙂
I have it now almost ready here : https://quintavaledohomem.com/cms/pequeno-almoco/
Time slots I added manually, and made some CSS customization to make it usable on mobile phones. Calendar slots are too small to be touchable.Another thing I need, is to identify the room number. To get this, I modified the label of Last Name field. It will do. Ideally would be an additional field in the form, as a select with previously room numbers options.
So… Waiting for your next release might be a problem.
I am comfortable with customizing code in PHP or JS. Maybe you could send me modified files or where code was updated. If it is not asking too much…Thank you
Nelson / Contacto Visual
Forum: Plugins
In reply to: [Réservation Facile] Time Unit less than an hourHi Stéphane
Thank you for the quick reply.
I saw the demo camping, but it looks to me it has the same problem I’m facing.
You have time slots with one hour difference (8:00, 9:00, 10:00, and so on). That is easy to configure. Then the customer has to choose between 15 minutes intervals of arrival time.What I’m trying to achieve, is to show time-slots of 45 minutes (8:30, 9:15, 10:00, 10:45). Once the customers clicks on the calendar slot, it would append the date and time to the form. Example:
Customers chooses 29/05/2020, in the slot corresponding to 8:30.
After clicking on the calendar slot, the form should fill the date with 29/05/2020 and the Arrival hour to 8:30.
Or just a full date field with 29/05/2020 8:30.
If he clicks on 29/05/2020, in the slot corresponding to 10:45, the form would receive exactly that: 29/05/2020 10:45It’s for a restaurant, so the time schedule is important.
If I define time slots in the calendar, what is the point of forcing the user to choose the hour in the select field in the form? Its predefined in the calendar.
Also for the second click on the calendar, the demo camping has the same problem.
Because we use hour, there is no Departing Date, which is correct, as it is a single date booking.
On a normal hotel booking, we need the Arrival date, and the Departure date. Your calendar script does just that. The second click is for the Departure date. And that’s fine.
On a Restaurant booking, with a single date booking, the calendar script could ignore the Departure date, and let the user choose to modify the date or hour slot. That would be great. The only solution is to reload the page.Hope there is a solution, as for everything else, I find the plugin fantastic.
Nelson / Contacto Visual
Hi danieliser
It worked! 🙂
I had to make a little edit, but I tested and works great.123 = ID of the post (popup maker post)
pum-123 = cookie name defined on settings
expires: “10 years” – change to expires: ’10 years’ (double-quote conflicts in the code)In my case, it ended like this:
<a href="#" onclick="PUM.close(6526);pm_cookie('pum-6526', true, {expires: '10 years'});return false;">Already subscribed. Do not show this popup again.</a>
Testing it, and verifying the cookie:
Expires / Max-Age:”Sun, 21 Apr 2030 08:38:53 GMT”And there it is. added 10 years to expiring date.
Cool!
Thank you
Forum: Plugins
In reply to: [Flamingo] post ID of the messageThank you for your quick reply.
That’s what I thought…Forum: Plugins
In reply to: [Contact Form 7 - Conditional Fields] Same hidden field, different valuesOK. I was wondering if your PRO version would handle this…
I’m thinking in a postprocess solution in php (not very comfortable with js), but I hope your plugin will have this option soon. It’s a great plugin. I pushed it really hard with a lot of conditions, and other than this one, it works great. 🙂 Congratulations. You deserve 5 stars.Forum: Plugins
In reply to: [Contact Form 7 - Conditional Fields] Same hidden field, different valuesThank you for the quick answer.
I do that in the CC, not in the To field, and it works great. But that is just part of it. Actually I need the email-do-servico field to assume a different value, and that it is stored in the database (I use Flamingo to do that). That field is later read in a custom page to identify a service email.
It’s what I find in the wp_postmeta:
meta_key: _field_email-do-servico
meta_value: (whatver the email is)
If I use different names for the field, they will be stored like this:
meta_key: _field_email-do-servico-1
meta_key: _field_email-do-servico-2
etc
Not good.Yes, you can close the ticket.
Tested and working as expected.Thank you.
[wpuf_dashboard post_type=”post,tribe_events”]
Perfect! 🙂
That’s it.Thank you
“Lock User From Editing After”
Found it. 🙂
User Frontend > Post Forms (edit form) > Settings > Edit Settings:
Lock User From Editing After… X hoursThat will do.
Thank youFound the solution in the plugin Documentation: customize the plugin template.
– Create a folder “wpuf” in my theme.
– Inside this folder, create a folder “dashboard”.
– Inside put a copy of the file “edit-profile.php”.
(wpuf/dashboard/edit-profile.php)
– Edit the form.Done.
Yes. It works 🙂
That simple. Thank you.Forum: Plugins
In reply to: [Responsive Posts Carousel] Order by RandomGreat! Thanks.
Forum: Plugins
In reply to: [Client Portal - Private user pages and login] Multi-language siteI use Polylang.
I am studying your code to try some solution. Need to fix this, as most of the site is already set up.
Best Regards
Nelson / Contacto Visual