danielgroner
Posts
-
Problem with Fullscreen Background Video in Cover -
Problem with Fullscreen Background Video in CoverAh sorry for not mentioning this, saw it in chrome and safari. In firefox it seems to work.
Thanks for your effort!
-
Problem with Fullscreen Background Video in CoverHey Armin,
having a problem with a fullscreen background video in the cover region.
On page load, the video is often not fullscreen, as soon as the browser window is resized, or sometimes after a reload its shown correct.( image from the bug: https://dl.dropboxusercontent.com/u/5944078/lumpbug.jpg )
Any ideas how I could fix this?
Thanks a lot for your help!
Daniel
-
Adding links to pages in a text Element in the Gridder always sets the link data type to "project", even if it is a page that is linked.had exactly the same problem.
linked to a page in the text field (by selection the page), data type was set as "project" instead of "page".
manually setting it to "page" worked out. Thanks for the solution @paulhoepner :)@arminunruh if you still to recreate the problem, let me know. you could login to a page i'm building.
-
e-mail protectionHey Armin, great work you did on this theme! Love it.
Would be a nice feature to have something integrated to save/hide contact e-mail addresses from spam bots.
-
Mobile menu is not working corectly with magnetic sliderHey @Walker ,
@arminunruh probably has a better solution... but until then this could be a quick-fix tip that might help:
Go to Lay Options / Misc Options and add the following 3 lines of code in the field under Custom CSS for Mobile Version:
.fp-viewing-3-0 {
padding-top: 55px !important;
}Looks like this padding gets written over by something. Hope that helps.