| Post |
|
BAM - Member
1:08 am - April 12, 2009
posts 4 |
| |
|
Post edited 10:24 pm - April 12, 2009 by BAM
I
I
I
I
I
\./
|
|
|
Aaron - Admin
2:59 pm - April 12, 2009
posts 382 |
| |
|
Do you have the AJAX navigation module activated?
|
|
|
BAM - Member
3:35 pm - April 12, 2009
posts 4 |
| |
|
Post edited 10:22 pm - April 12, 2009 by BAM
hi, i know the title is kindof fucked up; because i keep changing the question i have ;D
actually now the Ajax navigation works; but alot of my plugins don't.
The forum is kindof fucked up, and my flickr photoalbum doesn't load!
Not to mention the fact that the about section is always twice or in the wrong place anyways...
help
*update: oh, and the color of the page your on doesn't get highlighted, it just stays on Heim!
|
|
|
Aaron - Admin
1:18 am - April 13, 2009
posts 382 |
| |
|
Plugins that use a lot of JS tend not to work with AWP because there is no way to reliable make them work, so each one needs to modified individually. Unfortunately, I can't support them all by default, so I only add the functionality when the work is commissioned.
About the about box you must have only one awp_loop div. No more, no less. Anything in the div will be parsed out and put into the new page when you navigate around. What is happening is the about box content is being updated when you try to load a new page, and then because there is two awp_loop divs, it is being inserted as the changed content into the page you are viewing.
If you need the sidebar content to change, wrap everything from the header to the footer in the div.
|
|
|
Aaron - Admin
1:20 am - April 13, 2009
posts 382 |
| |
|
oh, and the color of the page your on doesn't get highlighted, it just stays on Heim!
That's because the header isn't being updated because it is out of the loop. The point of the AJAX navigation is that certain parts of the page need to change and certain ones don't.
|
|
|
BAM - Member
1:48 pm - April 13, 2009
posts 4 |
| |
|
Post edited 5:49 pm - April 13, 2009 by BAM
ok, is there a photoalbum and forum that works with ajax?
p.s.
BOTTOM of the header.php is<div id="awp_loop"><!--awp_loop-->
and at the TOP of sidebar.php is <!--awp_loop--></div>.
- why does the about section load so many times?
|
|
|
Aaron - Admin
3:38 pm - April 13, 2009
posts 382 |
| |
|
I have not actively tested any photogallery or forum plugins to be ajaxed with WP recently, so I can't say.
Like I said, you have multiple awp_loop divs in your page. Look at the source of the page and you will find three. There must be only 1.
|
|