Uncategorized
knop voeg tot aan winkel wagen aanpasen
Mollie activeren voor Gravity Forms
formulieren > instellingen > mollie
Read Moretekst knop Opties selecteren aanpassen
op de categorie overzicht en product pagina
Read MoreDisable Clicks on Empty Menu Items
When creating a dropdown menu in WordPress, often the parent menu item is used simply as a hover point to access the submenu, not as an actual link. When this is the case, we can use the following steps to indicate to the user that these menu items are not to be clicked.
Read Moref you want to display a custom set of posts and custom post types (CPTs) in a Posts or Search module, y
Create a filter to customize the display of post data If you want to display a custom set of posts and custom post types (CPTs) in a Posts or Search module, you can create a filter to override query args in the FLBuilderLoop class.
Read MoreBeaver Themer — Set Header Layout to be Sticky on Mobile
Beaver Themer — Set Header Layout to be Sticky on Mobile
Read Moreto hide prices / add to cart until a user logs? Woocommerce
met hide cart https://gist.github.com/jameshwartlopez/3fe1b860fa77d814fac908bace3da83c
Read MoreGutenberg Blocks cover image
Simple Example of Cover Image Block Very simply, the Cover Image block allows you to include an image with text sitting in front of it, like the image below (where the words “Simple Cover Image Block” are not part of the image but text typed directly into the block in the editor):-
Read MoreRemove website from comment form
Remove Website field from Post comments
add_filter( ‘comment_form_default_fields’, function($fields ) { unset( $fields[‘url’] ); return $fields; }, 11 );
Read More