Alex Gor
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] Language Switch does not workYou can add Custom JS Code on WPGlobus Options page to fix it
setTimeout(function(){ jQuery('.header-navigation-wrapper .wpglobus-current-language').addClass('menu-item-has-children'); },300);Forum: Themes and Templates
In reply to: [Creativ Kindergarten] PHP Fatal error@malae
You can add
define( ‘WPGLOBUS_CUSTOMIZE’, false );
in your wp-config.php file to prevent raising of the error.Forum: Plugins
In reply to: [WPGlobus] PHP Fatal errorYou can add
define( 'WPGLOBUS_CUSTOMIZE', false );
in your wp-config.php file.Forum: Plugins
In reply to: [WPGlobus] Static page title disappears after I translate itYou can use Help Desk on WPGlobus Options page
Forum: Plugins
In reply to: [WPGlobus] Static page title disappears after I translate itWhat theme are you using?
Forum: Plugins
In reply to: [WPGlobus] Static page title disappears after I translate itForum: Plugins
In reply to: [WPGlobus] WPGLOBUS not working with Repeater Image (ACF)Could you clarify what the setting of sub-fields is inside repeater?
Forum: Plugins
In reply to: [WPGlobus] Language Switcher not workingYou can add Custom JS Code on WPGlobus Options page
setTimeout(function(){ jQuery('#nv-primary-navigation-main .wpglobus-current-language').addClass('menu-item-has-children'); },300);Forum: Plugins
In reply to: [WPGlobus] Language Switcher not working@tsgiannis What is your site URL?
Forum: Plugins
In reply to: [WPGlobus] Некорректно работает в мобильной версииForum: Plugins
In reply to: [WPGlobus] WP Admin error@wbpdhayes WPGlobus 2.5.9 was released with fix.
Forum: Plugins
In reply to: [WPGlobus] Некорректно работает в мобильной версииПереключатель работает в сайдбаре.
Используя CSS вы можете скрыть переключатель языков для мобильных устройств
или отключить вовсе, оставив только в сайдбаре.Forum: Plugins
In reply to: [WPGlobus] WP Admin errorrest_get_route_for_postfunction was introduced in WordPress 5.5.
Thus, you should update WP or downgrade to WPGlobus 2.5.7.
A fix will be included in the next update.Forum: Plugins
In reply to: [WPGlobus] Available post/page translations in REST api?@markh07 WPGlobus 2.5.7 was released with a new field,
translation, was added in the Rest API response for posts.Forum: Plugins
In reply to: [WPGlobus] Design is shown incorrect in second language@sandydaeh thanks for reporting. A fix will be included in the next update.