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: Print Page includes errant bullet  (Read 270 times)

0 Members and 1 Guest are viewing this topic.

Offline DenverWineGirl

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Arthemia Premium
Print Page includes errant bullet
« on: 13 January 2010, 22:08 »
First, thank you for this plugin; my initial experience wasn't great but then I figured out that my clients permalimks can not be formatted to end in .html...once we changed those, works fine.

What I've done is create a printable recipe section for a food blog so that all content outside of the Recipe section does not print...that's a huge value for readers of food blogs, so thank you.

http://vinolucistyle.com/2009/12/creamy-mushroom-bake-2/

In the above link you'll see where I've included this in my blog and admit making a lot of revisions to customize the print page but it's weird, I get an errant bullet displaying on that print page. I used to have the information bulleted and thought that might have been part of the problem but today removed all UL code and it's still there.

I've got the latest of version 2.8, the latest version of the plugin and am using the Arthemia Premium theme. It's not happening on client sites with the Thesis theme, fyi.

It's not a huge deal, but I'm so particular and have put in so much work to refine this section I just hate seeing that dot there that does not belong; any help would be appreciated!


Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,533
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Print Page includes errant bullet
« Reply #1 on: 14 January 2010, 06:38 »
The dot is cause by another plugin that add itself to the content
Code: [Select]
<div class="addtoany_share_save_container"><ul class="addtoany_list"><li><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fvinolucistyle.com%2F2009%2F12%2Fcreamy-mushroom-bake-2%2F&amp;linkname=Creamy%20Mushroom%20Bake"></a></li></ul></div></div>
 

</div>
</div>

You may want to hide it using print-css.css
Code: [Select]
.addtoany_share_save_container {display: none;}

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