All-AJAX Theme Update
Just a heads up! Chris’ awesome All AJAX theme is now updated to version 2.0, featuring a whole slew of great improvements, tweaks, and bug fixes..
Lots of improvements and tweaks
- Updated to use jQuery 1.7.2
- Added missing
ajax-loader.gif
file - Updated enqueue-script function
- Added tags display to single post-views
- Added support for oEmbed media embedding
- Added readme.txt to theme directory
- Updated some template tags such as
bloginfo(url)
- Fixed search results for queries with multiple terms
- Replaced hard-coded comment form with
comment_form()
in comments.php - Changed
get_settings()
toget_option()
throughout theme - Added
<?php wp_link_pages(); ?>
to single.php - Removed some redundant code in footer.php
- Defined
$content_width
variable in functions.php - Added licensing, version, tags, info to style.css
- Replaced screenshot.png for version 2
- Cleaned up code, markup, etc.
Plus lots of other details to help improve the plugin based on requests and feedback from users of the theme. I also used the excellent Theme-Check plugin as well as WP’s built-in debugging feature to help find ways to further improve the already awesome theme. For more info, see the readme.txt file or check out the following links:
- Read more about the All AJAX theme
- Try the All AJAX DEMO (select theme from dropdown menu)
Screenshot
Here is a screenshot of All AJAX:
How to get it
The All AJAX theme is one of our exclusive themes and is included with any book purchase. For those of you who already own the book, visit the Member’s Area to download All AJAX version 2 at your convenience. To get the book, themes, and all of the extras, visit the DigWP Book Store.
13 responses
-
Fantastic! I want it! Can I have it buying the book in .pdf?
-
hi, I own the book and the previous theme. Although i find it awesome i’m afraid using it as a basis for my client’s sites will give me trouble in the long term as wp core or libraries need to be updated and break the ajax functionality as happened to the previous version. Any idea on how to handle that? It’s a pity to let go of this theme’s wonderful functionality because of this concern.
ps: I’m not ajax or jquery savvy but giving my baby step in that direction.
Thank you from Brazil. -
Is this search engine/ SEO friendly?
By the way, this is cool!
-
Talk about an SEO nightmare!
-
Hi,
I’m trying to adapt the theme’s javascript to an ongoing project and I ran into some code glitches specific to my code. Basically I need to prevent allajax.js from addressing some
a
tags in the page that must be handled by other scripts?For instance, I use a script to create an accordion effect in a lateral menu. The parent
li
withclass="expandable"
shouldn’t be affected by the alljax script.I also use a zooming script for images that swap the images in a window when you click their thumbnails. I’d also like to know what I can safely remove in the code since I don’t have search functionality and comments in this project. That’s basically it.
Jeff, can you help me with this one?
Thanks
Roberto -
I really like this theme and the associated css tricks video explaining WP Ajaxing. One feature I’d like to see is that the main navigation menu responds to the back/forward buttons – i.e. the grey bg moves relevant to the current page. It works with clicks at the moment but not the back and forward buttons.