-
DMB
Hi Richard,
This is true, this does work if I uncheck 'display:block' on the parent rows like you suggested in firefox dev tools. However, what code would i use? If I use display: none on the parent in my css then nothing shows up at all.
Block, inline, flex etc none of those will work. Is there no way I can get my class to override the parent rows at all?
Best,
Duncan -
DMB
Sorry i forgot to say this is happening in chrome, firefox and safari.
-
DMB
Hi there. I have an jQuery accordion where I am hiding the content at first with 'display: none;' on the class in my css.. It works fine in the desktop layout but does not work in mobile. In fact, even if i just make a simple text block, give the row a class, and then set that class to 'display: none;' it does not hide it in mobile.
So simply put - display: none; does not work at all on mobile. I just checked and it is not working either on another site I built on mobile either. Perhaps something has gone wrong in a new iteration of lay theme? From the inspector it seems my css that sets a class to display: none is being overruled by a lay theme style sheet.
Could you have a look please as this is a bit of a problem.
anniebellamy.com/scholarship
hannahcollins.net/textsThankyou!
Duncan -
DMB
Put your code in the HTML editor using the 'HTML' button in 'More'.
That will work, and is a better place to put it rather than in the text editor.
D
-
DMB
@mariusjopen @arminunruh Hi! Any update on stacks working in custom phone layouts? Best, D
-
DMB
@arminunruh @mariusjopen — Ah thanks for clarifying Armin. Is there any way to have a fullscreen video in the background row but with controls? So the user has to hit play and then there could be sound?
-
DMB
@mariusjopen Hi, actually it works, but not horizontally strangely, only vertically. Strange
-
DMB
Re: magnetic slide - moveTo certain ID
Ive been using the method above to move to certain slides for a while now. Assign some text the class "godown" for example, and then when you click it it moves to a certain slide.. Since the last update, this code no longer works?
<script>
jQuery(document).ready(function(){
jQuery("body").on("click", ".godown", function(){
jQuery.fn.fullpage.moveTo(1)
});
});
</script>Any idea how to fix it?
Best,
D
-
DMB
Hi @Armin-Unruh @mariusjopen !
I'm trying to play the sound from row background videos but the little option to Mute/Unmute seems to have disappeared?
How can I play the sound of row background videos again?
Best,
D
-
DMB
If you set the left-right frame to 0% you could then just use normal rows with background colours as a divider. Then you could just use the x/y offsets to create a margin for your content. Bit of a hack but it'll work.
D