sbouey
Forum Replies Created
-
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] sitemap + hreflang ?The 1.3.7 release add the hreflang support.
i have user who use the “Google XML Sitemaps” without problem.
Stéphane
Forum: Reviews
In reply to: [Falang multilanguage for WordPress] Be careful and backup beforeThanks for the info , you write me a mail too.
“normally” you can install falang and falang for elementor , when you desactivate or removeit all work for your default language like before.
i will try to find what’s wrong and solve this.
Best regards,
StéphaneForum: Reviews
In reply to: [Falang multilanguage for WordPress] Be careful and backup beforeHi,
Falang for Elementor Lite need to be used with Falang , it’s write in the description. You can’t use it with Polylang.
The problem you get is with Falang or Falang for Elementor ?
You’re problem is strange because when Polylang is installed you can’t install Falang.Can you write me to understand what’s wrong and try to solve this. use faboba.com contact form.
Polylang and Falang use taxonomy to store the language it’s why you can’t install both on same site. You are right always make backup before installing a multilanguage site.
Falang don’t change anything in the original data , it’s why you can install it and remove it , your site will work in the same way.
Stéphane
Forum: Plugins
In reply to: [Travelers' Map] Crashes when no excerpt is enteredHi Camille,
I was working on this yesterday and the problem is in Falang component due to the get_the_exerpt.
because when no exerpt is write the exerpt is make with the content and it’s make a loop in falang.
The translation of content the_content don’t have the global post set to post but to the page.
I was looking for a solution and it’s probably in the link you postThanks a lot.
StéphaneForum: Plugins
In reply to: [Falang multilanguage for WordPress] sitemap + hreflang ?Hi,
I haven’t tested any sitemap plugin yes, you can try on and if it’s don’t work you can write me and i will make it compatible.
hreflang is in the todolist , i can send you the file to change.
Stéphane
Forum: Plugins
In reply to: [Falang for Elementor Lite] Do not work with Elementor Images with TextHi,
i have make an error the 1) is not working yet , i have solved it in the next release the 1.3.6 version
Stéphane
Forum: Plugins
In reply to: [Falang for Elementor Lite] Where is this setting?Falang > Settings > General settings tabs
Show slug for main language need to be unchecked.Forum: Plugins
In reply to: [Falang for Elementor Lite] Do not work with Elementor Images with TextHi,
Sorry i didn’t receive notification
1) with attachement caption
You have to translate it in Falang / enable in settings media translation and you have can filter in Falang > Translate Post , attachement
You can do here the translation for all languages
I will add soon the translation directly in the media view.
2) for custom caption i need to make a small change, write me directly from faboba.com site i will send you a modified fileBest regards,
StéphaneSorry i din’t receive notification of message
This plugin work with Falang , you have to set in Falang to not use the slug for default language to edit the Elementor page.
It’s a bug i have to fix.you can contact on https://www.faboba.com
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] Shortcode for language switcher?Hi,
I haven’t yet make shortcode for language switcher.
The language switcher with 1.3.5 version can be display in 3 ways
1) widget
2) in menu
3) by do_action(‘falang_print_language_switch’);with the 3)
The display can be changed with
add_action(‘print_custom_language_switch’, ‘custom_language_switch’, 10, 2);function custom_language_switch($languages, $falang) {
?>
<ul class=”falang-language-switcher nav”>
<?php
foreach ($languages as $language) {
$file = FALANG_DIR.’/flags/’ . $language->flag_code . ‘.png’;
if ( ! empty( $language->flag_code ) && file_exists( $file) ) {
$flag_url = plugins_url( ‘flags/’.$language->flag_code . ‘.png’, FALANG_FILE );
}
?>
<li class=”<?php echo $language->slug; ?><?php if ($falang->is_default($language)) echo ‘ current’; ?>”>
get_translated_url($language); ?>”>” alt=”<?php echo $language->name;?>”/>
<?php } ?>
<?php
}
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] cannot activate pluginHi,
it should work with the free version. the pro is only for support and for divi the extra mmodules.
404 can you save permalink another time.
do you have more info about the init default en_us not working ?
did you install before polylang , i have see problem when polylang was installed before and not completly removed (the languages use both taxonomies)
You can contact me see contact form on https://www.faboba.com
Best regards,
StéphaneForum: Plugins
In reply to: [Falang multilanguage for WordPress] Falang for multisite systemHi,
yes exactly it’s not tested it’s why it’s not possible actually
For qtranslate-X i have done a migration toolsStéphane
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] GutenbergHi,
Actually you have to make your default language in WordPRess with the gutemberg editor.
For translation you are right you have to use the classic editor.
It’s in the todo to allow to use Gutemberg for translation too. The edit translation page need to be differents for that.There are a problem whe you make a translation and you switch from text to visual the paragraph are removed.
I will publish a fix for that next week but you can use a workaround
in the function.php of your template you can add the code below.
function tags_tinymce_fix( $init )
{
$init[‘remove_redundant_brs’] = false;
$init[‘wpautop’] = false;
$init[‘indent’] = true;
$init[‘tadv_noautop’] = true;return $init;
}
add_filter(‘tiny_mce_before_init’, ‘tags_tinymce_fix’);Hi,
i will see what i can do but the Loco Translate plugin is very good for po and mo file.
Stéphane
Hi,
It’s depends of the menu item but you have to translate the menu title and the page title
I send you a mail to see how you configure it in backend.Stéphane