• Resolved bolekula

    (@bolekula)


    Hi,

    I have a separate plugin for a booking system on my website. When I add WP Date Picker (for different purpose, on a different page of my website) the style of already installed plugin is corrupted with the style of WP Date picker.

    We use Divi Theme, and the booking plugin is Chauffeur Booking System.

    Do you have an idea how to solve this?

    If you need more info let me know.

    Thanks

    • This topic was modified 7 years ago by bolekula.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    As both datepicker will be using the same classes so it is possible that they will get affected. Please send me a screenshot of your datepicker plugin settings. And also make sure that you are using default CSS or custom style for the plugin?

    I can see a really nice datepicker UI on right top section, please send me the other URL which is being interrupted.

    Thread Starter bolekula

    (@bolekula)

    Hi Fahad,

    Thank you for your prompt reply.

    Here you can check Calendar with and without WP Date picker actiavated, and also settings (of what I have since I am not premium user of your plugin).

    https://ibb.co/QM2n5w7
    https://ibb.co/7bFKn61
    https://ibb.co/L0J0TWp

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    But i have already checked this portion, your datepicker is looking nice. What are you expecting? As you are a FREE version user, so no custom styles are interrupting but only default jQuery UI styles. Please tell me the issue again.

    Thread Starter bolekula

    (@bolekula)

    https://ibb.co/pPf8D33
    https://ibb.co/BqB01dS

    Here are the photos of that plugin (when you click on the date) with the date picker activated and when it is not. That plugin is not supposed to be affected with WP Datepicker – WP Datepicker overrides the style of the other plugin. I do not wish to change the style of your plugin, I’m only concerned with the fact that it interferes with the style of other plugin.

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Got it, i am adding this style fix to premium version. Whatever is interrupting at the moment, is in fact, missing styles in your CSS. I am writing those Styles here. Try if it works for you.

    		.ui-widget-header{
    			background:none;
    			border:none;
    		}
    		.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    			background:none;
    			border:none;
    			
    		}
    		.ui-datepicker .ui-datepicker-next span{
    			background-position:-48px -192px;
    		}
    		.ui-datepicker .ui-datepicker-prev span {
    			background-position:-48px -192px;
    		}
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Date Picker Overwrites other Plugin’ is closed to new replies.