Viewing 4 replies - 1 through 4 (of 4 total)
  • denisnorton

    (@denisnorton)

    CDF 2.1 still not working with the new wordpress 4.0.1
    displays link to cdf instead of actual cdf

    lucaroby

    (@lucaroby)

    I can confirm that the new wordpress 4.0.1 made the CDF 2.1 plugin no more working.
    It displays the [WolframCDF source=”…”] code instead of actual cdf.
    My site is actually useless. Please fix the problem.

    lucaroby

    (@lucaroby)

    I’ve found a solution!

    Inserting the <code></code> tags around the [WolframCDF source= .... ] statement seems to solve the problem.
    Add them in the text mode of the editor (and not in visual mode). In the text editor you’ll so change the WolframCDF call from something like:

    [WolframCDF source="https://www.lucamoroni.net/wp-content/uploads/2014/11/WaveMotion.cdf"
    width="939" height="1014"
    altimage="https://www.lucamoroni.net/wp-content/uploads/2014/11/WaveMotion.png"
    altimagewidth="939" altimageheight="1014"]

    to someting like:

    <code>[WolframCDF source="https://www.lucamoroni.net/wp-content/uploads/2014/11/WaveMotion.cdf"
    width="939" height="1014"
    altimage="https://www.lucamoroni.net/wp-content/uploads/2014/11/WaveMotion.png"
    altimagewidth="939" altimageheight="1014"]
    </code>

    Thanks to Pickett for the trick (in this thread) and to Nicole Ehrlich (in this thread)

    Thread Starter AleksLife

    (@alekslife)

    lucaroby advice is totally correct,now my Wolfram CDF’s are working very well on my site.
    Thank you very much to lucaroby
    Greetings

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wolfram CDF 2.1 is not working with the new version of wordpress 4.0.1’ is closed to new replies.