NanoWis
Forum Replies Created
-
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Bug about booking time rangeSorry, the page is protected :/
Forum: Fixing WordPress
In reply to: Redirection to page looked before loginForum: Fixing WordPress
In reply to: Redirection to page looked before loginHello,
Thank for your reply.
The new problem is that it redirects on login.phpIf you come from home, you’re redirected on login and on home
If you’re on the seccured page, you disconnect, redirected to login page and back on the seccured page
- This reply was modified 5 years, 11 months ago by NanoWis.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Calendar view per day doesn’t workHello,
Yes i did look at this guide 😉
Here, the view per week
https://zupimages.net/viewer.php?id=20/22/8w7c.pngHere the view per day
https://zupimages.net/viewer.php?id=20/22/0tr2.png- This reply was modified 5 years, 11 months ago by NanoWis.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Cannot use offset correctlyHello I have the same problem. In my archery club, we can book a session for 1h45, and there must be an offset of 15 minutes. Then I set the session for 2h,
and because there is no end time displayed, I just mark on the page that every session is 1h45 -> I’ve got the offset.But it doesn’t work if you have different sessions of different time
Okay ! Perfect, it works 😀
Thanks a lotIt’s already in “Advanced”
For example, 1h30 is not proposed, and you can’t choose it.Forum: Plugins
In reply to: [Salon Booking System - Free Version] Error with beginning timeYes, because I set sessions for 2 hours yesterday night.
I just set sessions for 105 minutes now, you can test : 8h45 is the first session proposed
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Error with beginning timeForum: Plugins
In reply to: [User Role Editor] Grant Editor Allow Full Access to Caldera FormsHi, then I added the code below in theme functions.php
add_filter('caldera_forms_manage_cap', 'change_cf_manage_cap', 10, 1); function change_cf_manage_cap( $cap ) { $cap = 'edit_caldera_forms'; return $cap; }But I don’t see options about Caldera Form in User Role Editor :/
https://wordpress.org/support/topic/how-to-allow-subscribers-to-see-entries-in-front-end/
Forum: Plugins
In reply to: [User Role Editor] Grant Editor Allow Full Access to Caldera FormsHi, can you explain, where we must add this : Do not forget to add ‘edit_caldera_forms’ capability 1st. ?
I add the filter but it doesn’t work to see entries in frontend