Tagged: x
-
AuthorPosts
-
April 15, 2016 at 4:23 pm #884885
scottkwilsonParticipantHello – Recently I had a very similar issue to this one that your team helped me out with it. Unfortunately I am not able to find that thread after searching by my user name. The others are there, but this one is gone. Sorry for starting the topic over.
While using wpDataTables, which works well with X, when you hover your mouse over the date picker on a certain area of the site, there is a red circle and line through it indicating “you can’t do that.” You guys helped me fix this – thank you!! This is now happening in another area when using the front-end editing functionality. Below is the code your team gave me that fixed the first issue.
.date_range_filter.picker__input {cursor: pointer !important;}
Attached is a screenshot. I’ll send a followup post (in private) that has my username, pw and link to access so you can see the issue.
April 15, 2016 at 4:28 pm #884895
scottkwilsonParticipantThis reply has been marked as private.April 16, 2016 at 7:15 am #885654
ChristopherModeratorHi there,
Please add this CSS :
input[readonly], select[readonly], textarea[readonly] { cursor: pointer; }Hope it helps.
April 16, 2016 at 5:22 pm #886133
scottkwilsonParticipantPerfect! Thank you!
April 17, 2016 at 7:44 am #886740
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-884885 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
