Hi there, I think this plugin is awesome and I would like to get closer working with it. Im adding languages in the menu with flags and I would like to determine the color of the text and in this case the color of the link.
[glt language="Spanish" label="Espa?ol" image="yes" text="yes" image_size="24"]
Is there a way to determine the color?
Best regards, Harald
]]>Great plugin, but when exporting posts with this plugin enabled, it generates a big size xml file.
]]>Hi there,
Great plugin which has saved us many hours work.
Unfortunately we have the same problem that was detailed here one year ago: BAD BUG #2 – Exporting unwanted Post Types:
When your plugin is active, wordpress EXPORTER will export ALL POSTS and a few misc other custom post types, instead of JUST THE PAGES (which is all we want). PLEASE test exporting of ONLY one post type (pages) and I think you will reproduce the same problem. I hope you can fix this as swiftly as the other, because it’s useless this way.
If your plugin is active when trying to export only pages, posts or any other custom post types, always all content is exported.
It doesn’t matter what is selected to be exported and what filters are activated, always all the content is exported. Once your plugin is deactivated export works as expected and exports only whats selected and the filters are applied.
Can you check this please?
Thanks.
]]>Just wondering if you have WP CLI option with this command and if not then if you can add it?
Thanks
]]>I want to report a problem that I encountered using the plugin. When I was trying to import the menus from the export file, it took time to import but the process was interrupted before the import process could finish importing, so I tried to import the file again.
What happened is that there were duplicate pages added to the same menu item.
I mean I had menu1 for example with two links referring to the same page, and another two links referring to another page. What if I was to import the file again? would the links for the pages in the menus triple?
You should check this out.
seeing a similar pages problem. I’d noted that this is failing at the export, not the import. I looked at the XML file and the pages are in the xml file after exporting. Ergo when it gets uploaded, there will simply be pages to upload.
]]>we exported the menu from one of the sites in a multisite wordpress setup but when we try to import it it does nothing, the rerror.log shows this type of errors:
Error Unknown column ‘t.term_order’ in ‘order clause’ de la base de datos de WordPress para la consulta SELECT t.*, tt.*, tr.object_id FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_2_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘pwb-brand’) AND tr.object_id IN (161, 167, 169, 171, 173, 175, 177, 179, 183, 185) ORDER BY t.term_order ASC realizada por require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action(‘widgets_init’), WP_Hook->do_action, WP_Hook->apply_filters, SiteOrigin_Panels_Sidebars_Emulator->register_widgets, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_object_term_cache, wp_get_object_terms, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, referer: https://iha-race.it/wp-admin/admin.php?import=wordpress&step=2
Mox
Well, your first fix works, but now we have a problem that just took us a half-day to track down to your plugin.
When your plugin is active, wordpress EXPORTER will export ALL POSTS and a few misc other custom post types, instead of JUST THE PAGES (which is all we want)
If its’ doing this with just pages, it’s probably doing it with other things. PLEASE test exporting of ONLY one post type (pages) and I think you will reproduce the same problem. I hope you can fix this as swiftly as the other, because it’s useless this way.
THanks
]]>It’s clear that no one can get this plugin to to work, and the author hasn’t bothered to respond. Typical wordpress problem ??
]]>When imported, nav menus are imported as pages in WordPress.
]]>Plugin has exported all menu items, But it is not import menu items in other Site. It is creating menu, but none of data is there.
]]>After fixing the WordPress Import plugin for PHP 7 by changing $$meta[‘key’] = $meta[‘value’]; To ${$meta[‘key’]} = $meta[‘value’]; in the wordpress-importer.php file , your plugin works like it should except that pre-existing menu items get doubled after import.
Could you filter out existing menu’s when importing please?
]]>Hi there,
I tried to export the menu (inkl. its items) from a staging site and import it into the production site, because the only new thing about the staging site ist the theme, the theme options and the menu structure.
When using php 7.0 the menu itself and the underlying pages are imported as well as any media within these pages – BUT – the menu structure is not imported, i.e. the menu items do not appear in the imported menu.
After changing back to php 5.6 the export/import works as expected: the menu including all its submenues and all of the menuitems are imported as well as the underlying pages with their media.
Could you please fix this issue? Or is it an issue in the wordpress importer?
Thanks in advance
Thomas