I have installed a plugin called jsmol2wsp. Now I have a cif and many kinds of file in which I have to upload this files in the wordpress and set the path according to link. I have set the path according to the instruction.
For example I have updated the pdb file in which the command goes like this [jsmol acc='caffeine' type='mol']
. I have exactly followed these instruction . Still the error in the jmol window is appearing as in the link.
What mistake I have done and what is the error?
I have installed a plugin called jsmol2wsp. Now I have a cif and many kinds of file in which I have to upload this files in the wordpress and set the path according to link. I have set the path according to the instruction.
For example I have updated the pdb file in which the command goes like this [jsmol acc='caffeine' type='mol']
. I have exactly followed these instruction . Still the error in the jmol window is appearing as in the link.
What mistake I have done and what is the error?
[jsmol acc='caffeine' type='mol']
Will look for an uploaded file named caffeine.mol
. If it can't find a matching post for an uploaded attachment and type=pdb
, it will try http://rcsb/pdb. If it can't find a match there either, you'll get an error message in the JSmol window.
caffeine.mol
uploaded. – Qaisar Feroz Commented Mar 4, 2019 at 7:04[jsmol acc='caffeine' type='mol' fileurl='http://path_to_file']
and replacehttp://path_to_file
with url to yourcaffeine.mol
– Qaisar Feroz Commented Mar 5, 2019 at 7:08