maverikon
Forum Replies Created
-
Forum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tab@derpixler you told me notify you after the import.
In general all was fine, but i found a big problem.
Every post’s and page’s publishing date, was changed to import date…
Tel me please how i can fix it?Thank you!
And maybe there’s a possibility to achieve this by any kinds of WP hooks or filters of plugin in function.php file?Forum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tabHello, Rene.
i want to notify you, that you have an error here too https://github.com/inpsyde/wpml2mlp/blob/master/wpml2mlp.php#L40there is no such file in plugins folder…
'/vendor/autoload.php'
Forum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tabyes, it works now, thanks! https://take.ms/4JQvx
Forum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export taboh, sadly…
but, anyway i just taken assets folder from github (https://github.com/inpsyde/wpml2mlp/tree/master/assets), and errors are disappeared, but values in Filesize and Date columns are still empty…
https://take.ms/BP5TmForum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tabJust noticed, there is no such file on server
/wp-content/plugins/wpml-to-multilingualpress/assets/js/wpml_export.jsForum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tabyes, here is the website https://www.fidusuisse-offshore.com/
but if you need an access to admin panel or server, sorry i can’t do this for you…Forum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tabyes, you are absolutely right ??
there is some js errors… https://take.ms/NsAVNForum: Plugins
In reply to: [WPML to MultilingualPress] WPML Export tabThanks for reply.
I choosed all languages(like on demo video), pressed Apply button, and nothing had happened… here is the screenshot https://take.ms/2D9TQ
Maybe i’m doing something wrong?Forum: Networking WordPress
In reply to: Change default themeYes in functions.php it’s bad idea…
you could use the above code in the mu-plugins folder
I don’t even listen about this folder ‘mu-plugins’. You need create it themself?
About switch_to_blog, when we install new blog we are in scope of main-blog, but we need new sub-blog scope to switch theme…
Forum: Networking WordPress
In reply to: Change default themeHere is one more way change default theme, just add this code in functions.php of your theme:
function change_default_theme($blog_id) { switch_to_blog($blog_id); switch_theme(‘yourTheme’, ‘yourTheme’); update_option(‘current_theme’, ”); restore_current_blog(); } add_action(‘wpmu_new_blog’, ‘change_default_theme’, 100, 1);
Forum: Networking WordPress
In reply to: moderation posts pages MUThanks for reply, ipstenu!
The blogs are in my subdomens, and i don’t need posts or pages which site subjects don’t concern…
“You could make yourself the admin of all blogs” but i’m super admin in main blog, and i have permissions for editing every mu-blog.
And i need admin for every mu-blog which can use my plugins.Maybe it’s better way in this situation send messages to super-admin mail when page or post was published?
Thanks.