Alex Gor
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] Available post/page translations in REST api?Forum: Reviews
In reply to: [WPGlobus] ThanksYou are welcome
Forum: Plugins
In reply to: [WPGlobus] Поддержка Elementor Website BuilderБесплатный WPGlobus поддерживает Elementor.
Больше информации на вкладке Совместимость на
странице настроек WPGlobus.Forum: Plugins
In reply to: [WPGlobus] CookiesWPGlobus uses cookies.
There is not option deactivate them in current version.Since WPGlobus v.2.5 JavaScript code was refactored to work with WordPress 5.5. No reason to worry.
Hi @molongui
> I guess it might make us of some custom postmeta field?
No.
Fields ‘post_content’, ‘post_title’ and etc contains multilingual values.
Why so? For example, in this case, the custom filter has the ability to search for a substring in any language and return a value corresponding to the search language.> Or if you mean to use the filter to run your own query, wouldn’t it be even better to add a filter at the beginning of the function to allow you to short-circuit it so our query is not run at all, saving resources?
Most often (9 from 10), it becomes necessary to filter the already received data from the original function, and not create your own query. But, if the developer assumes that a custom query to the DB is possible, then he can add a filter like
molongui_authorship_get_author_posts_beforewith returningno nullvalue to short-circuit.This is useful for users who are using multilingual plugins to build multilingual sites. You get posts from the DB directly, and now there is no way to get posts only for the current language. Otherwise you should add support for some multilingual plugins, but adding filter is the smarter way.
Forum: Plugins
In reply to: [WPGlobus] Looking for compatible membership pluginThere is no full ready solution right now.
If you contact with me by email, then I’ll be able to assist.Forum: Plugins
In reply to: [WPGlobus] WPGlobus и Yoast – отсутствует Description для категорийРелиз с поддержкой описаний для категорий выпущен.
Forum: Plugins
In reply to: [WPGlobus] Плагин WP Globus и Ninja TablesWPGlobus не тестировался на совместимость c Ninja Tables.
Но так как Ninja Tables поддерживает шорткоды, то вы можете создавать
шорткоды для разных языков и вставлять их в соответствующие языковые вкладки.Forum: Plugins
In reply to: [WPGlobus] Error on html-widgets. translations get lostPlease read WPGlobus Language Widgets
@2chicks Are you sure that this issue related with WPGlobus ?
https://smallhome.pro/wpbakery-page-builder-is-not-working-with-wordpress-5-5/Forum: Plugins
In reply to: [WPGlobus] Unable to find the Clean-up ToolHere the direct link to clean up tool
http://yoursite/wp-admin/admin.php?page=wpglobus-cleanForum: Plugins
In reply to: [WPGlobus] 404 errors when a Post is set to draftIf you selected the draft version in English (with Italian content),
then you will get a 404 error when you try to load that page. This is correct.
First of all, you should copy/paste the Italian content for similar posts into the Italian tab.
WPGlobus Plus excludes such posts from WordPress query before showing on front-end with standard theme.
But if you get content (or part of content) of posts with draft status on home page, then there is need for custom works with your active theme.Forum: Plugins
In reply to: [WPGlobus] Advanced Post List (APL) CompatibilityWPGlobus 2.4.16 supports Advanced Post List plugin.