Identify and fix a plugin conflict in WordPress

Not all the WordPress plugins and themes are well implemented following the WordPress guidelines, for that reason the conflicts between plugins are very frequent. Is enough with having a plugin not properly implemented to cause issues with many of other well implemented plugins. The first step to deal with these issues is to identify the … [Read more…]

Character encoding in exported CSV/Excel files

Most of our plugins have an option to export data to CSV/Excel files, like for example the Contact Form to Email that has many CSV based reports. When importing those reports into a Excel application the character encoding may be incorrect depending of the local Excel application settings. If this happens follow these steps to correctly … [Read more…]

Emails not sent from a WordPress plugin, what to do?

If the emails are not being sent from a WordPress plugin then try first using a “from” email address that belongs to your website domain, this is the most common restriction applied in most hosting services. If that doesn’t work please check if your hosting service requires some specific configuration to send emails from PHP/WordPress … [Read more…]

Published the Contact Form to Email – Developer Version

We have just published a new distribution of the Contact Form to Email plugin: the Contact Form to Email Developer Version. The Developer Version includes all the features present in the Professional Version plus the following set of features: Additional form CSS templates [+ info] Additional controls to load data from database, CSV files, Posts, Taxonomies … [Read more…]