Title: psanger's Replies | WordPress.org

---

# psanger

  [  ](https://wordpress.org/support/users/psanger/)

 *   [Profile](https://wordpress.org/support/users/psanger/)
 *   [Topics Started](https://wordpress.org/support/users/psanger/topics/)
 *   [Replies Created](https://wordpress.org/support/users/psanger/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/psanger/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/psanger/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/psanger/engagements/)
 *   [Favorites](https://wordpress.org/support/users/psanger/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code] different results in chrome vs firefox](https://wordpress.org/support/topic/different-results-in-chrome-vs-firefox/)
 *  Thread Starter [psanger](https://wordpress.org/support/users/psanger/)
 * (@psanger)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/different-results-in-chrome-vs-firefox/#post-13014481)
 * I’ve tried the most recent versions up to 1.7.5 as well and having the same behavior
   on Windows 10, using the copy contents as TEXT mode. Firefox (and MS Edge) remove
   all line breaks and paragraphs (smooshing all content together). Chrome works
   except has lots of extra tabs included (retained from the underlying HTML). I
   haven’t tried on a Mac. Thanks for your help with this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Footnotes] Manual placement of Footnotes in single.php](https://wordpress.org/support/topic/manual-placement-of-footnotes-in-single-php/)
 *  [psanger](https://wordpress.org/support/users/psanger/)
 * (@psanger)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/manual-placement-of-footnotes-in-single-php/#post-13014417)
 * Hi Jason,
    Thanks for this plugin, it’s the best I’ve found. I’m hoping to remove
   the_content from the output. It’s not elegant I know but could you suggest a 
   workaround that might be something like this (note this code doesn’t work, not
   sure why though I don’t know PHP at all):
 *     ```
       global $post;
       $theContent = get_the_content($post->ID);
   
       global $easyFootnotes;
       $efnWithContent = $easyFootnotes->easy_footnote_after_content(the_content());
       $efnWithoutcontent = trim(str_replace($theContent,'',$efnWithContent));
   
       echo $efnWithoutContent;
       ```
   
 * Hopefully this is at least understandable as an idea and you can let me know 
   whether this solution is workable.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code] different results in chrome vs firefox](https://wordpress.org/support/topic/different-results-in-chrome-vs-firefox/)
 *  Thread Starter [psanger](https://wordpress.org/support/users/psanger/)
 * (@psanger)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/different-results-in-chrome-vs-firefox/#post-12885233)
 * Again, thanks for getting back to me on these issues. I installed the new version
   1.7.3, reloaded all my cache etc. But the behavior seems the exact same. Can 
   you check again on the page [https://www.dotphrase.org/dp/staph-aureus-bacteremia/](https://www.dotphrase.org/dp/staph-aureus-bacteremia/)
   in chrome and firefox? Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code] paragraph as the selector?](https://wordpress.org/support/topic/paragraph-as-the-selector/)
 *  Thread Starter [psanger](https://wordpress.org/support/users/psanger/)
 * (@psanger)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/paragraph-as-the-selector/#post-12885227)
 * Thanks much for getting back to me! Currently, I’m using .copythis for the selector(
   copythis is a style I created just for areas I want to be copied but it still
   includes too big an area). I’d like to only copy the content and not the title
   as well. I.e. NOT copy “Assessment & Plan”; instead only copy “# Staph aureus
   Bacteremia …cut… scenario”. Because I can’t use <p> as part of the selector currently(
   for example, “.copythis p”), I have to copy the whole thing including title. 
   Is there any way you can make <p> work as part of the selector? Or is this more
   a limitation of CSS?

Viewing 4 replies - 1 through 4 (of 4 total)