go41

the info you need to know

Leider konnte die Lastschrift von Ihrem Bankkonto nicht durchgeführt werden ..


von Joern
1 Kommentar

Das ist sicher nur Spam, Viren, Trojaner oder eine Phishing-Mail! Eben bekam ich folgende 'wichtige' Nachricht von: "Pascal Kraus Abmahnung" <lutz.ramin@online.de>: Sehr geehrte(r) ..mein Name.., die automatische Konto-Lastschrift für die Bestellung vom 25.08.2013 ist leider storniert worden. Es wurden alle Zahlungen bis einschließlich 30.09.2013 berücksichtigt. Die Lieferdaten Ihrer Bestellung und…


von Joern
Keine Kommentare

in the index.php you gave me above, I can see pagination is only working if you use a plugin:<div id="navigation"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>this one: http://wordpress.org/extend/plugins/wp-pagenavi/maybe it's already there and you disabled it?in Arthemia free the code is looking for the plugin ( if(function_exists('wp_pagenavi' )) and if not (…


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 = 1;   foreach ($display_categories as $category) { ?>   <div id="cat-<?php…