CSS Conflict Issue with jQuery UI and Wordpress -


I have been working on this issue for several days, and I can not know where the error is. / P>

The site in question is

If you look at the calendar here, it exits from its container, and ignoring the styles. Click to see other examples of calendar. If you pay attention to both places, then it is pulling the same CSS. I tried to edit CSS, and there was no answer to the jQuery and Homepage Calendar.

Now navigate to these two pages, exactly the same. Drag from Php document, even though they both are rendering separately. The calendar looks suitable on this page, but there is no other content ...

We went a step further and created a test site. The test site loads the calendar properly ...

Keeping some things in mind: This was first made for WordPress 3.4.2. It was then upgraded to 3. 9.2 to accommodate gravitational forms. This is a multi-site

I have been stumped, and any help would be great please tell me if more information is needed.

They are not pulling the same CSS. Broken CSS is pulling CSS from style.css and jquery-ui.css, while working correctly, a CRS is pulling from wrhsac.org/datepicker.css?ver=1.8.4.

You can hit F12 in most browsers and after insertion, you can observe the elements of your page. After this, you can see what CSS is affecting the element.

In addition, by expanding the 'Head' tag in your HTML, by pressing F12, you will see that the stylesheet reference on your two pages is very different. You should either remove the references to wrhsac.org/datepicker.css?ver-1.8.4 - or you should remove UI-datepicker styles from that file in order to avoid conflicts.


Comments