ABAC new.
by nikynik on giu.19, 2007, under 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: 5610 times
Popularity: 26%


gennaio 6th, 2008 on 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
gennaio 7th, 2008 on 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
gennaio 7th, 2008 on 5:29 pm
html didn’t come out on my last message. I closed the div tag on line 35…
gennaio 7th, 2008 on 7:46 pm
OK i’m work for the solution in this days.
gennaio 7th, 2008 on 9:39 pm
Ok ABAC is fixed for IE. Go to Download.
febbraio 7th, 2008 on 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
marzo 5th, 2008 on 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?
aprile 11th, 2008 on 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!
aprile 11th, 2008 on 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!
aprile 15th, 2008 on 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.