Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051581
    ldollard
    Participant

    Hi Guys,

    Is there any way to put the rev slider above the featured image on my blog posts. I’m using a shortcode?

    There is no option on posts like on the pages to place the revslider above or below the masthead. Hence the use of the shortcode?

    http://www.mttaborfinewines.com/friday-tastings/swiss-italian-french-alpine-wines/

    #1051996
    Rupok
    Member

    Hi there,

    Thanks for writing in! Unfortunately it’s not possible. You can do it only for pages.

    Cheers!

    #1052000
    Lely
    Moderator

    Hi There,

    Thanks for posting in and giving us your site URL.
    Please add this on your child theme’s functions.php file:

    add_action('x_after_view_renew__content-post-header', 'revslider_above_single_post');
    
    function revslider_above_single_post () {
    	if ( is_single() ) {
    		echo do_shortcode('[PUTSHORTCODEHERE]');
    	}
    }
    

    Then change this [PUTSHORTCODEHERE] to your revslider shortcode.

    Hope this helps.

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