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: Wp-Page-Navi messes up my footer text  (Read 755 times)

0 Members and 1 Guest are viewing this topic.

Offline wildbug

  • Newbie
  • *
  • Posts: 2
    • View Profile
Wp-Page-Navi messes up my footer text
« on: 14 October 2009, 17:22 »
WordPress Version: 2.8.4
Theme Name: Quickrise
Blog URL: test site: http://danceinthefire.com/
Problem Plugin Name And Version: WP-PageNavi 2.50
PHP And MYSQL Version: latest
Possible Conflicting Plugins (Optional): I deactivated all plugins but problem was still there

I installed page-navi in footer but it's causing the background color behind the existing footer text to change and the text disappears. Here is the code:

   <!-- BEGIN footer -->
        <div id="footer">
        <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
   <p class="copyright"><?php echo fs_settings('footer_copy'); ?></p>
   <a href="<?php if (strlen(fs_settings('subscribe'))>0) echo fs_settings('subscribe'); else bloginfo('rss2_url'); ?>" class="subscribe"><?php fs_lang("Subscribe"); ?></a>
   <p class="links"><?php echo fs_settings('footer_links'); ?></p>
   </div>
   <!-- END footer -->

I tried attaching a jpg showing page navi but you don't accept jpg attachments for some reason. I also put the code in my archives.php and it seems to work better there. You can see both instances of it on the bottom of this page: http://danceinthefire.com/category/experts/buhner/. I'd love to make the footer one work.

Second question: what do I have to adjust in CSS to move the whole page navi menu to the right on my screen? Not sure which class and whether to use margin or padding. Thanks!!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,535
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Wp-Page-Navi messes up my footer text
« Reply #1 on: 14 October 2009, 17:31 »
Sorry I don't provide support for css because I am not good with it, all the CSS are in pagenavi-css.css

++ 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 wildbug

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Wp-Page-Navi messes up my footer text
« Reply #2 on: 14 October 2009, 17:34 »
Okay I will just have to experiment with CSS. But that was the second question. What about the main question, that the code is messing up my footer text? Thanks!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,535
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Wp-Page-Navi messes up my footer text
« Reply #3 on: 14 October 2009, 17:37 »
it is related to your question 2, that is because of your theme's style.css > you can place it before the footer as well.

++ 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.