go41

the info you need to know


von Joern
Keine Kommentare

Oh, I think you have the random posts in the featured section?One hint, uncomment in style.css near line 390 the position: absolute; and left: 780px;like this:#featured { float: right; font-size: 12px;/* left: 780px; */ padding: 5px 5px 0 10px;/* position:…


von Joern
Keine Kommentare

finally I realized many errors with this code. I put just for debugging this in the header.php of my theme:<?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?>beside many other php errors the code with st_related_posts shows errors like:Notice: Undefined property: stdClass::$terms_id in /wp-content/plugins/simple-tags/inc/client.php…


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,…


von Joern
Keine Kommentare

Hi Joern, Like a bad penny, I'm back I'm working on improving our registration and making the site a bit more of a community. I've already added extra fields (with CIMY User Extra Fields, which I recommend) to our wp-signup…


von Joern
Keine Kommentare

Hi Joern, I'm finally updating all of our static content which means more content heading up to the nav bar and consequently things are getting a bit crowded. What I'd really like to do is move the search bar so…


von Joern
Keine Kommentare

okay, I will put it at the end of the row.you have to modify this part in index.php, should still look similar like this now:Code:<div id="middle" class="clearfloat">   <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/category.png" class="clearfloat" alt="" />   <?php $display_categories = array(9,10,11,12,xx); $i…