japerezclick
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorOK, many thanks for your help
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorSome advice?
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorIt seems so, but I don’t know how it got it OK. This morning, it was all over the pages
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorIt’s true there is no error now
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorIt happens when clicking hamburger or globe menu icons, especially in mobile
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorDisabled. Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] ErrorNúmero de informe: UWHCKKYM
Fecha de informe: 12/09/2024 18:33:22
Thanks
Thank you very much!
Thank you very much, code is amazing, but for reasons I don’t know, it’s not working on clicking tds in calendar.
Hi Niel.
Thanks for your quick answer. The problem it’s quite simple.
In this case you can only select Tuesdays in the calendar (it’s a 3 days course that only starts on Tuesadys).
If I select for example 21/3/23, I have styled td’s of that selected Tuesd and adyacent Wed and Thurs to background red.

But if you advance in time, you can see that, for example, 21/11/23 is also “in red”, as that day is also Tuesday and shares same class with 21/03/23: “xdsoft_current”.

To solve this I am trying to add a specific class (on click a td) to the “selected” td with Javascript, but it doesn’t work:
<script> jQuery(document).ready(function() { $("td.xdsoft_date").click(function(){ $(this).addClass("seleccionado"); }) }); </script>My questios is: is there a way to “reach” that selected date (in this case 21/03/23) so I can style only period selected?
Thanks.
- This reply was modified 3 years ago by japerezclick.
OK, thanks.
OK, I will try that, as I am using DIVI theme.
Thanks!