Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1032613
    themuny
    Participant

    Is it possible to place an image banner above the page body, below the header?

    #1033250
    Lely
    Moderator

    Hi There,

    Yes that is possible with some custom code. To help you better, please share your site URL. Then clarify where exactly you want the image banner to appear. Is it below breadcrumbs? or just directly below the main navigation? Do you want to implement for specific page only or site wide? You may give us a screenshot of what exactly you want to achieve so we can give you a tailored answer.

    Cheers!

    #1034612
    themuny
    Participant
    This reply has been marked as private.
    #1034829
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > Javascript in the Customizer.

    jQuery( document ).ready(function( $ ) {
    	 $( '<div class="banner-before-content"><img class="aligncenter size-full wp-image-962" src="http://muny.slhsmta.com/muny/wp-content/uploads/2016/02/seating_chart.png" alt="seating_chart" width="715" height="552"></div>' ).insertBefore( ".page-id-241 .x-main article" );
     });

    Note: Just change the image link above. Let us know how that goes. Hope this helps – thanks!

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