• Resolved adminbart

    (@adminbart)


    Hi,

    I’m using the ‘Vantage’-theme with the Page Builder (https://siteorigin.com/theme/vantage/).

    I additionally installed the widget ‘PHP Code Widget’.
    What I wanted to do is to insert the necessary PHP code, in order to display my Edge composition, ID number 1:

    <?php
       if(function_exists('edge_suite_view')){
         echo edge_suite_view(1);
        echo 'it exists';
       }
     ?>

    Unfortunately this won’t show my compostion. But ‘it exists’ does show …

    Does somebody have an idea of what’s wrong?

    Thanks in advance!
    Bart Raymakers
    Belgium

    https://www.ads-software.com/plugins/edge-suite/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Insert animation thrue 'PHP Code Widget'’ is closed to new replies.