Home Forums WoodMart support forum datepicker in conflict with plugins that use theme dependent styles

datepicker in conflict with plugins that use theme dependent styles

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #113681

    acauazum
    Participant

    Hi, im using dokan+woocommerce front end+ woocomerce booking
    Inside the woocommerce front end, all the datepickers are incorrect,
    Look the image, upside is my datepicker, downside is the correct datepicker using another theme.

    I contact 2 from this 3 plugin developers and they said that this styles are theme dependent.
    How to fix this datepicker?
    Maybe they use the local theme styles ?

    Attachments:
    You must be logged in to view attached files.
    #113704

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? Send us an exact link where we can see this issue.

    Thank you in advance

    #117026

    acauazum
    Participant

    >I leave actived all the plugins that need to open this screen,its a woocommerce Front-end Manager

    >Attached pics with problem using Woodmart,and after change the theme to an Free WordPress Theme show that the datepicker its there working

    Attachments:
    You must be logged in to view attached files.
    #117032

    acauazum
    Participant

    #117121

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .ui-datepicker .ui-datepicker-title select {
        border-radius: 0;
        background-color: white;
        padding: 0 10px;
        border-width: 1px;
        width: 50%;
        text-transform: capitalize;
        background-position: right 5px top 50%;
    }
Viewing 5 posts - 1 through 5 (of 5 total)