I cant activate the plugin. It seems to be something wrong here
require_once(ABSPATH . ‘wp-config.php’);
in memsource.php thats not working. wp-config is not in that path. It looks in /var/www/html/web/wp but my wp-config.php is here /var/www/html/web/
what can i do? Has this happened before?
]]>Hi,
I have a website that needs to be translated through the memsource plugin, but not al strings are coming through for translation. Now I can add custom shortcodes, but the theme already has a wpml-config.xml file where all these custom shortcodes and attributes are written as seen here: https://wpml.org/documentation/support/wpml-integration-with-page-builders-that-use-shortcodes/
Why doesn’t the plugin make use of this file? Or maybe you can add this file (https://cl.ly/289be6) to the plugin so it’s compatible with Total theme by WPExplorer https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019
]]>Hi,
I’m importing post type posts to the Memsource.
Together with the content I get also ACF identifiers like:
time_of_departure
or entries like:
a:2:{i:0;s:14:"how_it_works";i:1;s:10:"trustpilot";}
WordPress sections are imported in HTML format.
So in settings, I entered the regexp to skip such entries like above:
^(?=.*[_{]+).*$
But it seems like such a regexp is ignored and only Comma-separated list of element names can be inserted here.
The question is:
Is there any way to filter out such entries using this plugin?