Anticosti
Forum Replies Created
-
Glad I could help.
Good luck with your web project!Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Quebec Flag Graphic?Since Quebec is not a country, then you will have to create the flag and swap it either for the Canadian or the French one, while making sure to keep the exact name.
I have the same situation and choose to just use the names instead of the flags. This way it is carries no political assumptions.I use: FR | EN
- This reply was modified 7 years, 9 months ago by Anticosti.
Back to my desk and checked my CSS.
This is how I am hiding the flags:ul.wpm-language-switcher li span img, ul.wpm-language-switcher li a img { display: none !important; visibility: hidden !important; }Hi databell96,
For your first question:
You can simply rename your languages as this:
FR
ENThen, to remove the flags you can use CSS. You will have to find the selector and add this:
selector here a img { display: none !important; vsibility: hidden !important; }I have the same concerns. So far it works with default post types but I am looking at making it work with custom post types and… templates’ creation.
Following
Greetings @thebengalboy,
Thank you for your reply.
Transmitted to the above user.
Much appreciated.
Take care.Hello @haet,
Thank you for your reply.
I really appreciate your plugin.The template override still works for me – in a beautiful way – and I am using the latest 2.8 version. Just for this, I may just stay with my current theming framework instead of Oxygen. This is what’s giving that extra note for the finished professionnal look.
Take care and thanks!
Forum: Plugins
In reply to: [Code Snippets] .json – any plans for this?Thank you for your reply, Shea.
Unfortunetly, I am not sure how could this be done. Inwill have to meditate on this… I’ll get back to you…Thanks again,
Forum: Plugins
In reply to: [Code Snippets] .json – any plans for this?Yes. Exactly Shea.
This is the only piece missing for me to make “Oxygen Builder” work with my preferred multi-languages plugin (free): WP Multilang.Since Oxygen does not use any themes as we know or are used to… I can’t find any way to make it use my custom “wpm-config.json” file that was located at:
/wp-content/themes/child-theme/wpm-config.jsonHope it makes it clearer for you?
Kindly,
Of course. Sorry.
Interesting question indeed.
Think I saw something related to this in an old thread…?@databell96
Glad it worked for you.
Don’t forget to mark this thread as Resolved 😉Docs are here:
https://docs.themegrill.com/flash/Let say you use FR and EN languages:
01. You create one FT:Heading for FR and tick the “Show widget only in: FR” box;
02. You create one FT:Heading for EN and tick the “Show widget only in: EN” box;- This reply was modified 7 years, 10 months ago by Anticosti.
@josk79
Thanks for sharing this valuable tip!