• Hi there,

    I am using anywhere elementor for the footer of my website. I am using the hestia theme and to display my footer template in my website, I’ve created a plug in in wich I use the following code :

    <?php
    /*
    Plugin Name: Hestia Custom Sections
    Description: Adds custom sections to Hestia’s front page.
    */

    function new_section_1(){

    echo do_shortcode(‘[INSERT_ELEMENTOR id=”601″]</div>’);

    }

    add_action( ‘hestia_before_footer_hook’, ‘new_section_1’ );

    It was working perfectly since today. I did some modifications in my footer template and when i hit publish, the template doesn’t display proprely on the website. I really don’t know what to do. If you guys have some ideas.

    Have a good day,

    Hugo

    Ps: i can not send you a link to the website has it is not officialy published.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Display issue’ is closed to new replies.