This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Can’t make Revolution Slider work with Vantage

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by annehweb 10 years ago

I’ve had success using LayerSlider with Vantage by modifying the header.php with the following:

I have no idea how to make the Revolution Slider work with Vantage. The short code for this particular slider is [rev_slider homeslider] with an id of 1. I tried this:

And received this:

Fatal error: Call to undefined function revslider() in /home3/jmwgomz/public_html/girlygirlgalas.com/ggg2015/wp-content/themes/vantage-child/header.php on line 34

How do I make this work?

URL: http://girlygirlgalas.com/ggg2015

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Magus Staff 10 years, 8 months ago

    Hi Annehweb

    I cannot see the code samples you have entered. For security reasons these a stripped out if they are not surrounded by code tags. Could you please repost them in code tags as described below the reply box.

    Thanks

    Magus

  2. annehweb 10 years, 8 months ago

    Okay… here it is again:

    I’ve had success using LayerSlider with Vantage by modifying the header.php with the following:

    <?php if(is_front_page()) layerslider(1); ?>

    I have no idea how to make the Revolution Slider work with Vantage. The short code for this particular slider is [rev_slider homeslider] with an id of 1. I tried this:

    <?php if(is_front_page()) revslider(1); ?>

    And received this:

    Fatal error: Call to undefined function revslider() in /home3/jmwgomz/public_html/girlygirlgalas.com/ggg2015/wp-content/themes/vantage-child/header.php on line 34

  3. Magus Staff 10 years, 8 months ago

    Hi Annehweb

    Please try this

    <?php if(is_front_page()) putRevSlider("Your Slider Alias"); ?>

    Please replace Your Slider Alias with the alias you gave the slider when creating it.

    let us know how you get on

    Magus

  4. annehweb 10 years, 8 months ago

    Thanks, Magus — worked great! Yet another reason why I keep using for Vantage for so many projects.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread