Smackcoders Inc.,
Forum Replies Created
-
Yes, this is a performance limitation within plugin itself. In full featured version this is handled in different way.
Very odd, 3.5.5 was tested well with wp 3.9.1. Even with different themes twentyeleven to fourteen and couple of pro themes. Even we added a fix for Uncaught TypeError. Do you have any custom code other than plugins and themes?
@alantygel, Thanks and updated the code in version 3.5.5.
Is this updated version 3.5.5? If not update to latest version.
Forum: Plugins
In reply to: [WordPress SugarCRM] problem with plugin.@neilspinney, the plugin is not compatible with multisite. But it is in production pipeline and expected a version soon.
@amfriedman, Try this temporary fix for now, we are working for next release for a most stabilized version
Add the following code in your csv importer plugin.
File: templates/menu.php, add following code above line no 7
if(is_array($get_settings))File: includes/WPImporter_includes_helper.php, add following code above line no 243
if(is_array($wpcsvfreesettings))@gbonati, Try this temporary fix for now, we are working for next release for a most stabilized version
Add the following code in your csv importer plugin.
File: templates/menu.php, add following code above line no 7
if(is_array($get_settings))File: includes/WPImporter_includes_helper.php, add following code above line no 243
if(is_array($wpcsvfreesettings))Can you switch to default theme and give a try? Also check with other themes rather than this themes/WAUY. Let me know with complete details.
@hilj, we are looking to reproduce the issue now. Is this fresh wp install? Is this a theme conflict in back end because of
get_settings() /vagrant/content/themes/WAUY/functions.php. I can ensure that 3.5.4 is warning free, but still issues created by other plugins and themes. We are looking for more inputs on this.Thanks for confirming this. Looking for a good news from my team. There will be a update in this week.
Users reported as that some themes (pro?) have this issue and switching to default themes. We are working on this. Soon there will be an update. Can you confirm this because of theme you use?
We ensured that only some of the users have this issues because of other plugin warnings. Updating or deactivating those is a solution for this issue.
This topic is closed now.
No there is no option for this in current version. But i can take this as a feature request.
Yes, the importer supports UTF-8 characters. Ensure they are in UTF-8 without BOM format.
WordPress default custom fields are without any CF plugins. can be seen in post edit view. If not turn on in screen options from top.