-
Calendar Wiz WordPress Plugin
Currently I can’t find a specific WordPress plugin for Calendar Wiz. Calendar Wiz is a paid for premium calendar service. I bit like Google Calendar on steroids, as it allows you lots and lots of customisation. I’m not 100% sure how popular Calendar Wiz is. It does offer Website integration plugins. But these are not […]
-
How can I Embed a Google Doc in a WordPress Post or WordPress Page without a plugin?
To have a dynamic section from Google Docs as below simply create ( and share to editors as required) your Google Doc and go to File>Publish to Web in the Doc – select embed – Create your post of page and where you want the Google Doc add an html block and put the generated […]
-
How to remove WP Bakery from WooCommerce shop page
Problem with jQuery date picker and The7 theme The issue The problem was a date picker ( jquery ui datepicker ) provided by a small add on plugin was not operating correctly on a WooCommerce shop page withing a theme that has baked in WP Bakery ( The7 theme ). The investigation The obvious place […]
-
Archiving old files after 18 months
In a WordPress installation I have an uploads folder that contains html files, that need to be archived away after 18 months. As the links are dynamically built I don’t need to worry about anything except moving them. If they were normal WordPress uploads that would be different. So in this case a simple monthly […]
-
Securing Gravity Forms Uploads
By default, Gravity Forms uploads files into the uploads folder, so by definition, these are readable by anyone. The file names are obscure, but that isn’t good enough if you are uploading personal information like proof of address. One solution is to create a ‘safe’ protected by authorisation (e.g. basic auth over SSL ), so […]