| Post |
|
jakemc - Member
6:15 pm - May 6, 2009
posts 5 |
| |
|
Hello. I'm having difficulty getting my theme set up so that navigating through my website (which uses pages as well as posts) is done inline.
I've put <div id="awp_loop"><!--awp_loop--> at the bottom of my header.php and <!--awp_loop--></div> at the top of my sidebar.php. <?php wp_head(); ?> is in my header.php too (so the js libraries are loading.
I've enabled the AJAX navigation module. Under the AJAX & Effects tab, Special effects are enabled. Under the Navigation tab, Ajax navigation is enabled.
Anything I'm missing?
Thanks in advance - really hoping to get this working, it's a great plugin.
|
|
|
Aaron - Admin
8:33 am - May 7, 2009
posts 382 |
| |
|
I need a link before I can see what's going on.
|
|
|
jakemc - Member
2:45 pm - May 7, 2009
posts 5 |
| |
|
|
|
Aaron - Admin
10:03 am - May 9, 2009
posts 382 |
| |
|
Are you using any sort of compression algorithm on your website? The AWP javascript file seems to be causing an error but the error message is impossible .
|
|
|
jakemc - Member
7:28 am - May 10, 2009
posts 5 |
| |
|
Not that I'm aware of, though it's possible it's happening at a server level. I'll check.
|
|
|
jakemc - Member
6:26 am - May 13, 2009
posts 5 |
| |
|
Hi Aaron.
Apache is compressing the js files using gzip (headers for "http://www.theblessing.co.uk/wp-content/plugins/ajaxd-wordpress/js/core.js.php?ver=2009-05-12_11:47:59" include "Content-Encoding: gzip") but I understand Apache does this by default.
Using the Firebug javascript console, the only script errors I get are :
"navigator.userAgent.match(/MSIE (\d\.\d)/) is null http://www.theblessing.co.uk/w.....Fe3Q%3D%3D Line 1"
Thanks for your help.
Jake
|
|
|
Aaron - Admin
1:48 pm - May 15, 2009
posts 382 |
| |
|
That's the same error I'm getting, but that line doesn't exist anywhere in the project, so it has to be a problem with your server or another plugin. Try disabling some of the other plugins that us JS and see if it goes away.
|
|
|
jakemc - Member
4:16 am - May 19, 2009
posts 5 |
| |
|
Thanks Aaron. It turned out to be a conflict with EventCalendar.
Jake
|
|