<?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: Layout: Links widget on page (via Wigets on Pages)</title>
		<link>http://www.kriesi.at/support/topic/layout-links-widget-on-page-via-wigets-on-pages</link>
		<description>Support Forum - Topic: Layout: Links widget on page (via Wigets on Pages)</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 02:51:47 +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/layout-links-widget-on-page-via-wigets-on-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Layout: Links widget on page (via Wigets on Pages)"</title>
			<link>http://www.kriesi.at/support/topic/layout-links-widget-on-page-via-wigets-on-pages#post-49773</link>
			<pubDate>Tue, 03 Apr 2012 18:48:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Vanwero,&#60;/p&#62;
&#60;p&#62;The &#34; .widgets_on_page ul li &#34; is being overwritten by the skin css. Add !important to make it apply properly like so:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.widgets_on_page ul li {
     border-bottom:0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Links widget on page (via Wigets on Pages)"</title>
			<link>http://www.kriesi.at/support/topic/layout-links-widget-on-page-via-wigets-on-pages#post-49575</link>
			<pubDate>Mon, 02 Apr 2012 17:59:43 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">49575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;thanks already for your answer!&#60;/p&#62;
&#60;p&#62;Adding this code just helps me a small bit.&#60;br /&#62;
=&#38;gt; I added the code to the style.css of my child-theme&#60;br /&#62;
=&#38;gt; Only the top bullet (above the links-title) &#38;amp; the bullet of my first link are disappeared!&#60;br /&#62;
=&#38;gt; The other bullets &#38;amp; all the lines are still visible.&#60;/p&#62;
&#60;p&#62;If I put this code over there (removing code of &#34;ul li:first-child&#34;, it removes all the bullets. (but lines still visible)&#60;/p&#62;
&#60;p&#62;.widgets_on_page ul li {&#60;br /&#62;
     background-image: none ! important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.widgets_on_page ul li {&#60;br /&#62;
     border-bottom:0;&#60;br /&#62;
}&#60;br /&#62;
.widgets_on_page ul li {&#60;br /&#62;
background-image: url(&#34;../images/skin1/list-icon.png&#34;) !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;See result at: &#60;a href=&#34;http://www.wenv-verzekeringen.be/linken&#34; rel=&#34;nofollow&#34;&#62;http://www.wenv-verzekeringen.be/linken&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Personally I think that it has something to do with this theme's &#34;titles&#34;.&#60;br /&#62;
When you add a title in this theme (&#38;lt;H1&#38;gt;, &#38;lt;H2&#38;gt;,...) it automatically adds a line under it?&#60;br /&#62;
=&#38;gt; That's OK for me, but not on this page!;-)&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Layout: Links widget on page (via Wigets on Pages)"</title>
			<link>http://www.kriesi.at/support/topic/layout-links-widget-on-page-via-wigets-on-pages#post-48454</link>
			<pubDate>Tue, 27 Mar 2012 04:23:59 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">48454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;you can add this in your custom.css or Quick CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.widgets_on_page ul li:first-child {
     background-image: none ! important;
}

.widgets_on_page ul li {
     border-bottom:0;
}
.widgets_on_page ul li ul li:first-child {
background-image: url(&#38;quot;../images/skin1/list-icon.png&#38;quot;) !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Links widget on page (via Wigets on Pages)"</title>
			<link>http://www.kriesi.at/support/topic/layout-links-widget-on-page-via-wigets-on-pages#post-48213</link>
			<pubDate>Sun, 25 Mar 2012 19:52:24 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">48213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;i've build in the link widget on a page. So all the links I add, will appear on that page.&#60;br /&#62;
I've used the widget &#34;Widgets on pages&#34; and linked the default Links Widget to it.&#60;/p&#62;
&#60;p&#62;It all works fine, but the layout is not a 100% in my opinion.&#60;br /&#62;
A lot of unnecessary bullets and lines...&#60;/p&#62;
&#60;p&#62;You can see an example of the result here: &#60;a href=&#34;http://www.wenv-verzekeringen.be/linken&#34; rel=&#34;nofollow&#34;&#62;http://www.wenv-verzekeringen.be/linken&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it possible to remove for example:&#60;br /&#62;
A) the double lines&#60;br /&#62;
B) the bullet above the title&#60;/p&#62;
&#60;p&#62;It seems this theme always put a line under it automatically (as it does under for example titles)&#60;br /&#62;
=&#38;gt; That's all right for me throughout the rest of the theme, but here I want to remove it!;-)&#60;/p&#62;
&#60;p&#62;Possible?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
Vanwero!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
