Smackcoders Inc.,
Forum Replies Created
-
Forum: Plugins
In reply to: [All in One Auto Social Marketing] How it works?yes, wait for the official release. Beta should be improved and we are almost done. Thanks for the interest.
Forum: Plugins
In reply to: [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] TestKindly check now, the demo has been restored now. Thanks for informing.
@hilj, hope you have upgraded to latest version and things are ok now. If you have any issues let us know again.
Try disabling other plugin to find the cause of conflict. Let us know the plugin that conflicts with our importer. Thanks in advance.
Something went wrong with the csv, may be because of conflicts. Hope it works now for you.
This can be achieved only by smart schedule feature which is not available in free version.
May be the fields are not registered properly, it got fixed when you added the values. Any how i will keep this in note a test case for future tests. Thanks for your feedback on this. Dont forget to review the plugin.
Thanks for the update. Add your review that will help us lot.
Sure, kindly share access to look into it. You can contact us by referring this thread with access details here – http://www.wpultimatecsvimporter.com/contact-us
From users report 3.6.1 has solved this issue. This may be because of some other conflict. Try deactivating other plugins.
In step 3 you have missed server request field. The value should be atleast 1
It should be listed if they are like wordpress default custom posts. Kindly check your plugin for any issues.
Kindly update to 3.6.2 and post the results. If you still face same issue let us know with more details.
Yes we found the issue and there will be a fix for this. Edit the index.php and replace the following lines from line no 73 to 81
if ( current_user_can( 'author' ) ) { $HelperObj = new WPImporter_includes_helper(); $settings = $HelperObj->getSettings(); if(isset($settings['enable_plugin_access_for_author']) && $settings['enable_plugin_access_for_author'] == 'enable_plugin_access_for_author') { add_menu_page(WP_CONST_ULTIMATE_CSV_IMP_SETTINGS, WP_CONST_ULTIMATE_CSV_IMP_NAME, '2', __FILE__, array('WPImporter_includes_helper', 'output_fd_page'), WP_CONST_ULTIMATE_CSV_IMP_DIR . "images/icon.png"); } } else if ( current_user_can( 'administrator' ) ) { add_menu_page(WP_CONST_ULTIMATE_CSV_IMP_SETTINGS, WP_CONST_ULTIMATE_CSV_IMP_NAME, 'manage_options', __FILE__, array('WPImporter_includes_helper', 'output_fd_page'), WP_CONST_ULTIMATE_CSV_IMP_DIR . "images/icon.png");with below code
if(!is_multisite()) { add_menu_page(WP_CONST_ULTIMATE_CSV_IMP_SETTINGS, WP_CONST_ULTIMATE_CSV_IMP_NAME, 'manage_options', __FILE__, array('WPImporter_includes_helper', 'output_fd_page'), WP_CONST_ULTIMATE_CSV_IMP_DIR . "images/icon.png"); } else { if ( current_user_can( 'author' ) ) { $HelperObj = new WPImporter_includes_helper(); $settings = $HelperObj->getSettings(); if(isset($settings['enable_plugin_access_for_author']) && $settings['enable_plugin_access_for_author'] == 'enable_plugin_access_for_author') { add_menu_page(WP_CONST_ULTIMATE_CSV_IMP_SETTINGS, WP_CONST_ULTIMATE_CSV_IMP_NAME, '2', __FILE__, array('WPImporter_includes_helper', 'output_fd_page'), WP_CONST_ULTIMATE_CSV_IMP_DIR . "images/icon.png"); } } else if ( current_user_can( 'administrator' ) ) { add_menu_page(WP_CONST_ULTIMATE_CSV_IMP_SETTINGS, WP_CONST_ULTIMATE_CSV_IMP_NAME, 'manage_options', __FILE__, array('WPImporter_includes_helper', 'output_fd_page'), WP_CONST_ULTIMATE_CSV_IMP_DIR . "images/icon.png"); } } }and save the code. Post the results here. Soon there will be a release by next week.
Thanks for the feedback.