2012-04-07, 09:09:27
Navigation should be `#navigation a` without the tics.
Unfortunatly, the page title needs to have an id to load the title into, so if you modify your page to the following:
Then use #PageTitle for the page title
and #pageContent for the content.
Im not sure if it will work with i18n navigation, I will check it out and get back to you.
Unfortunatly, the page title needs to have an id to load the title into, so if you modify your page to the following:
Code:
<section id="pagecontentWrapper">
<h1 id="PageTitle"><a href="<?php get_page_url(); ?>" title="<?php get_page_clean_title(); ?>"><?php get_page_clean_title(); ?></a></h1>
<span id="pageContent"><?php get_page_content(); ?></span>
</section>
Then use #PageTitle for the page title
and #pageContent for the content.
Im not sure if it will work with i18n navigation, I will check it out and get back to you.
www.ericwooley.com
5wooley4@gmail.com - Let me know if you need any help with any of my plugins, or just help in general. I'll always help if i can.
Beware, Im just a drunken college student. I may throw up at any time.
5wooley4@gmail.com - Let me know if you need any help with any of my plugins, or just help in general. I'll always help if i can.
Beware, Im just a drunken college student. I may throw up at any time.