Alex Gor
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] WPGlobus deletes content when published on WpBakery builderPlease read FAQ
Forum: Plugins
In reply to: [WPGlobus] Looking for compatible membership pluginPremium add-on
WPGlobus for Ultimate Memberwas added to our shop
https://wpglobus.com/product/wpglobus-for-ultimate-member/Forum: Plugins
In reply to: [WPGlobus] WPGlobus and Advanced Editor Tools 5.6.0I have reproduced this issue on my local site with 2021 theme in Firefox browser. But after hard refresh and clear browser cache this issue disappeared. I tried reproduce issue by using Chrome but no success.
Forum: Plugins
In reply to: [WPGlobus] Вывод сырой строки в админкев админке используйте SELECT
Forum: Plugins
In reply to: [WPGlobus] Вывод сырой строки в админкеУверены get_post_meta это то, что нужно на этой странице?
Forum: Plugins
In reply to: [WPGlobus] Вывод сырой строки в админкеЭтот код, в functions.php активной темы, получает значение мета поля с языковыми метками
if ( is_admin() ) { global $pagenow; if ( 'post.php' == $pagenow ) { if ( ! empty( $_GET['post'] ) ) { $_value_with_delimiters = get_post_meta( $_GET['post'], 'test-meta-field', true ); } } }Forum: Plugins
In reply to: [WPGlobus] How to reorder on menuYou can disable adding of the language switcher after all menu items
by usingwpglobus_menu_add_selectorfilter.
To get more info please see
https://github.com/WPGlobus/WPGlobus/blob/develop/includes/class-wpglobus.php#L2986To add language switcher before menu items
you can use WP filterwp_nav_menu_objects
To get more info please see
https://github.com/WPGlobus/WPGlobus/blob/develop/includes/class-wpglobus.php#L707
https://github.com/WPGlobus/WPGlobus/blob/develop/includes/class-wpglobus.php#L2926Forum: Plugins
In reply to: [WPGlobus] WPGlobus and Advanced Editor Tools 5.6.0@bscu Please let me know what theme you are using.
Forum: Reviews
In reply to: [WPGlobus] Great plugin and good supportThank you!
Forum: Plugins
In reply to: [WPGlobus] UM localisation with WPGlobusTo fix the translating of the strings that were not translated with gettext in Ultimate Member plugin you can add piece of code to file
functions.phpof your active themeif ( defined( 'ultimatemember_version' ) ) { load_plugin_textdomain( 'ultimate-member' ); }In this case you don’t need to use Loco.
Forum: Plugins
In reply to: [WPGlobus] UM localisation with WPGlobusWPGlobus won’t help to translate the texts coming from WordPress itself or from other plugins. That means you will see the buttons, dropdowns, and many other texts in English.
There is a plugin
https://wordpress.org/plugins/loco-translate/
that may help with translating the WordPress and others plugins messages.Forum: Plugins
In reply to: [WPGlobus] doesn’t translate wellWPGlobus supports Block Editor.
Please see red arrow 2 in FAQForum: Plugins
In reply to: [WPGlobus] doesn’t translate wellWPGlobus supports Block Editor since v.1.9.17
Forum: Plugins
In reply to: [WPGlobus] doesn’t translate wellPlease read FAQ
Forum: Plugins
In reply to: [WPGlobus] Not working on JetTabs For Elementor PluginYou should check out debug.log file to find out the source of issue.