@mariusjopen Hi Marius,
did you find a solution to this issue?
Thanks so much,
S
@mariusjopen Hi Marius,
did you find a solution to this issue?
Thanks so much,
S
@Richard Thank you! Png doesn't work. Maybe I'm not doing it correctly?
Thanks!
Hi there,
I would like to know if it's possible to have a logo with transparent background (ideally svg but png would do the trick) using the intro feature.
I'm activating the SVG Overlay but it doesn't seem to work... 🤔
Thanks!
@arminunruh sent! Thanks
Sorry to be a pain in the ass @arminunruh but still not working after 3.1.8
http://www.querida.si/archive
Thanks!
@arminunruh Thank you Armin, I'm afraid it's not working (actually it seems that no image is loading now). V. 3.1.4 tested on Crhome and Safari.
Thanks!
@arminunruh Thank you Armin, still having the same problem after 3.0.9
Thanks
Hi,
I was wondering if it is possible to delete the zoom animation in the Lightbox addon
Thanks so much,
S
Hi,
is there a way to apply color to the column gutter as well as the frames ?
Many thanks,
S
Hello @arminunruh @mariusjopen !
Any updates on this?
Cheers,
S
Thank you @arminunruh @mariusjopen !
Actually it's autoplay and LOOP what is not working anymore
Thanks in advance!
Cheers
S
Hello everyone,
we have a similar problem as all our embed vimeo videos stopped working all of a sudden. Does anyone know if this has something to do with the last WP update?
Thanks!
You were right! thanks Marius!
Best
Hi @Armin-Unruh ,
when opening our website there's a strange space at the very top, it seems to be related with the page loading (after some seconds it fixes). We have been trying to discover what it is but we haven't found it. Would you mind having a look please?
http://www.querida.si/
Also, are you planing to have anchors in the main menu in future versions of the theme? It would be very useful.
Thanks in advance!
@mariusjopen Actually, don't worry, we'll try do it in a different way. Thank you anyway!
@mariusjopen Done!
If the code is in the CSS custom section, do we place the videos by using the +Video button or +HTML?
Thanks!
Hi @Armin-Unruh !
We have embed Vimeo videos in a container that is 100% width & height that displays a 1px black line. We've checked Vimeo forums and Vimeo claims that they are not the problem but the CMS we are using.
For example: http://www.querida.si/solange-seventy-states/
This si the code we are using
<style>
.embed-container { overflow: hidden; position: relative; padding-bottom: 63.15%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
}
</style>
<div class='embed-container'><iframe src='https://player.vimeo.com/video/248458987?autoplay=1&loop=1&autopause=0 frameborder=‘0’ mute='true' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
Any ideas as to how I can fix this?
Thanks!
@mariusjopen Hi Marius, thanks for the quick reply
I already did this before asking here but it didn't work.
Do I need to place this code also onto the Custom <head> content?
When I do this the marquee appears in the home page of my site but I just want the marquee to be in a specific page
Thank you and sorry to bother again!