ABAC reloaded!
7 Gennaio 2008 Pubblicato in: Templates
ABAC revisited and corrected.
Download Now
Abac Theme
Downloads: 3552 times
IT WordPress styles
ABAC revisited and corrected.
Download Now
il 9 Gennaio 2008 alle 12:33 am
Complimenti!
il 22 Gennaio 2008 alle 4:22 am
On category pages or archive pages or anywhere Tagged appears I get error like this: Tagged:
Fatal error: Call to undefined function UTW_ShowTagsForCurrentPost() in C:\Sites\Single38\sunshan\webroot\hia\wp-content\themes\abac\archive.php on line 74
il 22 Gennaio 2008 alle 5:25 am
UTW_ShowTagsForCurrentPost
in archive.php line 74 needs IF function exists.
fixed.
il 31 Gennaio 2008 alle 5:23 pm
Hi,
I’m having trouble fitting my google adsense (468×60) in the boxes. I noticed on your screenshot you have a google ads on the top of the page. When I try that size (468×60), it sticks out of the box on the right side. I’m just learning CSS now, and wondering if there’s something simple I can do to get it to fit.
If it’s too complicated, don’t worry about it. Thanks for your time…and for the theme.
il 7 Febbraio 2008 alle 6:01 am
still got css problem, or tad closed incorrectly, when browsing “archives” the posts goes in the infinite loop of squeres.. check out at my blog if you want (evil…atlaikyk…net…/blog) its not an advertising, just check the archives computening etc.. you’ll see what I’m talking about
il 20 Febbraio 2008 alle 5:04 am
hi,
the abac theme is beautiful, and several things are not working:
1. new blogrolls do not appear in sidebar.
2. when trying to view posts by category there is an error, as shannon says above.
3. also the category list in sidebar is incomplete (does not include all the ones created)
thank you!
il 20 Febbraio 2008 alle 7:19 pm
ok, my cyborg boyfriend helped me fix some things. here is how we did it, in the same order as my last comment:
1. to get new blogrolls to appear in sidebar, add this to the file sidebar.php: (you can decide where to put it, relative to the other parts of the sidebar) NOTE that the text and hover formatting does not come out right, but at least it works. someone needs to make the fix for this in styles.css
<h3>Blogroll</h3>
<ul>
<?php get_links_list(); ?>
</ul>
2. to avoid the error when selecting posts by category, in the file archive.php replace line 74 to
this:
<?php if(function_exists('UTW_ShowTagsForCurrentPost')) { echo 'Tags: ';UTW_ShowTagsForCurrentPost("commalist"); } ?></small></small>
3. NOT A PROBLEM, I was wrong about that one.
il 21 Febbraio 2008 alle 2:12 pm
Thanks 4 all vio
il 5 Marzo 2008 alle 10:51 am
Molto interessante anche questo blog… ciao da Maria
il 12 Aprile 2008 alle 8:48 pm
Molto bello il template, non mi rimane che aggiungerlo nella sezione dedicata ai template nel pannello di controllo e testarne le funzionalità. Ciao grazie
Io Navigando
il 4 Maggio 2008 alle 6:12 am
hello, I am using your theme for my website and am having a hard time getting the rss feed to work any suggestions?
il 5 Maggio 2008 alle 1:34 pm
4 Dale.
I have tested on your site and the feed work fine.