Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1179762
    7wonders
    Participant

    Found this archived post when looking why x wasnt showing the revolution slider options:

    https://community.theme.co/forums/topic/missing-revolution-slider-option-in-edit-posts-to-select-slide-templates/

    Its actually very easy to implement. I added this to functions.php in child theme and voila 🙂

    
    if(is_plugin_active('revslider/revslider.php')){
        if(class_exists('RevSliderAdmin')){
            RevSliderAdmin::addMetaBox("Revolution Slider Options",'',array("RevSliderAdmin","customPostFieldsOutput"),$postTypes);
        }
    }
    #1179927
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! We appreciate for sharing this information. Please keep in mind that we have a similar yet with more options to display a slider in your page. The slider settings which gives you an option to display the slider above or below your masthead.

    Best Regards.

  • <script> jQuery(function($){ $("#no-reply-1179762 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>