• Resolved cristiantrandafir

    (@cristiantrandafir)


    Hi I am getting all of the sudden a lot of

    #trpst#

    #trpst#trp-gettext data-trpgettextoriginal=id#trpen#

    all over my website. How can this be fixed and what is the reason of it occurring in the first place? Am running the latest version.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cristiantrandafir

    (@cristiantrandafir)

    6 days later no answer from the support.

    I have the exact same issue on https://rothschenk.de/en/ and can’t find any solid info either :/

    Plugin Author Cristian Antohe

    (@sareiodata)

    Hey,

    Sorry about the delay.

    If a lot of strings on the page contain #trpst# it means there’s a conflict with another plugin / theme that close the output buffer in a way that blocks our possibility to remove them.

    Can you please do a conflict test if possible by deactivating plugins and themes one by one and see if the problem goes away. If you find a plugin that is causing this, please let us know so we can investigate this further.

    Thread Starter cristiantrandafir

    (@cristiantrandafir)

    Well the conflict is with woocommerce. I fixed it by adding the following code in the functions.php via the theme editor(in the child theme).

    add_filter('woocommerce_default_address_fields', 'override_address_fields');
    function override_address_fields( $address_fields ) {
    $address_fields['address_1']['placeholder'] = 'House number and street name';
    $address_fields['address_2']['placeholder'] = 'Apartment, suite, unit etc. (optional)';
    return $address_fields;
    }

    Then I translated the strings with TranslatePress.

    Am unsure if this issue is on TranslatePress side or Woocommerce side.

    Adding @radicalm1nd for fix.

    Thanks for the suggestion, however this still didnt work for me, our site still has the same issue. Even with WooCommerce deactivated alltogether. It might be a conflict with the Porto theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘#trpst# Urgent Issue’ is closed to new replies.