Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #884885
    scottkwilson
    Participant

    Hello – 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.

    #884895
    scottkwilson
    Participant
    This reply has been marked as private.
    #885654
    Christopher
    Moderator

    Hi there,

    Please add this CSS :

     input[readonly], select[readonly], textarea[readonly] {
        cursor: pointer;
    }

    Hope it helps.

    #886133
    scottkwilson
    Participant

    Perfect! Thank you!

    #886740
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-884885 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>