Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Siempie

    (@siempie)

    I’m not the developer, but I changed the code in templates / invoice / simple / micro / body.php on line 263

    from

    <td colspan="<?php echo esc_attr($colspan['right_right']); ?>" class="align-right"><?php echo esc_html($tax->formatted_amount); ?></td>

    to

    <td colspan="<?php echo esc_attr($colspan['right_right']); ?>" class="align-right"><?php echo wp_kses_post($tax->formatted_amount); ?></td>

    which fixed it for me.

    Thread Starter Siempie

    (@siempie)

    I was a bit confused, finally found the right way to set it up:

    When you set up your experiment in Experiments in Google Analytics, it will ask for an “Original Page” and a number of variations.
    If you take this terminology the Sample Content Experiment should read this (hopefully I’m not mistaken again):

    Sample content experiment:
    [experiment id="EXPERIMENT ID"]
          [ex_variant]
             content for what Google Analytics calls "Original Page"
          [/ex_variant]
          [ex_variant]
             content for what Google Analytics calls "Variation 1"
          [/ex_variant]
      [/experiment]

    same problem here with the 2.5.0 / 2.5.1 new version.
    It seems to work in the older version 2.4.6 – however a small percentage of the people complain it doesn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)