Kjapp og trygg hosting for Wordpress

Enkelt å redigere wordpress themes?

metallian

Medlem
Jeg får ikke tabell-greia mi til å funke. Dette er "featured category5" (tabeller)og egentlig vil jeg ha bort hele greia og erstatte den med en widget som jeg kan putte HTML inn i- er dette mulig?

Dere ser den litt nede til høyre- tabellen min viser bare som kode på forsiden, men som tabell når man åpner posten.
Fotballmoro|Uavhengig fotballblogg
 

metallian

Medlem
Nå tror jeg at jeg fant en mye bedre løsning- jeg la tabellen inn i sidebar slik at den kommer til høyre når man åpner en post-
Fotballmoro|Archive|Engelsk fotball

Men jeg skulle gjerne hatt denne "sidebaren" litt bredere, kikket på EDITOR-sidebar.php men fant ikke bredden der?

<?php global $themeoptionsprefix; if(get_option($themeoptionsprefix.'_sidebarpos') == 1){ ?>
<div id="sidebarnarrowleft">
<?php } else { ?>
<div id="sidebarnarrowright">
<?php } ?>



<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('SidebarNarrow') ) : ?>

<div class="widget">
<h2><?php _e("Categories",'NewsMagazineTheme640');?></h2>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>
</div>

<div class="widget">
<h2><?php _e("Interesting Sites",'NewsMagazineTheme640');?></h2>
<ul>
<?php get_links('-1', '<li>', '</li>', '', FALSE, 'id', FALSE, FALSE, -1, FALSE); ?>
</ul>
</div>

<div class="widget">
<h2><?php _e("Insider",'NewsMagazineTheme640');?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</div>

<div class="widget">

<h2><?php _e("Archives",'NewsMagazineTheme640');?></h2>

<form id="archiveform" action="">
<select name="archive_chrono" onchange="window.location =
(document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);">
<?php get_archives('monthly','','option'); ?>
</select>
</form>

</div>

<?php endif; ?>

</div>
 

metallian

Medlem
Når jeg velger editor får jeg disse css alternativene:
stylesheet
pagenavi-css
style-ie
style-ie6

Jeg får opp den linken din men hvor finner jeg den i editoren/hvor endrer jeg den?
 

metallian

Medlem
Jeg finner disse i stylesheet.css - er dette de samme? Syne sjeg kjenner det igjen fra linken til zapotek. Kan jeg endre disse alene eller må jeg inn og endre bredden på postvisningen også så de ikke overlapper?

#postsidebar {
float:left;
width:220;
}

#postsidebar .postsidebarcontent {
width:200;
padding:10px;
}

#postsidebar .postsidebarcontent .widget {
width:200px;
border:5px solid #f2f2f2;
margin-bottom:5px;
}

#postsidebar .textwidget {
margin:0 auto;
display:block;
width:200px;
}

#postsidebar .postsidebarcontent .widget ul {
width:200px;
}

#postsidebar .postsidebarcontent h2 {
margin-bottom:10px;
}

#postsidebar .postsidebarcontent select {
width:200px;
padding:3px;
border:1px solid #dddddd;
}

#postsidebar select
{
width:200px;
padding:3px;
}

#postsidebar .morefromcat {
width:200px;
}

#postsidebar .morefromcat h2 {
margin:0px 0px 10px 0px;
}

#postsidebar .morefromcat ul {
width:200;
padding:0;
margin:0;
}
 

metallian

Medlem
Skal vi se- da er alkt lagt UNDER faktisk- jeg trodde den ville legge det oppå når det ble for bredt her
Sesongen-og VM- over for Owen|Fotballmoro

Dette er vel hvor jeg endrer bredden på postvisningen?

/* Content */

#content { width:990px; margin:0 auto; }
.postarea { width:500px; margin:0 auto; padding:10px; float:left; }
.postareasingle { width:500px; margin:0 auto; padding:10px; float:left; }
.postareaindex { width:500px; margin:0 auto; padding:10px; float:left; }

.postareameta { margin: 30px 0;}
.postarea h2 {}
.postarea blockquote,.entry blockquote { clear:both; color:#3f3f3f;background:#f2f2f2;padding:6px 14px;margin:18px 35px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;}
.postarea ul li { list-style:square; }
.postarea .byline,.postareasingle .byline { width:480px; border:5px solid #f2f2f2; padding:5px; margin-top:20px; }
.postarea .byline a { color:#000000;text-decoration:none; }
.postarea .byline a:hover { color:#705738;text-decoration:underline; }
.postarea .excerpt { margin:20px 0px 20px 0px; background:transparent url(images/liline.gif) bottom repeat-x; height:auto !important; min-height:200px; }
.postarea .excerpt p { margin:0px; }
.postarea .excerpt .byline { margin-bottom:10px; }
.postarea .excerpt img{ float:left;margin:0px 10px 0px 0px; padding:5px; background:#f2f2f2; border:1px solid #e7e7e7;}
.postarea .excerpt .readfull { background: #f9f9f9; padding:5px; width:100%; float:right; border:1px double #f5f5f5; margin:10px 0px 10px 0px; text-align:right; }
.postarea .excerpt .byline { margin-top:0px; border:none; background:#f2f2f2; text-transform:uppercase; font-size:x-small;}
.postarea .excerpt span.searchtexthighlight { background:#004080; }


.postarea .archivespagecatlist {}

.postarea .archivespagecatlist ul li {
padding:5px 0px 5px 0px;
list-style:none;
width:200px;
float:left;
margin-right:20px;
}

.postarea .archivespagecatlist ul li ul li {
background:transparent url(images/lichild.gif) top left no-repeat;
padding-left:15px;
margin:0;
list-style:none;
}


.postarea h1 {
font-size:24px;
width:480px;
}

h2.singletitle {
font-size:24px;
width:480px;
 
Topp