<?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 - Topic: widget-bloks wrong formated</title>
		<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated</link>
		<description>Support Forum - Topic: widget-bloks wrong formated</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 04:06:19 +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/topic/widget-bloks-wrong-formated" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-43888</link>
			<pubDate>Tue, 28 Feb 2012 17:20:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Asiertxu,&#60;/p&#62;
&#60;p&#62;I've responded to your post about the issues.&#60;/p&#62;
&#60;p&#62;Thread here: &#60;a href=&#34;http://www.kriesi.at/support/topic/latest-tweets-dont-show-up-iphone-navigation-doesnt-work&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/latest-tweets-dont-show-up-iphone-navigation-doesnt-work&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-43608</link>
			<pubDate>Mon, 27 Feb 2012 09:27:26 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">43608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;Why is it that my latest tweets don't appear on my page only previous tweets? How can that be fixed?&#60;/p&#62;
&#60;p&#62;Also why is i it that when I navigate my site on my iPhone 4S (software version 4.3.5) and tap/click on a picture  to enlarge it, when I collapse it tapping/clicking on the top right hand corner cross, the navigation bottoms remain but the pictures disappears all together and the format of the page appears cut in half?&#60;/p&#62;
&#60;p&#62;How can this be sorted?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-42865</link>
			<pubDate>Wed, 22 Feb 2012 05:14:25 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">42865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The hashtags are links, therefore they're underlined.&#60;br /&#62;
In your footer.php you have to change the 5 columns to 4, so every time an element has the &#34;one_fifth&#34; class you can change it to &#34;one_fourth&#34; like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### FOOTER CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;footer&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;quot;one_fourth first&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;arrow-down&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
						&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column1&#38;#39;) ) : else : avia_dummy_widget(1); endif; // dummy widgets defined at the bottom of sidebar-widgets.php ?&#38;gt;
					&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;one_fourth&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;arrow-down&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
						&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column2&#38;#39;) ) : else : avia_dummy_widget(2); endif; // dummy widgets defined at the bottom of sidebar-widgets.php ?&#38;gt;
					&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;one_fourth&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;arrow-down&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
						&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column3&#38;#39;) ) : else : avia_dummy_widget(3); endif; // dummy widgets defined at the bottom of sidebar-widgets.php ?&#38;gt;
					&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;one_fourth&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;arrow-down&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
						&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column5&#38;#39;) ) : else : ?&#38;gt;
							&#38;lt;a href=&#38;#39;&#38;lt;?php echo get_permalink(avia_get_option(&#38;#39;avia, email_page&#38;#39;));?&#38;gt;&#38;#39; class=&#38;#39;custom_button rounded&#38;#39;&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php _e(&#38;#39;Contact Form&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#38;#39;get in touch with us&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;
							&#38;lt;p&#38;gt;&#38;lt;?php _e(&#38;#39;This site uses valid HTML and CSS. All contents Copyright &#38;amp;copy;&#38;#39;,&#38;#39;avia_framework&#38;#39;); echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/p&#38;gt;
						&#38;lt;?php endif;?&#38;gt;
					&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In the above example you'll also notice I removed one of those blocks. This should solve your width issues.&#60;br /&#62;
To remove the underlining of your hashtags add this to your custom.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;a.twitter-link{
border-bottom:none !important;
float:left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The float line is optional and can be removed if you'd like.&#60;/p&#62;
&#60;p&#62;I hope this helps :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-42737</link>
			<pubDate>Tue, 21 Feb 2012 15:44:56 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">42737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris, Dude, Devin,&#60;/p&#62;
&#60;p&#62;obviously a difficult one I got here...&#60;br /&#62;
Anyway,&#60;br /&#62;
Chris, I tried our suggestion but this not working ether.&#60;/p&#62;
&#60;p&#62;About my problem:&#60;br /&#62;
The space between the rows of text in a tweet is to big. The lines witch are placed now between every text row are there since the update. I don't want these lines.&#60;br /&#62;
Why is it anyway that every hastag in a tweet needs to be in a new line?&#60;br /&#62;
Its just text.&#60;br /&#62;
Take a look at 'latest tweets&#34; on &#60;a href=&#34;http://www.image-in.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl&#60;/a&#62; and on the theme-demo-site from Kriesi. You can see the difference in appearance.&#60;/p&#62;
&#60;p&#62;The tweet on my website needs 4(!!) textrows. &#60;/p&#62;
&#60;p&#62;By the way: same with te colume &#34;recente Projecten&#34;&#60;br /&#62;
Simple text with just a few words needs lots of space.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-42645</link>
			<pubDate>Tue, 21 Feb 2012 05:16:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">42645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Could you be a little more specific about what you need to change to make the formatting &#34;right&#34;?&#60;br /&#62;
I would suggest also adding this in there&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer ul li a {
    line-height: 18px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-42244</link>
			<pubDate>Fri, 17 Feb 2012 17:15:05 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">42244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anyone able to help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-42014</link>
			<pubDate>Thu, 16 Feb 2012 12:09:16 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">42014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I added the css code to themes/broadscope/css/custom.css.&#60;br /&#62;
Still got the issue.&#60;br /&#62;
Greetings&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-42002</link>
			<pubDate>Thu, 16 Feb 2012 10:31:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42002@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try to add following css code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer ul li a {
    padding: 3px 0px;
}

#footer ul a {
    background: none transparent;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Georg on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-41926</link>
			<pubDate>Wed, 15 Feb 2012 22:35:36 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">41926@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Just updated the theme.&#60;br /&#62;
Still got the issue.&#60;/p&#62;
&#60;p&#62;greetings&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-41694</link>
			<pubDate>Tue, 14 Feb 2012 20:27:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">41694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Georg,&#60;/p&#62;
&#60;p&#62;Please update your theme files to the latest 1.1.3 version of Broadscope. Let us know if you are still having the issues after that.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "widget-bloks wrong formated"</title>
			<link>http://www.kriesi.at/support/topic/widget-bloks-wrong-formated#post-41665</link>
			<pubDate>Tue, 14 Feb 2012 17:16:19 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">41665@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please take a look at &#60;a href=&#34;http://www.image-in.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl&#60;/a&#62;.&#60;br /&#62;
In the lower area of every page (just above the footer) I placed 4 widgets.&#60;br /&#62;
The text under 'recente projecten' (latest projects) and 'laatste tweets' (latest tweets) are wrong formated.&#60;/p&#62;
&#60;p&#62;Does anyone have a clou hou to fix this?&#60;/p&#62;
&#60;p&#62;greetings&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
