Hi,
We are using WordPress theme and Child but When I activate my child theme, then all defined imported widget disappears.
How to keep my widget on the child theme ?
Thank you!!!
]]>Just tried this on my pilot of our next Multisite configuration.
Exporting: Works just fine. Puts out a json file with plenty of good content.
Importing: Works partially. It’ll show me all the widgets available, and then when I press “Import Widget Settings” then I get the message “All widgets with registered sidebars have been imported successfully.”, but when I go to the widgets to check this then nothing has been imported.
Details:
Apache: 2.4.24
PHP: 7.1
WP: 4.7.3
Framework: Genesis
Theme: Jessica /w customizations.
WP running on a MU environment. Child site is the subject of the error.
Best regards,
Ruben
“Sorry, this file type is not permitted for security reasons.”
I tried to add to functions.php of theme:
function additional_mime_types( $mimes ) {
$mimes[‘json’] = ‘application/json’;
return $mimes;
}
add_filter( ‘upload_mimes’, ‘additional_mime_types’ );
Tried to add to functions.php in wp-includes in stroke 2448:
‘json’ => ‘application/json’,
Tried to install WP REST API and PJW Mime Config plugins. Nothing fixes this permittion! :((( Help, please!
]]>Here is the server log:
[Tue Aug 30 11:59:48 2016] [warn] [client IP_ADDRESS] mod_fcgid: stderr: PHP Warning: array_merge(): Argument #2 is not an array in /var/www/vhosts/MYDOMAIN.com/httpdocs/wp-content/plugins/widget-settings-importexport/class-widget-data.php on line 27, referer: https://MYDOMAIN.com/wp-admin/tools.php?page=widget-settings-import
[Tue Aug 30 11:59:48 2016] [warn] [client IP_ADDRESS] mod_fcgid: stderr: PHP Warning: array_merge(): Argument #1 is not an array in /var/www/vhosts/MYDOMAIN.com/httpdocs/wp-content/plugins/widget-settings-importexport/class-widget-data.php on line 27, referer: https://MYDOMAIN.com/wp-admin/tools.php?page=widget-settings-import
[Tue Aug 30 11:59:48 2016] [warn] [client IP_ADDRESS] mod_fcgid: stderr: PHP Warning: array_merge(): Argument #1 is not an array in /var/www/vhosts/MYDOMAIN.com/httpdocs/wp-content/plugins/widget-settings-importexport/class-widget-data.php on line 27, referer: https://MYDOMAIN.com/wp-admin/tools.php?page=widget-settings-import
After importing widgets I got a “504 Gateway Time-out” error.
Thanks!
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi there,
There seems to be a problem with the way the plugin handles inactive widgets.
Once the widgets have been imported – and all active widgets are moved to the inactive area as part of the process – it seems that the inactive widgets remain linked to the active widgets.
If you update either the inactive or active version of a widget, WordPress will take the latest one.
If you select the “Clear Inactive Widgets” option in Appearance -> Widgets, both the inactive AND active versions will be deleted.
The problem seems to be due to the content of the “sidebars_widgets” value in the options table following the import.
The only way I could resolve the issue was to take a copy of the “sidebars_widgets” value before the import, then update the value afterwards.
Can you fix this, pleasey?
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi,
This plugin is working fine when we export the widgets setting but when we try to import widgets then this don’t work on first click. Widget setting don’t insert into widgets. The list of json file widgets display in deactive widget list but when we try second time on click on import button then this work fine. Many issue in this plugin is that this is not working on first click. Please help me on this issue. This is urgent for me
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>I am using two plugins that add 2 boxes in the widgets panels, one gets saved, one does not. I guess one plugin is using some hooks/filters that are not recognized by the importer? (widget logics in my case do not get saved)
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>I’m getting this error when trying to import a .wie file.
The file was supplied with GAEA from IMI Themes:
Thanks
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Maybe I’m wrong, but even though the export seems to run, no (json) export file is to be found.
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hello all:
If you have any issues with this plugin, please log them at the github repo for this plugin. This is done to centralize our issues and make sure nothing goes unnoticed. The URL to log an issue is https://github.com/voceconnect/widget-data/issues.
Thanks,
The Voce Platforms Team
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hello,
I have succesfully installed the plugin. I have added write permissions to upload dir.
When i select the json file to be imported, it works and it displays the full list of widgets in the directory.
Here comes the bug:
I click on select all and when i try to push the import widget settings button , it doesn’t do anything. It is unresponsive.
What could be the problem?
Please advise.
Thank you
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi Kevin.
I am trying to import my widgets when my theme activates. Some points:
– I have the widgets_settings.json inside my theme folders
– this thing happens when I also import some sample content, similar function as with widgets and that one works perfect
– I want to import all widgets by default from my json file
– so far I know I need the parse_import_data(), ajax_import_widget_data() and get_new_widget_name() functions
– I changed ajax_import_widget_data( $file ) and inside $import_file = $file;
– I’ve setup a new function on my theme hooked to theme activation action
if (file_exists($widgets_file)) {
require_once( get_template_directory() . '/inc/sample-data/widgets-settings-importexport/widget-data.php' );
$wp_import = new Widget_Data();
$data = $wp_import->ajax_import_widget_data($widgets_file);
$wp_import->parse_import_data($data);
$wp_import->init();
}
To this point, nothing works, if you can give me a hint on this I would highly appreciate it.
Thanks
]]>When I run the Exporter, I receive the message “All of the requested widgets have been exported.” and get redirected to the Widgets page but no export file is created or downloaded. I’ve searched my local files for a “widget_data.json” file but not found.
FYI, I’m running WampServer 2.4 on my local laptop. Are there any known issues with this setup?
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>I have PHP 5.4 installed (even checked my .htaccess file to make sure) and this will not install. The error I am getting says the activation failed because I do not have PHP 5.3 installed.
Every other help/support ticket I see states the issue is resolved, but with no discussion on how it was resolved.
Help! Please. ??
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>WordPress 3.8 on Windows Server 2008 SBS PHP v5.4
I’ve tried the plugins widget-sttings-importexport v1 and v1.2
When I select the file widget_data-blue.json and select Show Widget Setting it returns No file was updated.
Any help would be appreciated. -Thank you
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>The plugin appears to have the selections upside down in all of my installations. It says:
1. Export Widget Settings
2. Import Widget Settings
in that order (see screenshot). Is that something that can be fixed in a future update?
https://i.imgur.com/u0yDIsh.png
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>I import widgets in one of multisite blog, It add same widgets on all blogs where I never want to show them. So question is that how to delete these widgets created by this plugin.
Thanks waiting for best answer.
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi, on install of the plugin I too am getting the critical error “The minimum PHP version required for this plugin is 5.3.0”, but I am running php 5.5
I was wondering if there are any particular php extensions or settings you require which might not be enabled by default?
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>I keep getting this error message when trying to upload an export.
“Sorry, this file type is not permitted for security reasons”
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>I was wondering if you could switch:
add_action( 'init', array( 'Widget_Data', 'init' ) );
to
add_action( 'widgets_init', array( 'Widget_Data', 'init' ), 20 );
The plugin is working great, but I use the WooSidebars plugin in themes and the ‘init’ action fires before the custom WooSidebars are registered on ‘widgets_init’. I am including a modified version of this plugin in my themes to work with WooSidebars, but thought others may be registering sidebars on ‘widgets_init’ as well and losing this great and very useful functionality of your plugin.
Thanks!
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Is there any way to fix this? Thanks!
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi,
Just wondering if the plugin is compatible (or will be soon) for wordpress 3.6.1? I’ve installed and activated but it does not appear under the tools section as it should.
Any help would be appreciated! Thanks!
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Sorry, I am new to WordPress and please help
I installed a plugin and need to import some widget settings
I installed the plugin “Widget Data – Setting Import/Export Plugin”
In “Tools”->”Widget Setting Import” page, I clicked the button “Select a file”
There is no dialog box prompt for file select, instead, it just get no response
Could you please help? Thanks….
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>@kevin Langley
This whole thing about an older version of php is beside the point because our is 5.4.17 and we still can’t activate the ‘Widget Data – Setting Import/Export plugin’.
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hello,
I am unable to use your widget importer with WP 3.6.
Will you be updating your plugin very soon? The problem is that you are the importer that will import JSON files and that is th file type of my widget file I need to upload. My site is non-functioning until I am able to do this.
Please help.
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi,
I am unable to export this file https://ashishpatelindia.tk/_upload/widget_data.json
Actually documentation in this theme file https://themeforest.net/item/jobify-job-board-wordpress-theme/5247604
Stated to use this plugin to import widgets.
But it isnt working.
It says error You must upload a .wie file generated by this plugin.
If I rename it with .wie extension it says Import data could not be read. Please try a different file.
Can you please help me with that?
https://www.ads-software.com/plugins/widget-settings-importexport/
]]>Hi, I know there are many import questions here, but I cannot find the answer I need. I exported a file and saved it to my computer. When I go to another site (multisite) and attempt to import I see “Select the file that….” and the input area with the “Select a file” button beside, and the “Show Widget Settings” button below. Ignoring the “Show Widget…” because that appears to be dependent on first selecting a file. When I click on “Select a file” absolutely nothing happens. Do I need to upload the file somewhere first?
https://www.ads-software.com/extend/plugins/widget-settings-importexport/
]]>Hey There! Awesome plugin. I used it locally without an issue but when I’m testing on a multisite install I have the widgets are never imported. I see the success message but no widgets are appearing. I searched the recent support threads and didn’t see anyone mention Multisite. Is this currently supported? Thanks!
https://www.ads-software.com/extend/plugins/widget-settings-importexport/
]]>I was trying to install it. Uploaded it, pushed the “activate plugin” link and this was the answer:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home2/jmachado/public_html/wp-content/plugins/widget-settings-importexport/widget-data.php on line 49
https://www.ads-software.com/extend/plugins/widget-settings-importexport/
]]>Hello. I have 3.5.2 installed at https://www.fitnesscabarete.com. I had 1.0 of this plugin installed and updated to 1.1 and it broke the whole site. I can’t even login anymore because the login page doesn’t show up. I updated it by clicking the check box in the wordpress updates portion of the backend. I am sort of freaking out because I was almost finished with the site and now I can’t even log in. Please help :/
https://www.ads-software.com/extend/plugins/widget-settings-importexport/
]]>