• Hi there,

    I recently tried to use the thumbnail / image function like this:

    [amazon asin=B00IVPU786&thumb=https://.../image-500x500.jpg&template=thumbnail]

    Here the letter x is converted to the character × which seems similar, but is another ascii character. Is there a function which I can change, that this replacement isn’t done?

    https://www.ads-software.com/plugins/amazon-link/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter trpd

    (@trpd)

    ok, i solved this by my own:
    In amazon.php file, you can change this line:

    $output .= $this->parse_template( $settings );

    to

    $output .= str_replace('×', 'x', $this->parse_template( $settings ));

    The problem is, that WordPress parses the letter x between numbers to multiplication sign.

    hello dear trpd – many many for this great hints – i really appreciate this great help.

    greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Letter 'x' in thumbnail link is converted’ is closed to new replies.