Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #314694

    Hey there – this was closed but not solved: https://kriesi.at/support/topic/hr-spacer-seems-buggered/

    Using a code box creates a padding/gap in the page what looks not right. Just under the arrow of my page.

    And may be you have an idea why the player on the page is loading after a little scroll and not on page load?

    #315040

    Hi Gabster!

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

    .page-id-2 div#after_full_slider_0 {
    display: none;
    }

    Best regards,
    Yigit

    #315314

    Hey Yigit, when I hide it, I also hide its content. That doesnt work. The code element should not get any height at all I think.

    #315334

    Hi!

    I’m not sure why is that empty section appearing there, try adding this code:

    #after_full_slider_0 .content{
        padding: 0 !important;   
    }

    Regarding the player thing; that’s expected, because the player is hierarchically below the fullscreen slider, have you tried putting this element as a caption of the slider?

    Cheers!
    Josue

    #315373

    Thanks Josue, that seems to work for now.

    About the player: yes I tried to place the codebox as first element. It breaks the transparent header style…You can see right now on the page.

    Amazing quick support by the way!

    #315399

    Hey!

    Have you tried putting the code as a slideshow caption?

    Regards,
    Josue

    #315685

    Thanks Josue, just tried it but the code is corrupted when inside the slider heading or content :-/

    #315982

    Hi,

    Looks like this will require some custom code to make it work, perhaps wrapping the player into a shortcode. Nevertheless i’d suggest contacting a developer from Codeable to help you as this is outside our support coverage.

    Best regards,
    Josue

    #316044

    It is inside a shortcode and works everywhere but not inside the slider….

    #316068

    Hmm, does it work if you use a LayerSlider instead?

    Best regards,
    Josue

    #319168

    I dont see the Problem. It is loaded but some parts are missing. I can see them in the source but they do not show up. Like they are hidden but the css seems ok. Weird.

    #319353

    Hello,

    Sorry but bug-fixing third party scripts is outside our support coverage, you would have to contact a developer from Envato Studio or Codeable.

    Regards,
    Josue

    #320028

    Ok Thanks so far. The Plug In is fine. It just doesnt work in the enfold slides. So there is no Bug.

    Update: Plug In Developers would take 300$ to fix the enfold issue…:-/

    Update1: Ok now I looked again carefully at the enfold css and discovered the problem:

    .avia-slideshow li {
    opacity: 0;
    visibility: hidden;
    }

    Is hiding al li elements in a slide.

    • This reply was modified 10 years, 2 months ago by Gabster.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Padding in code box’ is closed to new replies.