• Hi there,

    This is officially my first post on wordpress ever. As I’m usually pretty good with investigating through other posts and solving. Until now… I’m a bit of a novice at this. But I manage.

    Ok, So this is what I need to do..
    I’m trying to get two separate (Header+Menu made with Edge Animate) animations one beneath the other to work (by default) on all pages. Preferably the Header on top and Menu just underneath that.

    First animation – As a header (I seem to always be able to get this one working)

    Second animations – As a dynamic Scroll to top Menu bar.

    Now of course the first animation is fine as a Header. The second I is causing me the grief. I’m wondering if I just combine the two edge animate files together and have it as one big Header animation/Menu.

    Let me know what you need. My website is only local at the moment. But I can save the website as a HTML?

    Looking forward to hearing from you soon!

    Thank you 🙂

    https://wordpress.org/plugins/edge-suite/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ti2m

    (@ti2m)

    You can use

    if(function_exists('edge_suite_comp_render')){echo edge_suite_comp_render($comp_id);}

    in your PHP templates to include the composition with the given $comp_id. Of course you can also use it twice.

    Does that help?

    Plugin Author ti2m

    (@ti2m)

    Sorry, gave you the wrong function, it’s edge_suite_comp_view_inline() not edge_suite_comp_render():

    if(function_exists('edge_suite_comp_view_inline')){
      echo edge_suite_comp_view_inline($comp_id);
    }
    Thread Starter taz_atms

    (@taz_atms)

    Hi again….

    Sorry about the delayed response

    The function you gave me above, now either I implemented it into the wrong place (e.g functions.php file or header.php) or it doesn’t work.

    I’ve got the website live now ( http://www.aerials.net.au ). So you can have a look. I removed the function you gave me. Cause my site went to BLANK when I tried it.

    Just so you are aware, what I want to do now is add a CALL TO ACTION (Edge animation) just underneath the bottom of the navigation menu.

    Also another query is whether you know the correct commands into removing the whole composition once the site is in the dimensions of a tablet or mobile device mode (e.g iPad and iPhone or Android)?

    Thanks in advance! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Overiding existing and Intergrating Header & Menu edge animation on all pages’ is closed to new replies.