
Ported over Artifical Intelligence from Solucija requested by emporia. The header structure doesn’t quite fit a typical WordPress blog, so I couldn’t find some default content for the text and top left menu. You will have to use your creativity to fill them in
Features
- 2 Columns – Fixed Width
- Threaded & paged comments ready for WP 2.7
- Gravatar Ready
- Widgets Ready
- XHTML & CSS compliance
Changelog
Version 1.1
- Work in WP2.0 and WP2.1
- Tested on Firefox 2.0 and IE 6
Version 1.2
- XHTML & CSS Compliance
- 404.php added
Version 1.3
- Tag support for WP 2.3
Version 1.4
- Gravatar support
- New image and caption css class introduced in WP 2.6.1
Version 1.5
- Threaded & paged comments ready for WP 2.7
Version 1.6
- Added WP2.8 functions: body_class() and automatic_feed_links()
Version 1.7
- Support Custom Menu in WP 3.0
License
This theme is released under the Creative Commons Attribution 3.0 license, hence please leave the author links intact.
Preview
Download
Name: Artificial Intelligence Theme
Size: 78,23 kBytes
FileType: .zip-File
Downloads: 8406
[Download Now]
Size: 78,23 kBytes
FileType: .zip-File
Downloads: 8406
[Download Now]
Niche
Tags: Blogging, Business, Corporate
Need Help?
Much as I want to provide free support, there are only 24 hours a day.
So if you need a chunk of my time, I’m available for hire.
What's Next?
»» Subscribe to Feed
» Leave a Comment
Related Posts:
» Testing of Plugins and Themes on WP 2.3
» Theme Bugfix: Artificial Intelligence
» Themes Update: Custom Menu in WP3.0
» Newer Post: OneShop Facelift + more
« Previous Post: WP Theme: Internet Center














Wow, this is better than I thought it would be! Thanks for accepting my request!
WOW! wonderfull… i can’t say anything
This is a great looking theme. Well done
emporia you are welcome.
Jared & Jason, thanks!
Hello Genkisan,
I am using Artificial Intelligence developed by you in my website and am trying to get the google ad-sense integrated into the style sheet. I am not a code writing guy. You can visit my site at http://www.infosecminds.com and see if you help in alighing the adsense code to the right of the page. I have just managed to reduce the size of the box with the main content.
Appreciate your help
Thank you,
–Vinod Kumar
Hmm.. first you posted in the wrong post, then you removed the authors’ links from the theme. At the risk of sounding mean, I’m afraid you’re on your own
hhmm…yeah it does sound mean. I just re-read my post. Ok, none were intentional though. Thanks for your response.
–Vinod Kumar
Genkisan,
Apologies. I have put back the author links and have also managed to get the adsense working. Request you to check as and when you find time.
Thanks,
–Vinod Kumar
Hey Vinod, you figured it out. Great job!
No hard feelings k
Hello Genkisan,
I am here back again to get some help on my layout. Request you to kindly look at my site at http://www.infosecminds.com and let me know how I can align my right side box along with the left ones. I can also send you the code that I had added to bring in the two google adsense boxes into the template.
–Vinod Kumar
hi Vinod,
imo, you just have to get the total width of container div “main” to be the trade-off value for those 3 columns and elements contained within. the bad news is IE calculates total width differently from other browsers. You can google about “Vertical and Horizontal Sizing with CSS” to get better understanding. Common formula to determine how much horizontal space an element will actually occupy will be: margin-left + border-width-left + padding-left + width + padding-right + border-width-right + margin-right
cheers
gausarts
I moved the comments over to this “Artificial Intelligence” post.
gausarts: thanks for helping out! Really appreciate it
Vinod: do you mean to bring the 2 smaller columns together? Something like my theme? Backup style.css first, then apply the following style
#sidebar {
float: right;
width: 250px;
}
#right {
float: left;
width: 452px;
}
#leftnew {
float: right;
padding: 10px 10px;
width: 130px;
border:#ccc 1px solid;
margin: 0 0 10px 8px;
}
.rightcolnew {
}
Is this theme tested on IE 7? It wouldn’t load correctly in IE 7. The boxes on the top would overlap each other. Is there a way to fix this?
Seems ok on my side. Here’s a screenshot of theme viewer on IE7.
http://i10.tinypic.com/53aj3w8.gif
Would be good if you can do a screenshot.
I use this template on several sites, and none of the RSS Feed links work (at the bottom right) – it does not create an xml feed. Any suggestions?
No linkback = no suggestion.
Hi there,
Just installed the Artificial Intelligence theme and it totally kicks ass! One question though …
I use a lot in my posts to make code samples stand out from the rest of the text – it used to work in my previous theme because I modified the style.css but the same modification won’t work in the Artificial Intelligence theme – the text looks the same as the body (and Firebug says it’s inheriting from .leftcol and body).
Is there an easy way I can do this? I don’t want to hack your theme to pieces because I like it very much. Can you help?
Thanks!
Chris
Oops, I put HTML code into the post above. The first part is supposed to say:
"I use <<div class="code">
By the way, I had to change searchform.php from the one supplied with the theme back to the contents of searchform.php that comes with the default theme. When using the file supplied with the theme searches return no results for me.
Clever me, I’m using your theme for a blog about… well, Artificial Intelligence. Anyway, thanks for the great design, the “clean lines” theme certainly holds true. Just what I was looking for
see it here:
http://www.symbiosisdev.com/markets/
Chris, when I view your html, your code tag is closed immediately e.g < code>< /code>source code lines.
Alec, your’re welcome
Hmmm that’s odd … the page’s post has <div class="code"> ALL THE CODE HERE </div> … I can’t understand how it’s being closed immediately.
Ok, weird … I’ve added a new style called “codesection” and set <p class="codesection"> but when I view the source of the CSS using Firebug it says <p>MY CODE</p> then the next line is <p class="codesection"><lt;/p> … any idea why?
Looks ok now.
Yeah, I moved my .samplescript style from the bottom of the style source file so that it’s located within the same parent as .special – works ok.
CSS inheritance huh … gotta love it!
The comment area for Artifical Intelligence is closed, so, my apologies for leaving a C here if inappropriate. First, I love the theme, but, I am having trouble with Ads showing. I noticed the little Ad package box is not showing in the Side Bar also. Could you give me a little help with some Ad mods to the theme.
Anybody have used it on wordpress 2.0 ???
the “reply to this comment” feature doesn’t work for my blog (wp 2.7 + artificial intelligence theme 1.5) – can anyone tell me why ?
I see that you got it working.
Great looking theme.
Is it possible to have catagories in the left column instead of current pages?
How do you edit the header?
thanks,
V.
Actually the links are hardcoded in header.php. To display categories, replace
with
Can I get help on adding drop down menus for pages using this theme? I tried installing a few plugins for that but they all don’t seem to look that great. Have you thought of this yet? If so, could you share the code.
Thanks!
Ikut download ya? Boleh kan? (Can I download it?