ABAC new.
19 Giugno 2007 Pubblicato in: Templates

On request by dipex i have reuploaded ABAC theme without ads and i have corrected some little bug for IE. Please give me some feedback for other errors. Thankx
Abac Theme
Downloads: 3826 times


il 19 Giugno 2007 alle 6:23 pm
mhm!
nice work and thanx!
il 4 Agosto 2007 alle 8:58 am
For which wordpress is this theme? I tied with 2.2.1 and 2.0.5 and there is some bugs
il 4 Agosto 2007 alle 11:59 am
WP 2+ but for the moment work fine only for FF not for IE and Safari.
il 12 Agosto 2007 alle 8:58 pm
Hi I downloaded your template and it is quite lovely. Yesterday was my first day to wordpress so hope you can help me.
At the bottom of the page there is feed and comments and when I select either of them they go to a blank page. When I change the template to the default they work.
I am in the new wordpress 2.2.2 and any suggestions you can give will be so appreciated as I really am lost. Thanks.
Darlene
il 20 Agosto 2007 alle 6:09 am
Just wondering if you had a chance to look at the problem with the feed or comments as really not sure what to do.
il 7 Settembre 2007 alle 3:32 am
I’m currious if this template works with wordpress 2.2.2 I have installed and re-installed and keep getting this erro:
Warning: Cannot modify header information - headers already sent by (output started at /home/****/******/*****/wp-content/themes/abac/widgets/widget_comments.php:231) in /home/*****/******/******/wp-includes/pluggable.php on line 331
I love the theme but can’t get it to work.
il 20 Dicembre 2007 alle 4:01 pm
really like this theme over the thousands that I have seen and tested. Having some issues though where the post on the front page progressively get smaller and smaller to the point of not being able to read anything. It almost looks cool in FireFox the way its doing it because it keeps the main structure but it totally breaks in IE (not that i really care about IE but lots of people still use it).
Any suggestions on what is causing this?
you can see it at http://www.bighanddave.com
il 20 Dicembre 2007 alle 4:34 pm
hey again, think i found the issue. In the index file around line 37 the close tag is missing. I added it before the break and it seemed to fix my issue.
il 6 Gennaio 2008 alle 10:27 pm
Ciao, in internet explorer the posts are nested into each other, instead of having their own separate boxes. It looks great in Firefox and Safari though. Is there a fix for this?
Grazie, e mi piace molto il template.
Josiah
il 6 Gennaio 2008 alle 10:33 pm
Yes i know. Read the Islanddog comment to solve.
il 6 Gennaio 2008 alle 11:38 pm
Hi, I fixed the problem of decreasing font size - same as Islanddog…my tags are all closed.
My problem is that in Internet Explorer the posts nest into each other, instead of residing in their own separate boxes. In Firefox and Safari it looks perfect. This is just happening in IE.
Maybe I’m missing something? Thanks for any help you can give me.
Josiah
il 7 Gennaio 2008 alle 5:28 pm
Hi there, I fixed the bug somehow, by adding a on line 35 of index.php (between and )
I am new at this, but I believe this is a different problem than the one Islanddog fixed on line 37. That one fixed the decreasing font size, which was happening to me in Firefox.
The fix I just made caused the posts to stop nesting on top of one another in IE. I notice Islanddog’s website has this problem right now. I will send him a message to let him know.
Thanks for the help, and I love the template.
-Josiah
il 7 Gennaio 2008 alle 5:29 pm
html didn’t come out on my last message. I closed the div tag on line 35…
il 7 Gennaio 2008 alle 7:46 pm
OK i’m work for the solution in this days.
il 7 Gennaio 2008 alle 9:39 pm
Ok ABAC is fixed for IE. Go to Download.
il 7 Febbraio 2008 alle 10:21 am
hey nikynik….
I have to say, your a genious as both a codemoney and also an artist…. I love the abac theme, and at first i had the issue with the nested post’s on the main page ofwhich we have fixed, but the posts are still nesting on the catogory pages…….. i just cant seem to figure out how to fix… please help………. thanks so much
il 5 Marzo 2008 alle 11:24 pm
hi, I am having problems with RSS your theme. I get the following error..
XML Parsing Error: xml declaration not at start of external entity
Location: http://www.ormondejayne.com/blog/feed
Line Number 3, Column 1:
^
Please can you help? Has this issue been fixed in a new release?
il 11 Aprile 2008 alle 4:27 pm
Hey Pickleman,
If you look at the latest index.php, you will see the following at line 48:
Copy this to archive.php line 85 (after ). Leave the rest intact.
This worked for me!
il 11 Aprile 2008 alle 4:31 pm
Hey Pickleman,
If you look at the latest index.php, you will see the following at line 48:
<–[if IE 7]>
</ div>
<[endif]–>
<!–[if IE 6]>
</div>
<![endif]–>
<!–[if lt IE 6]></div>
<![endif]–>
Copy this to archive.php line 85 (after <?php the_content(’Read the rest of this entry »’); ?> </div> ). Leave the rest intact.
This worked for me!
il 15 Aprile 2008 alle 8:33 pm
Make sure you have an extra “-” in the because it will not work. I just cut and pasted and didn’t notice it. so it should have 2 dashes. I supposed the comments won’t allow actual directives.
il 27 Maggio 2008 alle 6:50 pm
Hi everyone
Somehow my template shows the main page aligned to the left but the rest of the pages look centered … This is only on IE… on FF looks fine
Heres my css if anybody can help me
* {
margin: 0;
padding: 0;
}
Body {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
BACKGROUND: #000000;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
COLOR: #999;
PADDING-TOP: 0px;
font-family: Arial, sans-serif;
font-size: 0.74em;
background-image : url(images/bg.jpg);
background-repeat : repeat-y;
background-position : center top;
}