go41

the info you need to know


von Joern
Keine Kommentare

I've been trying to get two columns side-by-side in Arthemia (similar to here - http://gadgets.ezxplain.com/) following these two posts in the forum:viewtopic.php?f=1&t=98viewtopic.php?f=1&t=49I have also downloaded your Arthemix Green Theme as suggested in one of the posts. If I activate it, it works. Cutting and pasting the code into my Arthemia…


von Joern
Keine Kommentare

Joern, I found a wp plug in which is great. Now I am using a theme which has the following index.php codeCode:<?php get_header(); ?>   <?php if(!is_paged()) { ?>   <div id="top" class="clearfloat">      <div id="headline">      <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/headline.png" width="75px" height="21px" alt="" />      <?php query_posts("showposts=1&category_name=Headline"); ?>      <?php…


von Joern
Keine Kommentare

you have to insert a new style for this class in style.css:Example here would look like: ---.wp-caption {-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;background-color:#F3F3F3;border:1px solid #DDDDDD;margin:10px;padding-top:4px;text-align:center;}.entry .wp-caption img {float:none; margin:0;padding:0; border:none}p.wp-caption-text{margin:5px;}If you have Arthemia Premium you could just add it to the themes folder and switch to it to see if it works.This alone will not…