Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #537143

    Hello man.

    i want create full-length banner in enfold theme.

    red I noted where there should be a banner

    sample

    https://drive.google.com/file/d/0B1DHE1gEPULXXzB4Q19aRkt1bkE/view?usp=sharing

    • This topic was modified 8 years, 5 months ago by visionery.
    #537387

    You can help me?

    #537389

    Hey!

    You can edit your page and add Image element to your page out of the container.

    Cheers!
    Yigit

    #537397

    Then comes the banner to the left menu.
    or am I doing something wrong

    #537404

    Hi!

    Can you please post the link to your page so we can see the issue?

    Regards,
    Yigit

    #537409

    ok, read Private Content

    #537413

    Hey!

    Please go to Appearance > Editor and edit header.php file and find

    <div id='wrap_all'>

    and add your banner using HTML right below it.

    Best regards,
    Yigit

    #537424

    main page is good, contact page and other dont work :(

    #537434

    how to use this banner is not at all the pages?

    #537491

    Hey!

    Can you please point out the page where you would not like to have it? If there are less pages that you would like to have it, please point them. Basically, which ever is less :)

    Cheers!
    Yigit

    #537504

    that it was in the pages below.
    read Private Content

    • This reply was modified 8 years, 5 months ago by visionery.
    #537691

    Hey!

    Please add the code to header.php file as following

    
    <?php if(is_page(array(59,61))){
    echo "<div class='your-custom-banner'>Your HTML goes here</div>";
    }
    ?>

    59 and 61 here are page IDs. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.