• Resolved gemedj89

    (@gemedj89)


    in version 2.0.47 you introduced this support for Avada but the footer is not displayed using Avada. The previous version is fully functional

    /**
     * Avada Theme with Fusion Core/Builder Plugin Compatibility
     * remove duplicate eztoc containers
     * in footer sections
     * @since 2.0.47
      */
     if ( 'Avada' == apply_filters( 'current_theme', get_option( 'current_theme' ) ) && in_array( 'fusion-builder/fusion-builder.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
    	
      add_action( 'avada_render_footer', 'ez_toc_remove_the_footer_content', -1 );
      function ez_toc_remove_the_footer_content() {
            remove_filter( 'the_content', array( 'ezTOC', 'the_content' ), 100 );
        }
        add_action( 'avada_render_footer', 'ez_toc_remove_the_footer_content_after', 11 );
      function ez_toc_remove_the_footer_content_after() {
            add_filter( 'the_content', array( 'ezTOC', 'the_content' ), 100 );
         }
     	   
    	}
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Magazine3

    (@magazine3)

    Hi, We are extremely sorry for the inconvenience caused you. Can you please share the URL of the issue if possible? Also kindly please share the screenshot of the footer content that you are adding by using Avada. So that we will check the issue by going through them and assisting you to fix the issue.

    Plugin Author Magazine3

    (@magazine3)

    Hi, Can you please share the URL of the issue if possible? Also kindly please share the screenshot of the footer content that you are adding by using Avada. So that we will check the issue by going through them and assisting you to fix the issue.

    Plugin Author Magazine3

    (@magazine3)

    Hi, The issue has been resolved in the latest update and we have recently pushed the update 2.0.48. Kindly update the plugin to the latest version and let us know back if you face any issues or not. So that we will assist you further to resolve if you need assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer is not displayed after update 2.0.47 with Avada’ is closed to new replies.