Search 
Search Forums:


 




UserPost

1:17 pm
May 12, 2008


Kit Mobley

Guest

can someone tell me why the loader icon comes up, but the content for the page doesn’t on my site?

http://dev.brightantenna.com/brightantenna/

U: brightantenna P: fmrecorders

i’m using home.php for the front content and added the awp_loop tags just outside the loop where i want the content to change. when i click on the navigation now the laoder shows, but the content for the page doesn’t. can someone help?

thanks
kit

7:49 pm
May 12, 2008


Aaron

Admin

posts 247

Sneaking a peek at the dev version are we? ;)

You are using features that technically haven’t been released yet, so not everything has been tested fully yet.

Can you edit your /modules/ajaxnav/ajaxnav.php in the following way so I can see how things are failing? It won’t fix the problem (and will probably make it worse, but it will help me figure it out.)

Make sure the version number of your install is 1.20.1

Find: (around line 250)
$response = str_replace('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] ,get_settings('siteurl'),$match[0]);
Replace With:
$response = $buffer;

Find:

  1. if(!$response){
  2. echo __('AJAX Page could not be loaded.','awp'); exit;}

Replace With:

  1. if(!$response){
  2. $response = __('AJAX Page could not be loaded.','awp');}

11:53 am
May 13, 2008


Kit Mobley

Guest

cool thanks for your help. i’m very excited about ajaxd wordpress. I grabbed one of the themes that is ajaxd approved and adapted my graphics & css to it rather than goin the other way. Only thing i wasn’t able to get working correctly are the child pages so i just ended up flipping it back to my other theme.

i have a few other projects i’d like to dig into with ajaxd wp so i’m sure you’ll be seeing me again on this forum!

Reply to Post


Reply to Topic: help?

Name (Required):

EMail (Required):

Website):

Guest URL (required)

Math Required!
What is the sum of: 5 + 6        (Required)

Topic Reply:


 

About the Anthology of Ideas forum

Currently Online:

7 Guests

Maximum Online: 33

Forums:

Groups: 2

Forums: 6

Topics: 236

Posts: 720

Members:

There are 1 members

There are 227 guests

Aaron has made 247 posts

Top Posters:

Administrator: Aaron