• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. R

    RESOLVED Avada Theme integration

    Hi, Solved it by realising to use do_shortcode() such as: echo do_shortcode("[fusion_modal_text_link name=\"mon_toddler\"]Toddler[/fusion_modal_text_link]");
  2. R

    RESOLVED Avada Theme integration

    Hi, I am currently working through the php code within my site and transferring it to snippets as required. However, I have a very large and complicated page that includes php and many Fusion Builder shortcodes. This has worked as required with the [insert_php] tags but now I am experiencing...