Supporting IE 8
Why would anyone care about IE8 ? Well sometime we have to if our clients is still on it, and yes in 2015, there are groups in the federal business that still only use...
Just another Yipp.ca Blogs site
Why would anyone care about IE8 ? Well sometime we have to if our clients is still on it, and yes in 2015, there are groups in the federal business that still only use...
By default 7host theme overrides the WPML settings that allow to customize the language selector. So you need to edit a file in 7host theme to customize the language selector in order to show...
To use the command line as root with you user password if you are in sudoer $> sudo bash $> To switch to user root, r $> su $> To run a single command...
Running "less:compile" (less) task >> assets/less/company.less: [L421:C2] .box-shadows is undefined But the top of cool-startup.less does contains correctly utils.less which defines .box-shadows @import "utils.less"; @import "buttons.less"; @import "formElements.less"; @import "slider.less"; @import "graph.less"; (...) .heading-gradient...
Troubleshooting #1 - Did everything load in the network debugger window ? Missing one or several template views could cause the whole UI not to render #2 - Any Javascript errors in Console ?...
How to backup and restore. This works for wordpress for example To backup : mysqldump -u root -p"yourRootPass" databaseName | gzip > ~/backup-mysql-`date +%Y-%m-%d,%Hh00`.sql.gz To restore : $> gunzip backup-mysql-xxxx-.sql.gz $> mysql -u root...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that...
Add "Send a copy of this email to your inbox" in Contact Form 7 /* Compatible only with Contact Form 7.39 beta and above */ function wpcf7_send_mail_to_self( $additional_mail, $cf ) { $submission = WPCF7_Submission::get_instance();...
Required with Range: validation: { "port": { required: function(value, name, settings) { if (settings.mode == "file") return false; return true; }, range: [1025, 65535] msg: "Port must be a valid number between 1025 and...
Login into the admin panel. There are two ways to create subdomains. The way I prefer is this: Click on "Create Virtual Server" Select "Sub-server" as the type of virtual server on the top...
Recent Comments