Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1229794

    Der Masonry Blog in einer Spalte funktioniert mit einer Sidebar gut.
    Wenn ich oberhalb ein fullwidth Element (Farb-Sektion) einbaue, verschwindet aber das Widget aus der Sidebar nach unten. Die Sidebar ist dann leer.
    Über eine Hilfe würde ich mich sehr freuen.

    #1230357

    Hey Ingo-Diedrich,

    Full-width elements should not be used on the pages with sidebars.

    Please choose a different element.

    Best regards,
    Victoria

    #1230523

    Thanks for the answer. But it doesn’t satisfy.
    You advertise in your demos blogs with fullwitdth images and sidebar. Why shouldn’t I use it?
    Is there a conflict with plugins? Or what else?
    Please, give me a few tips.

    #1230540

    Can you link to that demo page please?

    #1230542
    #1230554

    Wo kommt dieser “pf-content” her ?
    Das gehört irgendwie nicht zu Enfold. Kommt das von dem print-friendly plugin?
    Wenn du nach dem Slider alles nur in Container packst ( 1/1 etc. ) sollte die Seitenleiste auch rechts erscheinen.

    • This reply was modified 4 years, 12 months ago by Guenni007.
    #1230558

    Herzlichen Dank!
    Das war genau die richtige Frage!
    Ja, es kam vom print friendly plugin. Ich habe es rausgenommen und jetzt funktioniert es
    Danke auch für den Tipp mit dem Container (Enfold ist noch neu für mich)
    Ingo

    #1230564

    Füge mal spasshalber diesen Code in dein Quick CSS und schau was mit der Seitenleiste dann passiert:

    
    #top.page-id-6292 {
        overflow-x: visible;
    }
    
    .page-id-6292 #wrap_all {
        overflow: visible;
    }
    
    @media only screen and (min-width: 767px){
    	.page-id-6292 #after_full_slider_1 .container {
    	    display: flex;
    	    flex-flow: row nowrap;
    	    justify-content: space-between;
    	    align-items: flex-start;
    	}
    
    	.page-id-6292 #after_full_slider_1 .container .sidebar {
    		position: -webkit-sticky !important;
    		position: sticky !important;
    		top: 20px;
    		align-self: flex-start;
    	}
    }
    • This reply was modified 4 years, 12 months ago by Guenni007.
    #1230566

    Das hat was. Klasse.
    Vielen Dank!
    Ingo

    #1230720

    Hi Ingo-Diedrich,

    Glad you got it working with Guenni007’s help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘sidebar and fullwidth’ is closed to new replies.