All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Navigation showing twice  (Read 4698 times)

0 Members and 1 Guest are viewing this topic.

Offline Fizzgigg

  • Newbie
  • *
  • Posts: 6
    • View Profile
Navigation showing twice
« on: 08 April 2008, 07:56 »
I like this plugin but it's driving me nuts. No matter where i place code in the footer.php I always end up with two navigations. The only difference is whether both are in the bottom of the page or, like now, one in the bottom and the other one slap bang on top of the posts (http://www.kaufeldt.com). This is depending on where in footer.php I place the code.
Right now I'm using WP 2.5 but it was the same problem with WP 2.32.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Navigation showing twice
« Reply #1 on: 08 April 2008, 08:03 »
Does it occur on the default theme?

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Fizzgigg

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Navigation showing twice
« Reply #2 on: 08 April 2008, 10:25 »
Now that you mention it, no it doesn't. It just seems to happen with my Aspire-10-theme. Damn that theme, it's a real bimbo: just looks and no brain.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Navigation showing twice
« Reply #3 on: 08 April 2008, 10:29 »
Perhaps you can drop the theme author an email and ask him to suggest where to put the code?

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Fizzgigg

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Navigation showing twice
« Reply #4 on: 08 April 2008, 10:41 »
I'll do that. Thant you for your help.

Offline javaweasel

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Navigation showing twice
« Reply #5 on: 13 November 2008, 00:07 »
I know this is an old post, but I had this problem with Aspire, and here's my fix, in case others come by here:

Aspire is wp-pagenavi aware, and it includes wp-pagenavi classes in its own stylesheet. Wp-pagenavi also has its own css. Thus, rock-em,sock-em stylesheets.

I stopped the annoying double pagenavi by going into the Aspire theme directory and editing style.css
1. I commented out the first .wp-pagenavi class. Note, this doesn't include the other .wp-pagenavi a, .wp-pagenavi span, etc.
2. In the remaining .wp-pagenavi classes, I deleted "float:left".
3. I left the wp-pagenavi2 classes alone.

This left just the color/background/size stuffing, so it matches the Aspire theme, but doesn't throw in a second pagenavi.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Navigation showing twice
« Reply #6 on: 13 November 2008, 07:49 »
Actually you can just comment out this line:
Code: [Select]
add_action('wp_head', 'pagenavi_css'); in wp-pagenavi.php and it wp-pagenavi will not output css file.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.