Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #425887

    Hi There,

    We would like to add banner ads

    1. directly on the right outside of the boxed layout
    2. inside the topbar

    Can you help us achieving this?

    Thanks!

    #426186

    Hi elbnetz!

    You can do this to add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, you could then drag a text widget to it and add the ads that way or use our advertising widget.

    Regards,
    Elliott

    #426410

    Hi Elliott,

    Thanks for the reply. T&hat goes in the right direction although the widget now sits in the menu, not within the header.

    Even more important: How do we get a banner directly on the right outside of the boxed layout?

    Thanks!

    #426726

    Hey!

    Send us a link to your page and let us know where your wanting it to display and we’ll give you some CSS to use.

    For your second question go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #426758
    This reply has been marked as private.
    #427524

    Hi!

    According to this website – http://www.downforeveryoneorjustme.com/ your website is currently down. Please make sure that you have posted the correct link.

    Best regards,
    Yigit

    #427607
    This reply has been marked as private.
    #428146

    Hi!

    I checked the page but I don’t see any widgets in the header. Did you remove it? We need to check it.

    Regards,
    Ismael

    #429482

    Yes, we have to remove it, as it this site is live.

    Can you give us any hint for our nee “ directly on the right outside of the boxed layout“?

    Thanks.

    #429629

    Hi!

    Please go to Appearance > Editor and open Header.php file and find

    <div id='wrap_all'>
    

    and add your code right above it.

    Regards,
    Yigit

    #429722
    This reply has been marked as private.
    #429724

    Hi!

    By using custom CSS. You can let us know after you add your banner so we can take a quick look if you need help.

    Best regards,
    Yigit

    #430184
    This reply has been marked as private.
    #430526

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div#paszonecont_21574 {
      position: relative;
      left: 100%;
      top: 728px;
      margin-top: -728px;
    }

    Regards,
    Yigit

    #430685

    That is perfect, many Thanks!

    Now I only need another ad in or above the top bar which should disappear, when scrolling down.
    Possible?

    Again, many Thanks!
    T.

    #431369

    Hi!

    You can go to Enfold theme options > Header > Extra Elements and choose to display “Extra info” and add your banner using HTML there – http://www.w3schools.com/tags/tag_img.asp
    Then add following code to Quick CSS to hide it when scrolled down

    .header-scrolled .phone-info { display: none !important; }

    Best regards,
    Yigit

    #431875

    Hi Yigit,

    PERFECT, many Thanks!

    Cheers, Thorsten

    #432067

    Hi!

    You are welcome Thorsten, glad we could help!

    Cheers!
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Ad banner on top and right side outside boxed layout’ is closed to new replies.