Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #225019

    Wie kann ich denn am Einfachsten eine 120×600 Banner links neben dem Blog platzieren?
    Genau so wie man es hier bei dem Forum sieht: http://iszene.com/

    danke

    #225171

    Hey gmmediadienste!

    You can add Text Widget to Sidebar Blog widget area in Appearance > Widgets and add your banner using img HTML tag http://www.w3schools.com/TAGS/tag_img.asp

    Cheers!
    Yigit

    #225212

    And How can i place the Banner on the left of the blog? Like on that example: http://iszene.com/

    #225225

    Hi!

    Can you post a screenshot? I cannot see a banner on the left side on the link you posted

    Best regards,
    Yigit

    #225230

    Oh, i understand.
    Banner on the left

    #226038

    Hi!

    Ich würde grundsätzlich davon abraten den Banner so zu platzieren, da beim responsive Design es zu unschönen Darstellungsfehlern kommen kann, wenn der Banner außerhalb der Content Area bzw Sidebar angezeigt wird. Wenn du es trotzdem machen möchtest besteht zB die Möglichkeit das Banner Widget mit position:absolute; oder position:fixed; zu platzieren (um es aus dem Content Bereich zu ziehen) und dann kann man mit top/left Angaben die genaue Position bestimmen. Genaue Hilfestellung (mit CSS Code, etc.) kann ich nur geben, wenn ich mir die Website samt Banner Widget ansehen kann.

    Best regards,
    Peter

    #226332
    This reply has been marked as private.
    #226580

    Hey!

    I think you’re talking about banner so I guess these plugins will help: http://premium.wpmudev.org/blog/wordpress-banner-plugin/

    I think the WordPress Banner is the best choice because it offers floating banners.

    Best regards,
    Ismael

    #226623

    I need no plugin.
    I just dont know how to place a banner outside of the content. Like on the image.

    #227415

    Hi!

    Füge den Banner einmal mit einem Text Widget in die Sidebar ein. Wir können diesen dann mit CSS Code neu platzieren.

    Cheers!
    Peter

    #227420

    Der Banner ist in der Sidebar ganz unten.

    #227882

    Hi!

    Ok, es klappt leider nicht mit einem Sidebar Widget, da der Sidebar CSS Code dafür nicht ausgelegt ist die Inhalte außerhalb der Sidebar anzuzeigen. Öffne stattdessen header.php und füge den Code nach dieser Zeile ein:

    
    <div id='main'>
    

    anschließend werden wir sehen, welches Styling notwendig ist.

    Regards,
    Peter

    #227917

    Ich hab den Code in die footer.php eingefügt, sonst rückt es oben alles um 600px nach unten

    danke

    #228067

    Hey!

    I think the google ad code is not working. You can add this on Quick CSS:

    #div-gpt-ad-1392711329120-0 {
    position: absolute;
    display: block;
    top: 100px;
    left: 0;
    background: gray;
    }

    You will see a gray background on the top left side but there is no google ad.

    Best regards,
    Ismael

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