This is a hot topic that i found and it creates a huge problems as some computers in the network after upgrading to windows 10 anniversary edition 1703 the fonts break
Trying out to make a grid stack with local videos to have poster image?
You need to download a small custom widgetkit plugin and add it to your widgetkit plugins folder
keep in mind this will work only for locally uploaded videos and not youtube or vimeo since they work an iframe basis
Our way of working is this
<video controls poster=”/images/w3html5.gif”>
<source src=”movie.mp4″ type=”video/mp4″>
<source src=”movie.ogg” type=”video/ogg”>
Your browser does not support the video tag.
</video>
so for youtube or video the plugin will need some adjustments
You can find more custom widgetkit2 plugins here
The standards are changing so is UIKIT yootheme decided to migrate to UIKIT3
for contact form 7 this is essential as the following will not work on yootheme pro
If you ever wondered how to style a text separator without adding extra classes to menus this is the way to go
#some_id a[href=”#”] {
cursor:default;
background: none ;
font-weight:bold;
}
or
.some_class a[href=”#”] {
cursor:default;
background: none ;
font-weight:bold;
}
I came across this question couple of times on how to make a multilingual website using wpml or x-translate and widgetkit
Basically you need to have 2 widgets created, one for each language. the trick now that i will show you is how to have each widget appearing on the appropriate language