<?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: dsidxpress - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/dsidxpress</link>
		<description>Support Forum - Tag: dsidxpress - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 16:00:59 +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/dsidxpress" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-23748</link>
			<pubDate>Fri, 29 Jul 2011 06:58:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#dsidx img{
display: inline !important;
}

#dsidx .lightbox_image{
background: transparent none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-23722</link>
			<pubDate>Thu, 28 Jul 2011 23:33:59 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">23722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I added that code and still not working...any other ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#34; rel=&#34;nofollow&#34;&#62;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-22916</link>
			<pubDate>Sun, 17 Jul 2011 01:19:44 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;To display a list in an inline you should put the items in a list.&#60;br /&#62;
i.e.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul&#38;gt;
  &#38;lt;li&#38;gt;Firest item&#38;lt;/li&#38;gt;
  &#38;lt;li&#38;gt;Second&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'd just have to put a&#60;br /&#62;
&#60;code&#62;&#38;lt;ul&#38;gt; &#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62; around the items you want to list, and for each of these items you'd add a&#60;br /&#62;
&#60;code&#62;&#38;lt;li&#38;gt; &#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
around said item.&#60;br /&#62;
Then add the following to your css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#dsidx-actions ul li {
    display: inline-block !important;
}
#dsidx-actions ul li img {
    float: left;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-22877</link>
			<pubDate>Fri, 15 Jul 2011 20:21:06 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">22877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#34; rel=&#34;nofollow&#34;&#62;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#60;/a&#62;&#60;br /&#62;
The little icons (ie. Request more info, Schedule a showing, share, etc...) need to display inline, horizontally. &#60;/p&#62;
&#60;p&#62;Had this same problem with Avisio and added the following code you guys provided:&#60;br /&#62;
#dsidx-tiny-photos img{&#60;br /&#62;
display: inline !important;&#60;br /&#62;
}&#60;br /&#62;
I added this same code to style.css in the exact same place but didn't fix problem.&#60;br /&#62;
Please advise.&#60;br /&#62;
Thanks in advance.&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Jquery conflict with dsidxpress"</title>
			<link>http://www.kriesi.at/support/topic/jquery-conflict-with-dsidxpress#post-17596</link>
			<pubDate>Fri, 22 Apr 2011 17:02:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Jquery conflict with dsidxpress"</title>
			<link>http://www.kriesi.at/support/topic/jquery-conflict-with-dsidxpress#post-17595</link>
			<pubDate>Fri, 22 Apr 2011 17:01:24 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">17595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude...you are no longer a &#34;Dude&#34; you are &#34;D'man!&#34;&#60;br /&#62;
Worked perfectly.&#60;/p&#62;
&#60;p&#62;Thanks a ton!&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Jquery conflict with dsidxpress"</title>
			<link>http://www.kriesi.at/support/topic/jquery-conflict-with-dsidxpress#post-17590</link>
			<pubDate>Fri, 22 Apr 2011 16:04:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try adding following code to style.css (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#dsidx table, #dsidx-actions a, #dsidx-actions a:link{
float:left;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Jquery conflict with dsidxpress"</title>
			<link>http://www.kriesi.at/support/topic/jquery-conflict-with-dsidxpress#post-17589</link>
			<pubDate>Fri, 22 Apr 2011 15:40:01 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">17589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude - that worked for the thumbnails (thank you), however need a similar fix for the icons/items labeled: &#34;Request More Info, &#34;Schedule A Showing&#34;, &#34;Share&#34; &#38;amp; &#34;Print&#34;. Can you send me another code snippet for that as well?&#60;/p&#62;
&#60;p&#62;Thanks a bunch!&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Jquery conflict with dsidxpress"</title>
			<link>http://www.kriesi.at/support/topic/jquery-conflict-with-dsidxpress#post-17502</link>
			<pubDate>Thu, 21 Apr 2011 14:30:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm not sure if I refeer to the same layout issue as you but I think it's just a smal css problem Add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#dsidx-tiny-photos img{
display: inline !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the thumbnails will display side by side.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Jquery conflict with dsidxpress"</title>
			<link>http://www.kriesi.at/support/topic/jquery-conflict-with-dsidxpress#post-17458</link>
			<pubDate>Wed, 20 Apr 2011 16:06:40 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">17458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://dev.southbeachmiamirealestatehome.com/idx/mls-m1403397-800_s_pointe_dr_502_miami_beach_fl_33139&#34; rel=&#34;nofollow&#34;&#62;http://dev.southbeachmiamirealestatehome.com/idx/mls-m1403397-800_s_pointe_dr_502_miami_beach_fl_33139&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Apparently the layout issue with the images on the above page are related to a jquery conflict with the dsidxpress plugin used to generate the listing detail pages. We've tried renaming your entire js folder but the problem continued.&#60;/p&#62;
&#60;p&#62;Regardless though, I need to maintain the functioning home page slider.&#60;/p&#62;
&#60;p&#62;The plugin developer references removing a jquery tags in order to resolve the conflict, here are links to similar discussions about resolving jquery conflicts with their plugin:&#60;br /&#62;
&#60;a href=&#34;http://community.dsidxpress.com/diversesolutions/topics/no_response_from_request_more_info_schedule_a_showing_or_share/replies&#34; rel=&#34;nofollow&#34;&#62;http://community.dsidxpress.com/diversesolutions/topics/no_response_from_request_more_info_schedule_a_showing_or_share/replies&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://community.dsidxpress.com/diversesolutions/topics/idxpress_css_issues_with_new_theme&#34; rel=&#34;nofollow&#34;&#62;http://community.dsidxpress.com/diversesolutions/topics/idxpress_css_issues_with_new_theme&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help.&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
