Conflict with WP Google Maps
-
I have a conflict where I have shortcode for both Tablepress and WP Google Maps (WPGMaps) on the same page.
Without WPGMaps the table looks fine – I am using custom CSS for borders, border-radius and background-color. However, when I add the WPGmaps shortcode, Header background-color and all borders load briefly and then disappear. This happens with or without the custom CSS.
The Support Team at WPGMaps found a workaround by adding custom CSS to WPGMaps, as follows:
“From what I can tell, the data tables which are used by both plugins seem to have a style or two conflicting, however, luckily I seem to be able to target the right elements to adjust this.
Could I kindly ask you to please add the following CSS and confirm once complete?”
.dataTables_scrollHead {
background: #020298 !important;
}The above works for border and border radius also. However, this seems like a strange way to fix the problem. My question, therefore, is:
Is there some CSS that I can add to Tablepress to protect from this kind of conflict?
Regards
Pat
- The topic ‘Conflict with WP Google Maps’ is closed to new replies.