Very nice plugin But it does not work for me...
My structure is like
So I've added in the settings:
Jquery object which contains all of your links: #navigation
Jquery object which contains the page title: header
Jquery object which the new content should be loaded into: #pagecontent
As you may guess I am using the i18N plugin for multiple languages!
My structure is like
Code:
Blablabla
<header>
<blabla ... /blabla>
<nav>
<ul id="navigation">
<?php get_i18n_navigation(return_page_slug(),0,0) ?>
</ul>
</nav>
<div style="clear: both;"></div>
</header>
<section id="pagecontent">
<h1><a href="<?php get_page_url(); ?>" title="<?php get_page_clean_title(); ?>"><?php get_page_clean_title(); ?></a></h1>
<?php get_page_content(); ?>
</section>
blablabla
So I've added in the settings:
Jquery object which contains all of your links: #navigation
Jquery object which contains the page title: header
Jquery object which the new content should be loaded into: #pagecontent
As you may guess I am using the i18N plugin for multiple languages!
I LOVE this place. Thanks for making such a great piece of code!