Gaspar Baksa

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Changing the date format per language in WPML #1353771
    Gaspar Baksa
    Participant

    Hi Geoff,

    Thank you, it worked out!
    The link on the bottom was so small I even didn’t notice it šŸ™

    Bests,
    Gaspar

    in reply to: Changing the date format per language in WPML #1352419
    Gaspar Baksa
    Participant

    This reply is private.

    in reply to: Changing the date format per language in WPML #1351704
    Gaspar Baksa
    Participant

    This reply is private.

    in reply to: Changing the date format per language in WPML #1351357
    Gaspar Baksa
    Participant

    This reply is private.

    in reply to: Changing the date format per language in WPML #1346990
    Gaspar Baksa
    Participant

    Hi Geoff

    Unfortunately the cache cleaning didnā€™t help šŸ™

    Can you check please if I did the steps correctly?

    put the String Translation enabler in functions.php, uploaded to the server

    function translate_date_format($format) {
    if (function_exists(‘get_the_date’)) {
    icl_register_string(‘Formats’, ‘Date Format’, $format);
    $format = icl_translate(‘Formats’, ‘Date Format’, $format);
    }
    return $format;
    }
    add_filter(‘option_date_format’, ‘translate_date_formatā€™);

    assign Date Format Domain translation string for DE, and ITA, check Translation Ready and saved

    j F, Y

    Should it work with these settings in place?

    in reply to: Changing the date format per language in WPML #1345859
    Gaspar Baksa
    Participant

    Hi Geoff,
    Thank you for pointing out to the solution. I installed the String translation and Translation management and used the solution from the first link (the second didn’t work out)
    The String translation now shows the Date Format option, but at the front-end there is no change šŸ™
    Please see the screenshot.
    Should I change also something else in Event Calendar, so it works out?
    Bests,
    Gaspar

    in reply to: Shortcodes: Most recent event + archive page #1341609
    Gaspar Baksa
    Participant

    Hi Shelby,

    Thank you for the pointer, but I couldn’t dive through it successfully šŸ™
    I tried to adjust the templates with some conditional if is_front_page() logic, but it also didn’t work. Tried to make the month.php view template cheating in the view of a list, but it also didn’t work out.
    So, I resorted to simple hiding the unneeded elements via CSS. It is clumsy, but works.

    Bests,
    Gaspar

    in reply to: WPML doesn't translate the Recurring events/Event series #1340635
    Gaspar Baksa
    Participant

    Hi Geoff,

    Thank you for the links, I checked through the description, and it seems it might be the problem that I donā€™t have the ā€œWPML String Translationā€ and ā€œWPML Translation Managementā€ plugins? Unfortunately I only have the basic version of WPML.

    in reply to: Shortcodes: Most recent event + archive page #1340010
    Gaspar Baksa
    Participant

    Hi Shelby,

    Sure, it works in the default way, but I would like to change the appearance (styling, order of showing elements) via some .php template file, like the ones in the plugin/them folder src/views/list or tribe-events/list, and I can’t find the place where to edit this.

    Thanks and Bests,
    Gaspar

    • This reply was modified 6 years, 8 months ago by Gaspar Baksa.
    in reply to: Shortcodes: Most recent event + archive page #1339546
    Gaspar Baksa
    Participant

    Hello Shelby,

    Thank you for the reply, it works now.
    I don’t find the template file where to style and modify the one event: [tribe_events_list limit=ā€1ā€³], can you please tell me where I can find it?

    Bests,
    Gaspar

Viewing 10 posts - 1 through 10 (of 10 total)