Your name Your email Subject Your message (optional) If you are running your own server, it may be useful to create a jail with fail2ban to block attempts to access your blog. (I assume you already have fail2ban installed) Edit the local jails file: sudo nano /etc/fail2ban/jail.local Find the log path for your server (important) […]
Author: Erik Golinelli
Since I was first given a Commodore64 as a child my love for the keyboard was more than obvious! I’m Erik and I currently work in my own company in italy, where I am deployed as a fullstack developer (or one man army as you prefer). I have been studying graphics and communication but the curiosity has led me to be involved in all aspects of web design, from design to programming. I am the author/contributor of some plugins and templates for WordPress and WooCommerce, follow me on https://github.com/erikyo
Blog / Contact form 7
Show a Qr Code on contact form 7 mail submit
Your name Your email Subject Your message (optional) This example show how display a QR code on mail submit with Contact Form 7 For first go to the 3rd tab and edit the success message (the first) adding at the end %%[_date]-[_serial_number] (so the message will look like “success message sent %%[_date]-[_serial_number]”) ref. https://wordpress.org/support/topic/show-qr-code-on-successful-submission/
Blog / Contact form 7
CF7 change input value on onChange using jQuery
Your name Your email Subject Your message (optional) This example explains how to get a value with jQuery from a select and set another input value dynamically ref. https://wordpress.org/support/topic/most-elegant-way-to-achieve-this/
Blog / Contact form 7
Submit button withdrawal
Your name Your email Subject Your message (optional) you can enable the send withdrawal of the form (like in gmail) and abort the submission. Add this code to functions.php ref. https://wordpress.org/support/topic/withdrawal-button/
Blog / Contact form 7
Image preview
Your name Your email Subject Your message (optional) This is an example created some times ago for a support question into contact form 7 support forum, but could be very useful in order to show the uploaded images into a form with a input type file. ref. https://wordpress.org/support/topic/image-upload-preview-before-submit/ Example 2 This is another example that […]
Blog / Contact form 7
How exclude a day (jQuery datepicker + Contact Form 7)
Your name Your email Subject Your message (optional) ref. https://wordpress.org/support/topic/how-to-disable-exclude-specific-day-in-date-picker
Grid Layout
input Number Min Max not working on IOS as expected
Your name Your email Subject Your message (optional) ref. ref. https://wordpress.org/support/topic/contact-form-7-number-min-max-not-working-on-ios-as-expected/ Skip this please… it’s only an example for a question on the contact form 7 forum
Quick Start
Theme Setup
Your name Your email Subject Your message (optional) WordPress initial configuration After theme install we have some little jobs to do to get it working properly! First, create a menu then assign it into primary navigation (optional) You may want to setup some Widgets into footer. Last but not the least, we need to create […]
Quick Start
Environment Setup
Your name Your email Subject Your message (optional) When I did this theme I thought about my usual workflow… what I consider essential to speed up my development phase. I love gulp to handle template file tasks for each type of file there is a different processing. For example sass files are compiled into css, […]
Quick Start
Functions and Components
Your name Your email Subject Your message (optional) This template include a ton of pre-builded animations, components, functions and an object position observer. Observer Every block-item can be animated easily with the the observer that is used to trigger animations while the object is displayed on the screen. In order to create an “observed” object […]