<?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: initialization code calendar.png conflict</title>
		<link>https://legacy.forums.gravityhelp.com/topic/initialization-code-calendarpng-conflict</link>
		<description>Gravity Support Forums Topic: initialization code calendar.png conflict</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23:35 +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/initialization-code-calendarpng-conflict" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "initialization code calendar.png conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/initialization-code-calendarpng-conflict#post-375139</link>
			<pubDate>Thu, 11 Jul 2013 04:53:34 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">375139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am glad you were able to resolve your issue and thanks for sharing your solution.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abtronic27 on "initialization code calendar.png conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/initialization-code-calendarpng-conflict#post-373957</link>
			<pubDate>Wed, 10 Jul 2013 18:03:07 +0000</pubDate>
			<dc:creator>abtronic27</dc:creator>
			<guid isPermaLink="false">373957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I solved my problem - thank you! This helped me solve the issue by writing it out. &#60;/p&#62;
&#60;p&#62;First off it turns out that I was assigning datepicker options (shown here ---&#38;gt; &#60;a href=&#34;http://api.jqueryui.com/datepicker/#option-minDate)&#34; rel=&#34;nofollow&#34;&#62;http://api.jqueryui.com/datepicker/#option-minDate)&#60;/a&#62; with colons instead of = signs- see this for more info ---&#38;gt; &#60;a href=&#34;http://stackoverflow.com/questions/4471200/invalid-label-on-firefox-javascript-error&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/4471200/invalid-label-on-firefox-javascript-error&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The calendar image still did not show, so I rearranged the code and ended up specifying the default datepicker settings within my code, see &#60;a href=&#34;http://forum.jquery.com/topic/datepicker-calendar-image-not-showing&#34; rel=&#34;nofollow&#34;&#62;http://forum.jquery.com/topic/datepicker-calendar-image-not-showing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Use this code to specify defaults&#60;br /&#62;
&#60;code&#62;$.datepicker.setDefaults({showOn: &#38;#39;both&#38;#39;, buttonImage: &#38;#39;images/graphics/calendar.png&#38;#39;, buttonImageOnly: true});&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abtronic27 on "initialization code calendar.png conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/initialization-code-calendarpng-conflict#post-372597</link>
			<pubDate>Wed, 10 Jul 2013 02:30:40 +0000</pubDate>
			<dc:creator>abtronic27</dc:creator>
			<guid isPermaLink="false">372597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I seem to have the same issue regarding my initialization code for the datepicker ui. I call it in my footer.php file. Right now and I can see that the specified options I set (within the initial file), but for some reason calendar.png does not load.&#60;/p&#62;
&#60;p&#62;The file works, but there is a conflict with the image- I get the alternate text instead (&#34;...&#34;).&#60;/p&#62;
&#60;p&#62;I have copied the path of the image set by my source and pasted it into a new browser window and the calendar.png loads, so I know that is not the problem. I don't see how initializing the ui overwrites and conflicts with the original ui code specified in the head/footer.&#60;/p&#62;
&#60;p&#62;I wish I had this issue online, but this problem is on a local environment.&#60;/p&#62;
&#60;p&#62;Here is a screenshot with the initial not loaded properly. ---&#38;gt; &#60;a href=&#34;http://db.tt/7W6wHVnl&#34; rel=&#34;nofollow&#34;&#62;http://db.tt/7W6wHVnl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Notice the calendar image loaded to the right of the field? Now this photo shows the opposite, why isn't the image loading?&#60;br /&#62;
&#60;a href=&#34;http://db.tt/4OKAUAke&#34; rel=&#34;nofollow&#34;&#62;http://db.tt/4OKAUAke&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have used a number of options to solve this solution. I have tried overwriting the css property of the overflow ---&#38;gt; &#60;a href=&#34;http://pastebin.com/81esgCgv&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/81esgCgv&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Moving my initial call from the header to now the footer (right before the end body tag).  Here is the javascript file that calls curtain conditions I set for datepicker. ---&#38;gt; &#60;a href=&#34;http://pastebin.com/rkfGLMfz&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/rkfGLMfz&#60;/a&#62;.  This has been evolved since the first time I got&#60;br /&#62;
it to work, this is what it looks like ---&#38;gt; &#60;a href=&#34;http://pastebin.com/cxw6SSRb&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/cxw6SSRb&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is a default twentytwelve WordPress site I have been testing on. To ensure that all the custom files created never get lost I put them all into a twentytwelve-child folder so nothing gets over written. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/5v6CQtzp&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/5v6CQtzp&#60;/a&#62; is imputed into the -child directory, along with everything else. Again I apologize this is on a local machine, maybe I can give a link for the .zip import of the WordPress setup I have? &#60;/p&#62;
&#60;p&#62;It is frustrating that I have to discuss all this technical stuff I have been working on all day.... I appreciate all the help :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
