Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 11-09-2026 en week 37 in de Herfst .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

PHP query bugfix

particle

Gebruik inspect chrome > network voor ajax output en variablen printen met echo r van array

Font in css

particle

‘@font-face { font-family: ‘Source Sans Pro’; font-style: normal; font-weight: 200; src: url(‘../fonts/source-sans-pro/source-sans-pro-v11-latin-200.eot’); /* IE9 Compat Modes */ src: local(‘Source Sans Pro ExtraLight’), local(‘SourceSansPro-ExtraLight’), url(‘../fonts/source-sans-pro/source-sans-pro-v11-latin-200.eot?#iefix’) format(‘embedded-opentype’), /* IE6-IE8 */ url(‘../fonts/source-sans-pro/source-sans-pro-v11-latin-200.woff2’) format(‘woff2’), /* Super Modern Browsers */ url(‘../fonts/source-sans-pro/source-sans-pro-v11-latin-200.woff’) format(‘woff’), /* Modern Browsers */ url(‘../fonts/source-sans-pro/source-sans-pro-v11-latin-200.ttf’) format(’truetype’), /* Safari, Android, iOS */ url(‘../fonts/source-sans-pro/source-sans-pro-v11-latin-200.svg#SourceSansPro’) format(‘svg’); /* Legacy iOS */ }

ACF – order by custom field

particle

// get posts $posts = get_posts(array( ‘post_type’ => ‘event’, ‘posts_per_page’ => -1, ‘meta_key’ => ‘start_date’, ‘orderby’ => ‘meta_value’, ‘order’ => ‘DESC’ ));

Full page-cover with javascript calculation

particle

/******************************************************Full page-cover (home)******************************************************/var AdminBar = $(‘#wpadminbar’).height();var TotalHeight = $(window).height();var RemainingHeight = TotalHeight – AdminBar – MainHeaderHeight – 120; // Extra white spaceif (RemainingHeight < 490){ RemainingHeight = 490; } $(‘.home section.page-header’).css({ “height”: RemainingHeight + ‘px’}); $(‘.home section.page-header .full-height’).css({ “height”: RemainingHeight + ‘px’, }); $(‘.home section.page-header .image-overlay’).css({ “height”: RemainingHeight + ‘px’, }); // Slider $(‘.home section.page-cover-slider […]

Home