<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: map - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/map</link>
		<description>Support Forum - Tag: map - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 22:44:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/map" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Google map"</title>
			<link>http://www.kriesi.at/support/topic/google-map#post-81770</link>
			<pubDate>Thu, 01 Nov 2012 06:32:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The contact form doesn't support error messages at the moment. You can try to replace following code/line in js/avia.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;error&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with eg:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;error&#38;quot;);
surroundingElement.prepend(&#38;quot;&#38;lt;span class=&#38;#39;error&#38;#39;&#38;gt;Please enter your email address&#38;lt;/span&#38;gt;&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but it's not a perfect solution. I'll ask Kriesi to look into it though. For now you can use contact form plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/contact-form-7/&#34;&#62;http://wordpress.org/extend/plugins/contact-form-7/&#60;/a&#62; or &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable Free&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MoniqueMartens on "Google map"</title>
			<link>http://www.kriesi.at/support/topic/google-map#post-81532</link>
			<pubDate>Tue, 30 Oct 2012 09:57:19 +0000</pubDate>
			<dc:creator>MoniqueMartens</dc:creator>
			<guid isPermaLink="false">81532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude.&#60;/p&#62;
&#60;p&#62;I have just put in a map using Google iFrame code and made an anchor link to the form in the introduction text on top of the page. Easy and simple... Hope the customer will like that too.&#60;/p&#62;
&#60;p&#62;A question about the contact form. When visitors make a mistake in the form or don't fill in all the required fields, I only see the wrong/missing fields indicated by color. There are no messages like: &#34;Please enter your name.&#34; and &#34;Please enter a correct e-mail adress.&#34; etc. That is not really an accessible way of communicating with your visitors. People who are colorblind don't see these slight differences in color... :-(&#60;/p&#62;
&#60;p&#62;How can these messages be build in?&#60;/p&#62;
&#60;p&#62;- Monique
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google map"</title>
			<link>http://www.kriesi.at/support/topic/google-map#post-81006</link>
			<pubDate>Thu, 25 Oct 2012 06:57:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately that's not possible at the moment. You can use a contact form plugin like &#60;a href=&#34;http://wordpress.org/extend/plugins/contact-form-7/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/contact-form-7/&#60;/a&#62; or &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62;. An alternative would be to hardcode the map into the template file but that's not user friendly. In this case open up includes/loop-page.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(isset($post-&#38;gt;ID) &#38;amp;&#38;amp; $contact_page_id == $post-&#38;gt;ID) get_template_part( &#38;#39;includes/contact-form&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(isset($post-&#38;gt;ID) &#38;amp;&#38;amp; $contact_page_id == $post-&#38;gt;ID) get_template_part( &#38;#39;includes/contact-form&#38;#39; );

if(isset($post-&#38;gt;ID) &#38;amp;&#38;amp; $contact_page_id == $post-&#38;gt;ID) echo &#38;#39;my map iframe code&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of &#34;my map iframe code&#34; insert your google maps iframe code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MoniqueMartens on "Google map"</title>
			<link>http://www.kriesi.at/support/topic/google-map#post-80728</link>
			<pubDate>Tue, 23 Oct 2012 11:30:53 +0000</pubDate>
			<dc:creator>MoniqueMartens</dc:creator>
			<guid isPermaLink="false">80728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude,&#60;/p&#62;
&#60;p&#62;With this code the order of content and form are being swapped. And no content can be placed anymore before the form...&#60;/p&#62;
&#60;p&#62;On the contact page (for reference see development site at &#60;a href=&#34;http://www.deroostct.nl/wordpress/contact-route/)&#34; rel=&#34;nofollow&#34;&#62;http://www.deroostct.nl/wordpress/contact-route/)&#60;/a&#62; my client wants (1) text, (2) contact form and (3) Google Maps; in that sequence.&#60;/p&#62;
&#60;p&#62;How can that be done?&#60;/p&#62;
&#60;p&#62;- Monique&#60;/p&#62;
&#60;p&#62;PS: how can I get an automatic email message when a post has been replied?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google map"</title>
			<link>http://www.kriesi.at/support/topic/google-map#post-80716</link>
			<pubDate>Tue, 23 Oct 2012 06:52:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80716@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) No&#60;/p&#62;
&#60;p&#62;2) You need to modify the page template a bit. Open up includes/loop-page.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;)); 

				//check if this is the contact form page, if so display the form
                $contact_page_id = avia_get_option(&#38;#39;email_page&#38;#39;);

                //wpml prepared
                if (function_exists(&#38;#39;icl_object_id&#38;#39;))
                {
                    $contact_page_id = icl_object_id($contact_page_id, &#38;#39;page&#38;#39;, true);
                }

				if(isset($post-&#38;gt;ID) &#38;amp;&#38;amp; $contact_page_id == $post-&#38;gt;ID) get_template_part( &#38;#39;includes/contact-form&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//check if this is the contact form page, if so display the form
                $contact_page_id = avia_get_option(&#38;#39;email_page&#38;#39;);

                //wpml prepared
                if (function_exists(&#38;#39;icl_object_id&#38;#39;))
                {
                    $contact_page_id = icl_object_id($contact_page_id, &#38;#39;page&#38;#39;, true);
                }

				if(isset($post-&#38;gt;ID) &#38;amp;&#38;amp; $contact_page_id == $post-&#38;gt;ID) get_template_part( &#38;#39;includes/contact-form&#38;#39; );

				the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>MoniqueMartens on "Google map"</title>
			<link>http://www.kriesi.at/support/topic/google-map#post-80635</link>
			<pubDate>Mon, 22 Oct 2012 14:42:31 +0000</pubDate>
			<dc:creator>MoniqueMartens</dc:creator>
			<guid isPermaLink="false">80635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I best insert a Google Map in Sentence' contact page?&#60;/p&#62;
&#60;p&#62;1) Can that be done on top of the page (like video/image via Slideshow Options in the dashboard)?&#60;/p&#62;
&#60;p&#62;2) Or does that have to be done using an iframe in the content? If this is the case, how can I have the Google Map below the contact form?&#60;/p&#62;
&#60;p&#62;Thanks and regards,&#60;br /&#62;
Monique
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Upload question"</title>
			<link>http://www.kriesi.at/support/topic/upload-question#post-57701</link>
			<pubDate>Sun, 27 May 2012 08:54:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">57701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; No, as far as I know WP always uses the wp-conten/upload directory. However maybe this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/custom-upload-dir/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-upload-dir/&#60;/a&#62; can help you. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "Upload question"</title>
			<link>http://www.kriesi.at/support/topic/upload-question#post-57360</link>
			<pubDate>Thu, 24 May 2012 08:48:45 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">57360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;Mayby it is a dedault Wordpress question but is it possible when you upload a image to choose where to put it? Right now wordpress or flashlight is choosing by itself where to put the images.&#60;/p&#62;
&#60;p&#62;Thanks a lot,&#60;/p&#62;
&#60;p&#62;Martijn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Contact page map"</title>
			<link>http://www.kriesi.at/support/topic/contact-page-map#post-56895</link>
			<pubDate>Mon, 21 May 2012 19:35:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">56895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for posting your solution :)&#60;/p&#62;
&#60;p&#62;That is the correct way to do it! You're putting the iframe code into the featured media so that it shows up in the page. I'll see if we can make the documentation a bit more clear on this for others.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Contact page map"</title>
			<link>http://www.kriesi.at/support/topic/contact-page-map#post-56872</link>
			<pubDate>Mon, 21 May 2012 17:51:21 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">56872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I think I solved this.  If you go to the Contact page in the Imported Data Contact page provided,  Go to the FEATURED MEDIA section below the editing area for the page.&#60;br /&#62;
This is the coding in there:&#60;br /&#62;
&#38;lt;iframe width=&#34;425&#34; height=&#34;150&#34; frameborder=&#34;0&#34; scrolling=&#34;no&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34; src=&#34;http://maps.google.at/maps?f=q&#38;amp;source=s_q&#38;amp;hl=de&#38;amp;geocode=&#38;amp;q=Infinite Loop, Cupertino, CA, United States&#38;amp;aq=1&#38;amp;oq=infinity loop&#38;amp;sll=58.204157,46.338215&#38;amp;sspn=0.056804,0.023539&#38;amp;ie=UTF8&#38;amp;hq=&#38;amp;hnear=Infinite Loop, Cupertino, Santa Clara, California 95014, Vereinigte Staaten&#38;amp;ll=37.331698,-122.030751&#38;amp;spn=0.020048,0.023539&#38;amp;t=m&#38;amp;z=14&#38;amp;output=embed&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;/p&#62;
&#60;p&#62;So I was actually correct. You need to go to Google maps, set up your address then go to the LINK and get your code. Copy and paste it into that same area. &#60;/p&#62;
&#60;p&#62;see my page where I did this: &#60;a href=&#34;http://bluemontinluray.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://bluemontinluray.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is the code I put in:&#60;br /&#62;
&#38;lt;iframe width=&#34;425&#34; height=&#34;200&#34; frameborder=&#34;0&#34; scrolling=&#34;no&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34; src=&#34;http://maps.google.com/maps?f=q&#38;amp;source=s_q&#38;amp;hl=en&#38;amp;geocode=&#38;amp;q=18 Campbell Street, Luray, VA&#38;amp;aq=0&#38;amp;oq=18 campbell street luray va&#38;amp;sll=38.685448,-78.452459&#38;amp;sspn=0.916528,2.113495&#38;amp;ie=UTF8&#38;amp;hq=&#38;amp;hnear=Campbell St, Luray, Page, Virginia 22835&#38;amp;t=m&#38;amp;ll=38.67566,-78.45706&#38;amp;spn=0.023453,0.036478&#38;amp;z=14&#38;amp;iwloc=A&#38;amp;output=embed&#34;&#38;gt;&#38;lt;/iframe&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Contact page map"</title>
			<link>http://www.kriesi.at/support/topic/contact-page-map#post-56748</link>
			<pubDate>Sun, 20 May 2012 23:47:50 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">56748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry , I tried to edit my post but it won't let me. I guess my original thought is not correct. I have been trying to find out how to get the map on my contact page as well and I have not found the way. I now think it is a plug in from reading another thread. But again...not sure.&#60;/p&#62;
&#60;p&#62;Here is the plug in link: &#60;a href=&#34;http://wordpress.org/extend/plugins/pronamic-google-maps/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/pronamic-google-maps/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe this will help you. You need the latitude and longitude from your address to set it up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Contact page map"</title>
			<link>http://www.kriesi.at/support/topic/contact-page-map#post-56744</link>
			<pubDate>Sun, 20 May 2012 21:33:26 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">56744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you have to go to GOOGLE maps and put in your address and then get the embedded code, copy and paste that into your page where it is asked for. I have not used this page yet so I am not totally sure, but it has to be similar to this.&#60;br /&#62;
Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amarsehmi on "Contact page map"</title>
			<link>http://www.kriesi.at/support/topic/contact-page-map#post-56678</link>
			<pubDate>Sat, 19 May 2012 16:47:52 +0000</pubDate>
			<dc:creator>amarsehmi</dc:creator>
			<guid isPermaLink="false">56678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there any way to change the map location on the Contact Page? I wanted it to point to the business address.&#60;br /&#62;
&#60;a href=&#34;http://pointautoservice.com/?page_id=86&#34; rel=&#34;nofollow&#34;&#62;http://pointautoservice.com/?page_id=86&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would also like it to be in English.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
