• Resolved TeVeoOnline

    (@teveoonline)


    Hello,

    Is it possible to hide the clock that appears on the days that have a booking?

    Also, something weird is happening whith the days that have a booking: If the user do mousover, the day dissapear…

    Could you let me know how to resolve?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    1) For hiding clock icons, you can make this fix.Please open this file https://www.institutogomez-ulla.es/wp-content/plugins/booking/css/client.css

    ( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )

    then add this code to the bottom of this file:

    
    div.block_hints .block_time, 
    div.datepick-inline .timespartly {
        background-image: none;
    }
    

    Please do not forget to clear browser cache before testing these changes.

    2) Relative issue with hiding days. Probably, its because of conflict with some other plugin or actual theme.
    Please try to deactivate one by one all your active plugins at the WordPress > Plugins menu and make testing after each plugin deactivation.
    If its not help, please deactivate all your plugins and active the default WordPress theme. And then retest it again.
    We just need to find the reason of this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide clock’ is closed to new replies.