Plugin Author
Awais
(@awais300)
Hello @yuriimytro
I’m unclear about your message. Could you please provide further clarification? Also, the link you’ve shared isn’t public, making it inaccessible for me.
@Awais
Days, yesterday, the day before yesterday and so on should not be clickable
Sorry, try opening the link again https://drive.google.com/file/d/1ucAP6pey8ENTD94f4pjYUxtv7Uelqxlb/view?usp=drive_link
This should work like a calendar for making appointments. I can’t make an appointment with the doctor for Yesterday) it is possible to add the class Disabled or Attribute to the past days
https://drive.google.com/file/d/19fmHXNVTUPSgTyvrL0iVJE0v6iEyaIPZ/view?usp=sharing
-
This reply was modified 2 years, 6 months ago by
yuriimytro.
-
This reply was modified 2 years, 6 months ago by
yuriimytro.
-
This reply was modified 2 years, 6 months ago by
yuriimytro.
Plugin Author
Awais
(@awais300)
Hello @yuriimytro
I’ve incorporated the new feature allowing you to conceal past dates. You need to update the plugin to the latest version.
// Employ the following filter to hide dates in the past.
add_filter('gf_awp_calendar_hide_past_dates', '__return_true');
Code goes in function.php file of the active child theme (or active theme).
-
This reply was modified 2 years, 6 months ago by
Awais.