<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Date Picker Conflict With WP-Views Request</title>
		<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request</link>
		<description>Gravity Support Forums Topic: Date Picker Conflict With WP-Views Request</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 07:50:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/date-picker-conflict-with-wp-views-request" rel="self" type="application/rss+xml" />

		<item>
			<title>imeson on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-78626</link>
			<pubDate>Wed, 03 Oct 2012 06:57:35 +0000</pubDate>
			<dc:creator>imeson</dc:creator>
			<guid isPermaLink="false">78626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I sorta found the source of the issue...&#60;/p&#62;
&#60;p&#62;in gravityforms/css/forms.css starting on line 587 I just commented out the whole datepicker section and my site's datepicker looks normal now. &#60;/p&#62;
&#60;p&#62;It is for sure some of the specific datepicker header css as commenting out those lines got it really close to rendering correctly but some things were still not quite in position.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-77882</link>
			<pubDate>Fri, 28 Sep 2012 07:59:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The datepicker UI CSS comes from jquery-ui-1.7.2.custom.css in the css folder of the plugin.  The file is included in form_detail.php (line 94 in my version - could not post the code here due to firehost security restrictions).&#60;/p&#62;
&#60;p&#62;It does not look like there is an easy way to remove that stylesheet individually (via filter or function) and if you did, you would lose a lot of other jQuery UI specific styles.&#60;/p&#62;
&#60;p&#62;If it's just a style issue, can you override all the styles in your own theme's stylesheet so that the styles from jquery-ui-1.7.2.custom.css are not applied, or are overridden, actually?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imeson on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-77879</link>
			<pubDate>Fri, 28 Sep 2012 07:48:07 +0000</pubDate>
			<dc:creator>imeson</dc:creator>
			<guid isPermaLink="false">77879@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, and actually the issue still exists , I had just disabled the CSS output in GF settings. I reenabled it and the conflict is back.  The datepickers look like: &#60;a href=&#34;http://screencast.com/t/dqLQ7DBLHgPl&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/dqLQ7DBLHgPl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a way I can easily disable the GF datepicker css? I want the rest of the css. &#60;/p&#62;
&#60;p&#62;I'd be happy to give you a login on my dev site if it was helpful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-77876</link>
			<pubDate>Fri, 28 Sep 2012 07:39:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting that work around.  So where is the actual problem coming from?  Is it a matter of the styles overwriting each other, or a JavaScript conflict?  The forum discussion seemed to mention a JavaScript error but yo have dealt with the CSS here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imeson on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-77874</link>
			<pubDate>Fri, 28 Sep 2012 07:34:41 +0000</pubDate>
			<dc:creator>imeson</dc:creator>
			<guid isPermaLink="false">77874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, &#60;/p&#62;
&#60;p&#62;Try this &#60;a href=&#34;http://paste2.org/p/2279548&#34; rel=&#34;nofollow&#34;&#62;http://paste2.org/p/2279548&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I seem to have found a way around it by commenting out the CSS stylesheet enqueue for both WP Views and WP Events Manager. Here is what I did...&#60;/p&#62;
&#60;p&#62;wp-content/plugins/wp-views/embedded/inc/wpv.class.php&#60;br /&#62;
commented out line 112 for datepicker css call&#60;br /&#62;
wp-content/plugins/events-manager/events-manager.php&#60;br /&#62;
commented out line 219&#60;br /&#62;
//'ui_css' =&#38;gt; plugins_url('includes/css/ui-lightness.css', __FILE__),
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-77871</link>
			<pubDate>Fri, 28 Sep 2012 07:27:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Blake, there is no specific solution for this right now.  Can you post a link to your form please so we can see the conflict first hand?  Thank you.&#60;/p&#62;
&#60;p&#62;Also, we're unable to see that forum discussion without being logged in.  Can you screenshot or pdf the discussion and post the link here so we can see specifically what is being suggested?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imeson on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-77647</link>
			<pubDate>Thu, 27 Sep 2012 10:04:06 +0000</pubDate>
			<dc:creator>imeson</dc:creator>
			<guid isPermaLink="false">77647@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having the same issue, any workaround? (other than one posted in Views forum)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-73811</link>
			<pubDate>Tue, 04 Sep 2012 12:20:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I hope we can help.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theslink2000 on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-73810</link>
			<pubDate>Tue, 04 Sep 2012 12:15:28 +0000</pubDate>
			<dc:creator>theslink2000</dc:creator>
			<guid isPermaLink="false">73810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries bud, hope it's useful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Conflict With WP-Views Request"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-conflict-with-wp-views-request#post-73793</link>
			<pubDate>Tue, 04 Sep 2012 11:18:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73793@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've flagged this for the devs to take a look.  Thanks for posting.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
