SixWingedSeraph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Installed 3.5.1, all edit pages are blankI upgraded CKEdit and now the edit pages show the content.
Forum: Fixing WordPress
In reply to: HTML Code Reformatted by Visual EditorThis happens when you post Java code as well. In particular, the following code loads a Mathematica CDF file. Once I switch to visual and back, it has extra stuff put into it that keeps it from running. (Sometimes one switch back and forth does not trash it but two switches do.)
The code:
<script type=”text/javascript” src=”https://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js”></script><script type=”text/javascript”>// < ![CDATA[
// < ![CDATA[
var cdf = new cdfplugin(); cdf.embed(‘https://www.abstractmath.org/Mathematica/SecantInCircle.cdf’, 600, 660); cdf.setDefaultContent(‘https://www.abstractmath.org/Mathematica/SecantInCircle.jpg’);
// ]]></script>The modifications happen inside the <script></script> block. This is what it looks like after several switches to visual:
<script type=”text/javascript” src=”https://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js”></script><script type=”text/javascript”>// <![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[ var cdf = new cdfplugin(); cdf.embed(‘https://www.abstractmath.org/Mathematica/SecantInCircle.cdf’, 600, 660); cdf.setDefaultContent(‘https://www.abstractmath.org/Mathematica/SecantInCircle.jpg’);
// ]]></script>It is easy to repair by hand but it shouldn’t happen.
I object strongly to the “you should code in html” attitude. WordPress is for the general public, not coders.
Forum: Plugins
In reply to: CDF file works at home, not on WordPressI have solved the problem mentioned in this post by removing the module structure from the manipulate command and replacing the variable by actual values. You can see the post at https://www.abstractmath.org/Word%20Press/?p=2415
This does not really solve the problem. What could have happened to make the .cdf file work when loaded from my own computer (and run with CDF Player) and not work when embedded in my blog?
Forum: Plugins
In reply to: Bottom of CDF picture cut off in ChromeI should have included the embedding code in my post:
[WolframCDF source=”https://www.abstractmath.org/Mathematica/New5thDegreePolynomial.cdf” CDFwidth=”531″ CDFheight=”620″ altimage=”https://www.abstractmath.org/Mathematica/New5thDegreePolynomial.pdf”%5D
Charles Wells