Elementor page layout, wrapped in a table by jQuery, and styled with CSS to make an awesome printable (to pdf) document.
Remove the tag selection box, add one with checkboxes like Categories
How to add custom column, with custom field values, to custom posts in wp-admin
Aan de hand van screenshots zie je hier hoe je op https://mijn.antagonist.nl/ een extra domeinnaam kunt kopen.
How to set default quantity in a grouped product to 1 (or x)
Use a single SVG image file to apply different animations, to move only parts of the image
Snippet to change the action of the url ‘show most used tags’ to instead show all available tags.
Works in combination with the ‘Code Snippets’ plugin. Add the code as a HTML content snippet, select ‘Evaluate PHP code’ and use the generated shortcode in a template or page.
Handy plugin/snippet to allow access to the elementor submissions page in the dashboard for site editors, by tere.co.uk
Use jQuery actions on scroll, for example to show a header only on scrolling up, or changing section color when scrolling past a specific element.
Some of (my) most used actions with jQuery, repeated here for copy and paste application
CSS animated Elementor button with an arrow that appears and disappears on hover.
Short snippet to add a menu item to the WP Admin dashboard sidebar menu. In this example, the Elementor forms submissions page.
Set a dynamic class to a section/widget from an ACF field value. If value is empty, no class is added. Very handy with checkbox to use for conditional CSS with (custom) posts.
Add CSS to the WP-Admin dashboard backend, for general styling or to hide elements for specific users
Use php to add body classes based on any condition to use for hooking into for CSS styling
Forward a visitor of a page to another url x time after landing, and show the countdown
Customise the html scrollbar, with variations in color if needed based on body class
Really creative and nice solution for the undoable, by Chris Coyier from CSS Tricks
Simpler than a JS Marquee. Despite a duration based glitch often this solution will serve the goal perfectly.
Check with JS if the URL that the visitor came from when landing contains a certain string
Create a select-like behavior from a radio or checkboxes list by making the list appear only on hover, like a sub-menu.
Load the Accordion widget with items closed by default
How to disable the default WP editor from posts and pages, to induce custom post behavior, replace with ACF fields or force editing with Elementor.
Induce custom post behavior with the default WP posts by changing the labels. Combine with ACF to create more custom post behavior.
How to make a custom post. Easy interface with CPT UI, or with a simple code snippet.
Implementing the fullPage.js plugin by Alvaro Trigo in Elementor to create screen-snap behavior.