-
AuthorPosts
-
April 4, 2014 at 11:10 am #247371
Hi,
i found the following bugs:– In Avia editor, when i put a video background (color section) and an embedded video on the same page, if i play the embedded one, the video background stops and never resumes, neither the video slider. In my case, i would prefer that when the embedded video starts, this will mute the rest of the videos, but not stop them.
– I also miss a poster image for the embedded videos.
– In the same editor, if i write in a text box an “a” tag around a “div” tag, it disappears after saving, when re-open the text box.
For example:
<a href="http://mydomain.com"><div class="mystyle">HELLO</div></a>
Becomes: <div class="mystyle">HELLO</div> What am i doing wrong?
Thanks in advance
April 4, 2014 at 11:12 am #247372This reply has been marked as private.April 7, 2014 at 7:19 am #248059Hey!
1 + 2) I marked this thread for Kriesi’s attention.
3) Afaik you shouldn’t wrap block elements into inline elements. Try to use a “span” element instead like:
<a href="http://mydomain.com"><span class="mystyle">HELLO</span></a>Best regards,
PeterApril 12, 2014 at 9:56 pm #250576Thanks for reply, i’ve founded another issue:
Buttons and embedded videos don’t work in tablets or mobiles. I mean, yes on scrolling color sections, not in parallax/fixed sections.
I’d thank a fix as soon as possible…April 13, 2014 at 1:47 am #250602Hey!
Do you have an example for the non-working buttons?
Best regards,
DevinApril 16, 2014 at 2:13 pm #252103This reply has been marked as private.April 21, 2014 at 5:38 pm #253941The buttons are working as intended but there is some hidden limitations you are running into. The large buttons have a minimum width of 127px so when the 1/5 column shrinks down the buttons inside are too big for the container and overlap.
Without the minimum width they would get too small and wrap but you can play with the values if you want:
.avia-button.avia-size-large { padding: 15px 30px 13px; font-size: 13px; min-width: 127px; } -
AuthorPosts
- You must be logged in to reply to this topic.
