Title: Footnotes inside Elementor template
Last modified: July 7, 2020

---

# Footnotes inside Elementor template

 *  Resolved [mikeprince](https://wordpress.org/support/users/mikeprince/)
 * (@mikeprince)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footnotes-inside-elementor-template/)
 * Is it possible for footnotes to work inside Elementor widgets?
 * The example page is using a very simple Elementor single template, with Heading,
   Text Editor and Post Content widgets. As you can see, the only footnote that 
   works is from the post content itself, but I would like footnotes in the other
   widgets as well.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffootnotes-inside-elementor-template%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [David Artiss](https://wordpress.org/support/users/dartiss/)
 * (@dartiss)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footnotes-inside-elementor-template/#post-13091201)
 * Hi Mike,
 * There are no current plans to support specific plugins, such as Elementor, at
   this time.
 *  Thread Starter [mikeprince](https://wordpress.org/support/users/mikeprince/)
 * (@mikeprince)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footnotes-inside-elementor-template/#post-13093056)
 * That’s a shame. If you ever do decide to look at it, there is a hook `elementor/
   frontend/the_content` so you can use
    `add_action( 'elementor/frontend/the_content',
   array( $this, 'process' ), $this->current_options[ 'priority' ] );` instead of
   your existing `add_action( 'the_content', array( $this, 'process' ), $this->current_options['
   priority' ] );` (although obviously you need to check whether Elementor is in
   use).
 * This wouldn’t position the footnotes at the bottom of the content so that would
   need to be changed as well.
    -  This reply was modified 5 years, 11 months ago by [mikeprince](https://wordpress.org/support/users/mikeprince/).
    -  This reply was modified 5 years, 11 months ago by [mikeprince](https://wordpress.org/support/users/mikeprince/).

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

The topic ‘Footnotes inside Elementor template’ is closed to new replies.

 * ![](https://ps.w.org/footnotes-made-easy/assets/icon-256x256.png?rev=3057822)
 * [Footnotes Made Easy](https://wordpress.org/plugins/footnotes-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footnotes-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footnotes-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/footnotes-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footnotes-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footnotes-made-easy/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mikeprince](https://wordpress.org/support/users/mikeprince/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/footnotes-inside-elementor-template/#post-13093056)
 * Status: resolved