-
AuthorPosts
-
September 7, 2014 at 9:29 am #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?
September 8, 2014 at 1:54 pm #315040Hi 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,
YigitSeptember 8, 2014 at 7:52 pm #315314Hey 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.
September 8, 2014 at 8:35 pm #315334Hi!
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!
JosueSeptember 8, 2014 at 10:19 pm #315373Thanks 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!
September 8, 2014 at 11:20 pm #315399Hey!
Have you tried putting the code as a slideshow caption?
Regards,
JosueSeptember 9, 2014 at 8:14 am #315685Thanks Josue, just tried it but the code is corrupted when inside the slider heading or content :-/
September 9, 2014 at 5:08 pm #315982Hi,
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,
JosueSeptember 9, 2014 at 6:49 pm #316044It is inside a shortcode and works everywhere but not inside the slider….
September 9, 2014 at 7:36 pm #316068Hmm, does it work if you use a LayerSlider instead?
Best regards,
JosueSeptember 15, 2014 at 1:42 pm #319168I 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.
September 15, 2014 at 7:13 pm #319353Hello,
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,
JosueSeptember 16, 2014 at 6:05 pm #320028Ok 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.
-
AuthorPosts
- The topic ‘Padding in code box’ is closed to new replies.