Revolution slider options tab in post editor is not visible

I can’t se the tab of “revolution slider options” to choice the slide template for every single post!
http://www.themepunch.com.cach3.com/index.html@p=11115.

What have I to do to see it again?

Many thanks for any help.

Hi,

That’s for the old version which no longer exist.

The new docs is located here - https://www.themepunch.com/revslider-doc/post-based-slider/
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

@paul.r i think you misunderstood @twoeight

Referring to “revolution slider options” panel in posts for assigning different slider templates.

See this article: https://www.themepunch.com/faq/choose-slide-template-individual-posts/

I am also looking for this option?

/E

@paul.r

So it seems this feature is not supported at all in X/Pro. I just tried switching back to the default WP theme and the option panel is visible. How come this feature is not supported? It’s a rev-slider core feature…

Hi there,

Please check this https://theme.co/apex/forums/topic/slider-revolution-template-selection-missing/?replyto=1320516#post-1321843.

As far as I know, this is only applicable for older version.

Thanks!

Hi @Rad,

The code found in the bottom of the thread solved the problem. This feature is still available it seems.

add_action('init', 'init_rev');

function init_rev() {
    if(class_exists('RevSliderAdmin')){
        RevSliderAdmin::addMetaBox("Revolution Slider Options",'',array("RevSliderAdmin","customPostFieldsOutput"), array('post', 'x-portfolio', 'page') );
    }
}

Hi,

Glad to know that the code still works on the new version.

Have a great day! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.