<?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>WordPress DK Forum Topic: Sidebars flyder rundt</title>
		<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt</link>
		<description>WordPress DK Forum Topic: Sidebars flyder rundt</description>
		<language>da-DK</language>
		<pubDate>Tue, 09 Jun 2026 08:53:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/sidebars-flyder-rundt" rel="self" type="application/rss+xml" />

		<item>
			<title>kirsten1970 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15912</link>
			<pubDate>tirs, 16 mar 2010 21:47:08 +0000</pubDate>
			<dc:creator>kirsten1970</dc:creator>
			<guid isPermaLink="false">15912@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej maxemil2.&#60;/p&#62;
&#60;p&#62;Jamen, jeg tror det var det der skulle til!&#60;br /&#62;
Jeg har tilføjet et &#34;padding-left:10px;&#34; øverst, så der kom pæn grå ramme om alle sidebarrene.&#60;/p&#62;
&#60;p&#62;Se nu står det smukt: &#60;a href=&#34;http://fejoeliv.dk/?cat=21&#34; rel=&#34;nofollow&#34;&#62;http://fejoeliv.dk/?cat=21&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Tusind tak!&#60;/p&#62;
&#60;p&#62;Hilsen&#60;br /&#62;
Kirsten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maxemil2 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15910</link>
			<pubDate>tirs, 16 mar 2010 21:31:13 +0000</pubDate>
			<dc:creator>maxemil2</dc:creator>
			<guid isPermaLink="false">15910@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;mnjaa...  det er jo lidt nørklet at reperere andres temaer :)&#60;/p&#62;
&#60;p&#62;prøv det her..&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;div id=&#34;sidebar-all&#34; style=&#34;width:320px; margin:0; padding:0; float:left;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div id=&#34;sidebar-top&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(1) ) : ?&#38;gt;&#60;br /&#62;
    &#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
  &#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div id=&#34;sidebar-middle&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div id=&#34;sidebar-left&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(2) ) : ?&#38;gt;&#60;br /&#62;
      &#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;      &#38;lt;?php wp_list_bookmarks('categorize=0&#38;amp;category=17&#38;amp;title_li=0&#38;amp;show_images=0&#38;amp;show_description=0&#38;amp;orderby=name'); ?&#38;gt;&#60;br /&#62;
    &#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div id=&#34;sidebar-right&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;?php /* Widgetized sidebar, if you have the plugin installed. */&#60;br /&#62;
      if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(3) ) : ?&#38;gt;&#60;br /&#62;
        &#38;lt;h3&#38;gt;Blogroll&#38;lt;/h3&#38;gt;&#60;br /&#62;
        &#38;lt;?php wp_list_bookmarks( $args ); ?&#38;gt;&#60;br /&#62;
      &#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div id=&#34;sidebar-bottom&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(4) ) : ?&#38;gt;&#60;br /&#62;
    &#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
  &#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div id=&#34;sidebar-all&#34;&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kirsten1970 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15909</link>
			<pubDate>tirs, 16 mar 2010 21:22:20 +0000</pubDate>
			<dc:creator>kirsten1970</dc:creator>
			<guid isPermaLink="false">15909@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej maxemil2.&#60;br /&#62;
Det har jeg gjort nu, men jeg synes ikke det har den ønskede effekt.&#60;br /&#62;
En sideeffekt er så at sidebar-bottom nu ryger ud i midten, når jeg har en kategori med TO indlæg. Se &#60;a href=&#34;http://fejoeliv.dk/?cat=3&#34; rel=&#34;nofollow&#34;&#62;http://fejoeliv.dk/?cat=3&#60;/a&#62;.&#60;br /&#62;
(Problemet ophører selvfølgelig når jeg får flere indlæg, men jeg vil bare gerne have det til at se ordentligt ud nu.)&#60;/p&#62;
&#60;p&#62;Har du et andet forslag?&#60;/p&#62;
&#60;p&#62;Hilsen Kirsten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maxemil2 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15908</link>
			<pubDate>tirs, 16 mar 2010 21:00:21 +0000</pubDate>
			<dc:creator>maxemil2</dc:creator>
			<guid isPermaLink="false">15908@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;fjern den  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;der står over&#60;br /&#62;
&#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kirsten1970 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15907</link>
			<pubDate>tirs, 16 mar 2010 20:51:14 +0000</pubDate>
			<dc:creator>kirsten1970</dc:creator>
			<guid isPermaLink="false">15907@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej!&#60;br /&#62;
Tak for jeres forslag.&#60;br /&#62;
Temaet er Arthemia. Jeg plejer ikke at kopiere ting fra Word. Jeg renser i hvert fald alting først, så jeg tror ikke det er dét.&#60;br /&#62;
Jeg har prøvet maxemil2's forslag, men det hjælper ikke. Nu sætter jeg koden (inkl. maxemil2's forslag fra sidebar.php ind. Måske kan I se hvad der går galt?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;div id=&#34;sidebar-all&#34;&#38;gt;  &#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;sidebar-top&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */ 					if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(1) ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;sidebar-middle&#34; class=&#34;clearfloat&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;sidebar-left&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */ 					if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(2) ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt; &#60;/p&#62;
&#60;ul&#62;&#38;lt;?php wp_list_bookmarks('categorize=0&#38;amp;category=17&#38;amp;title_li=0&#38;amp;show_images=0&#38;amp;show_description=0&#38;amp;orderby=name'); ?&#38;gt;&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;  &#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;sidebar-right&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */ 					if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(3) ) : ?&#38;gt; 		&#60;/p&#62;
&#60;p&#62;&#38;lt;h3&#38;gt;Blogroll&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;ul&#62;
 &#38;lt;?php wp_list_bookmarks( $args ); ?&#38;gt;
&#60;/ul&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;sidebar-bottom&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */ 					if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(4) ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt; &#38;lt;/div&#38;gt;   &#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div id=&#34;sidebar-all&#34;&#38;gt;  &#60;/code&#62;&#60;br /&#62;
Venlig hilsen&#60;br /&#62;
Kirsten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maxemil2 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15906</link>
			<pubDate>tirs, 16 mar 2010 20:27:58 +0000</pubDate>
			<dc:creator>maxemil2</dc:creator>
			<guid isPermaLink="false">15906@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;I din sidebar.php&#60;br /&#62;
Du skal have pakket din &#34;sidebar-top&#34;, &#34;sidebar-middle&#34; samt &#34;sidebar-bottom&#34; ind i en ny div der f.x hedder &#34;sidebar-all&#34;.&#60;br /&#62;
Nederst i denne, inden du afslutter denne nye &#34;sidebar-all&#34; skriver du&#60;br /&#62;
&#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
og afslutter &#34;sidebar-all&#34; div'en.&#60;/p&#62;
&#60;p&#62;Mvh.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peteandersen om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15902</link>
			<pubDate>tirs, 16 mar 2010 18:44:23 +0000</pubDate>
			<dc:creator>peteandersen</dc:creator>
			<guid isPermaLink="false">15902@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;En typisk ting der kan få sidebarene til at flyde ned under siden/indlægget er hvis du indsætter formatteret tekst fra f.eks. Word.&#60;/p&#62;
&#60;p&#62;Det skal først »afformatteres« i Notepad eller andet der kan strippe det for formattering. Jeg bruger selv »Mail« på min Mac.&#60;/p&#62;
&#60;p&#62;Pete ;-)
&#60;/p&#62;

	&#60;p id=&#34;twitter_update_list&#34;&#62;
	&#60;script type=&#34;text/javascript&#34; src=&#34;http://twitter.com/javascripts/blogger.js&#34;&#62;&#60;/script&#62;
	&#60;script type=&#34;text/javascript&#34; src=&#34;http://twitter.com/statuses/user_timeline/.json?callback=twitterCallback2&#38;count=1&#34;&#62;&#60;/script&#62;&#60;/code&#62;&#60;/small&#62;&#60;/p&#62;&#60;br/&#62;</description>
		</item>
		<item>
			<title>John om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15900</link>
			<pubDate>tirs, 16 mar 2010 18:34:42 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">15900@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Kender ikke temaet, men mon ikke få liniers mere tekst på artiklen vil få dem på plads ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kirsten1970 om "Sidebars flyder rundt"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebars-flyder-rundt#post-15895</link>
			<pubDate>tirs, 16 mar 2010 17:19:01 +0000</pubDate>
			<dc:creator>kirsten1970</dc:creator>
			<guid isPermaLink="false">15895@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej!&#60;/p&#62;
&#60;p&#62;Jeg har to sidebars på mit site &#60;a href=&#34;http://www.fejoeliv.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.fejoeliv.dk&#60;/a&#62;.&#60;br /&#62;
Når jeg fx vil have vist en kategori med kun ét indlæg flyder de to sidebars (Arkiver og Gode links) ind mod midten. Meningen er at de skal holde sig ude i højre side. Se fx her: &#60;a href=&#34;http://fejoeliv.dk/?cat=21&#34; rel=&#34;nofollow&#34;&#62;http://fejoeliv.dk/?cat=21&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Er der noget jeg kan gøre for at løse problemet?&#60;/p&#62;
&#60;p&#62;Venlig hilsen&#60;br /&#62;
Kirsten
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
