wpaiksas
Forum Replies Created
-
Hello,
I found the file to modify:
/components/features/recent-posts/recent-posts.phpHope this will help others!
Forum: Themes and Templates
In reply to: [Ixion] Trying to change wording of ‘Recent Posts’Hello,
I found the file to modify:
/components/features/recent-posts/recent-posts.phpHope this will help others!
Forum: Themes and Templates
In reply to: [Ixion] Trying to change wording of ‘Recent Posts’Hello @kokkieh,
I’m also looking to change “Recent Posts” and “More Posts” but on a multilingual website and I cannot find the solution. English being the second language of the website. I changed the text in French in the French translation key chain of WPML.
Is there a way to change this in PHP file?
Thank you very much!
- This reply was modified 5 years, 2 months ago by wpaiksas.
Hello community,
Does someone have the solution?
What’s PHP file is managing these informations? Usually it’s quite simple to find but I cannot find it.
Thank you very much!
I think that If we find where this English text is in the PHP file, we can change it there. Any idea where it is stored?
Thank you
Hi,
Unfortunately I cannot share the URL publicly.
Is there a way to send it privately?Thank you very much,
Forum: Themes and Templates
In reply to: [Ixion] How to change the title “Recent Posts”Hello,
Is there a way to change this in PHP? It’s not working with multilingual site. English being the secondary language.
Thanks a lot for your help.
Forum: Themes and Templates
In reply to: [Ixion] Change CTA button link in multilingual siteI had the info from WPML support so I share it for others.
Here’s the procedure:
1) Visit WPML>>String Translation
2) Click on the blue link at the bottom of the page: “Translate texts in admin screens ?”
3) Look for an option similar to “theme_mod_*”, or something like that. Here you should find all the strings associated with your theme/plugin options.
4) Check the checkbox for your strings of interest.
5) Click on the button “Apply”(at the bottom of the page)
6) Now, all your selected strings should appear in the String Translation panel and you can translate those stringsForum: Themes and Templates
In reply to: [Ixion] FontawesomeOk, thank you very much for your help!
Forum: Themes and Templates
In reply to: [Ixion] Multilingual issue with featured contentAnother issue is concerning the URL for the CTA button.
How can I change the link on the CTA button of the featured content of the homepage for the secondary language?Thank you!
- This reply was modified 5 years, 4 months ago by wpaiksas.
Forum: Themes and Templates
In reply to: [Ixion] FontawesomeAgain thanks a lot for your quick answer.
Jetpack is already installed but I would like to add social icons on the footer.
I’ll definitely look into that.Best,
Forum: Themes and Templates
In reply to: [Ixion] Multilingual issue with featured contentHi Darnell,
Thanks for your quick reply!
I’ll do that.
But normally I should be able to translate all the Ixion theme right? It’s compatible with WPML?Best,
Forum: Themes and Templates
In reply to: [Ixion] FontawesomeThanks a lot!
But to add just two social icons I would prefer not to add an extra plugin. So you confirm Fontawesome is not included in Ixion?Best,
Forum: Themes and Templates
In reply to: [Shoreditch] Language automatic translationHi @gemmaevans
Thanks! This is really a good idea but for some reason it’s not working.
I still have this text: Lire la suite de
When I want: Lire la suiteIt’s actually a mistake in the French version of Shoreditch theme.
I did everything you said and checked twice.
I have this in my functions.php file now:
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); function shoreditch_languages_setup() { load_child_theme_textdomain( 'shoreditch', get_stylesheet_directory() . '/languages' ); } add_action( 'after_setup_theme', 'shoreditch_languages_setup' ); } ?>
I clean the cache of course… it’s a mystery!
Best,
- This reply was modified 5 years, 9 months ago by wpaiksas.
Forum: Themes and Templates
In reply to: [Shoreditch] Language automatic translationPS. I found the text I want to edit in the .po file but the modification is not showing in the site.