• Resolved mikeprince

    (@mikeprince)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor David Artiss

    (@dartiss)

    Hi Mike,

    There are no current plans to support specific plugins, such as Elementor, at this time.

    Thread Starter mikeprince

    (@mikeprince)

    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 4 years, 8 months ago by mikeprince.
    • This reply was modified 4 years, 8 months ago by mikeprince.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footnotes inside Elementor template’ is closed to new replies.