Forum Replies Created
-
AuthorPosts
-
Great Rikard, this solved the issue!
Thank you very much :)
Best regards
MarcellaThis reply has been marked as private.Hi Elliott,
this perfectly works! Thank you very much! :-)
Cheers!
MarcellaNovember 12, 2014 at 12:58 pm in reply to: Translation with mo/po file not working with Child Theme #349981Thank Ismael,
I know WPML isn’t supported by The Event Calendar, that’s why I decided not to use WPML and switch to WP multisite with a lot of extra work!
Codestyling localization plugin doesn’t work so well for me. The only way for me to solve was to translate with po edit and drop .po .mo files directly into the lang folder of the plugin.
I gave up using the above function suggested by Tri.be. in order to change texts inside the search bar, because it is not possible to translate those text set with that function. :-(
Maybe Kriesi had a solution? Anyway thank you! :-)
Cheers!
MarcellaNovember 3, 2014 at 3:49 pm in reply to: Translation with mo/po file not working with Child Theme #345305Hi Ismael,
I’ve done with the codestyling localization plugin all the things that you have written, and did them more than once.
After many tests I have concluded that the plugin does not work properly in my case. Si I did all the translation work manually with “Po edit”, created separate files for child-theme and the event calendar pro.
The main problem is, however, within this snippet that I use to translate a few words in the search bar of the Event calendar:// See the codex to learn more about WP text domains: // http://codex.wordpress.org/Translating_WordPress#Localization_Technology // Example Tribe domains: 'tribe-events-calendar', 'tribe-events-calendar-pro'... add_filter('gettext', 'theme_filter_text', 10, 3); function theme_filter_text( $translations, $text, $domain ) { // Copy and modify the following if {} statement to replace multiple blocks of text // Match the text you want you want to translate, preferably also match the text domain if($text === 'Search' && $domain === 'tribe-events-calendar') { // The custom text you want instead $text = 'Keyword'; } if($text === 'Near' && $domain === 'tribe-events-calendar-pro') { // The custom text you want instead $text = 'City'; } return $text; }
Currently I commented out this code, but when it’s active all the translation files are ignored and the English text appears.
Hope you can help to solve, thanks in advance :)
- This reply was modified 10 years ago by marcella-metae.
October 31, 2014 at 9:40 am in reply to: Language File – translation not working in Enfold Theme #343912Hi Ismael,
I started a new thread where I describe much better my specific issue, this is the link:
https://kriesi.at/support/topic/translation-with-mopo-file-not-working-with-child-theme/
Thanks for help, cheers! :-)
MarcellaOctober 29, 2014 at 11:01 am in reply to: Language File – translation not working in Enfold Theme #342641Hi everybody, I have the same problem.
I need to use the theme (child-theme) with one of the translations already provided inside the folder “Languages” but it doesn’t load it automatically (while WordPress does).
Could you advise me please?
Thanks & regards :)September 4, 2014 at 8:50 am in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #313214Hi Josue,
as you can read on my previous post, that’s what I’ve done. But using even columns is not resolving the problem: is avoiding the problem! ;-)
In any case, there is still a space between each group of 4 (or 6) elements.
Regards,
MarcellaSeptember 1, 2014 at 2:15 pm in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #311820This reply has been marked as private.September 1, 2014 at 9:13 am in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #311700Hi Ismael,
thank you very much for the header shadow code! :-)
No, I didn’t remove the blog grid element, I use it with 4 columns instead of 5! But if you want to perform any test I will temporary switch on 5 columns or create a new page for your testing. Just let me know.
Thanks, regards.
MarcellaAugust 1, 2014 at 3:10 pm in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #298768Hi Devin,
thanks for you help but there is still a gap after the fifth element and the first of the next group (slide-entry-wrap). I think I will use only even columns grids….
Kind regards
MarcellaJuly 24, 2014 at 8:41 am in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #295315Hello Devin, thanks for your attention!
I would simply like that every item had the same width (48%): it doesn’t look good and mainly does not make sense that – in the case of three column layout – only the first, third, sixth, ninth article, etc. are larger.
Or – in the case of five column layout – the first, fifth, tenth article, etc..
So can you please show me how to change the css to make posts display uniform and in the same way?
Thanks & regards! :-)
MarcellaJuly 18, 2014 at 9:21 am in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #292877This reply has been marked as private.Hi Yigit, that works!
Let me tell you that I’ve found not easy and confortable styling the site through the theme options panels: I have to rewrite so many classes via css plus adding “!important”.Anyway, thank you very much for your precious help! :)
Cheers! Marcella -
AuthorPosts