jozik
Forum Replies Created
-
@quang134 @magikweb Confirmed – there is a parsing error for PHP versions prior to 5.5.
Fix is added to development version.Until we release fixed version, please either use one of development versions:
https://github.com/OnTheGoSystems/buddypress-multilingual/tree/develop
or https://downloads.wordpress.org/plugin/buddypress-multilingual.zipOr if you can – upgrade PHP on your server to 5.5.x or later version.
Would be nice if you can confirm issue is fixed for you.
Thank you for your patience.@magikweb Thank you for info.
I could not replicate issue.Is there anything special regarding configuration – PHP version, WP version, Apache/Nginx?
Hi,
can you enable WP_DEBUG and see if there are some PHP error messages
or what is inside debug.log?Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Bug with BP profile searchThank you for update, looks like dependencies should be handled better.
Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Profile still not translatedYou should find them under WPML > String Translation
se strings under ‘Buddypress Multilingual’ textdomain.
Let me know if it works for you.Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Bug with BP profile search@maxos111 We’ll re-test BP Search Profile plugin and suggest fixes.
Looks like plugin is calling WPML API too early.Yes, should work just fine after enabling language switchers
in footer or as theme widget (WPML > Languages screen).Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Profile still not translatedSorry for late reply – language switcher can be added using widget or footer
(WPML settings screen).We usually test with default theme and switchers appear fine.
There were issues in the past with language switcher and BPML
is adjusting links in switcher to point to correct BP screen.If you can me tell more which language switcher is missing (what type)?
Is it footer switcher or e.g. sidebar widget switcher?Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Sublanguage buddypressHello,
unfortunately BPML is only working with WPML.Hi, strict standards notices should be fixed in 1.5.2.
Do you still have same issue?Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Does not workHi, do you experience same issues with 1.5.2 version?
About Buddypress setting for pages:
save pages in default language and duplicate those pages to other languages using WPML Translation Management Dashboard.
After that, pages will be available for all languages.Hi, this should be fixed in 1.5.2 version.
You can use Types API call or shortcodes, like:
types_render_field( "my-checkboxes" );
[types field="my-checkboxes"][/types]
and add output to woocommerce templates.
https://wp-types.com/documentation/functions/You’ll have to add API call to theme code or use some builder,
like ‘woocommerce-views’ or WooCommerce extension
that can handle widgets that contain shortcodes.Do you still have issues with Types 1.8.5 version?
If so – can you describe what broke on updates?Types had few bugs (e.g. with post relationship) in version 1.8, but we released few fix versions to cover those.
Forum: Plugins
In reply to: [WPML Multilingual for BuddyPress and BuddyBoss] Please fix this bugThis should be already fixed in 1.5.