What is procedure to let set path in wordpress?

admin2025-06-02  1

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?

Share Improve this question edited Mar 15, 2019 at 4:52 Qaisar Feroz 2,1471 gold badge9 silver badges20 bronze badges asked Feb 27, 2019 at 9:41 azhaganazhagan 155 bronze badges 21
  • Why nobody is answering? – azhagan Commented Feb 28, 2019 at 6:03
  • Do you have caffeine.mol uploaded. – Qaisar Feroz Commented Mar 4, 2019 at 7:04
  • yes, I have uploaded caffeine.mol – azhagan Commented Mar 5, 2019 at 6:16
  • Then try [jsmol acc='caffeine' type='mol' fileurl='http://path_to_file'] and replace http://path_to_file with url to your caffeine.mol – Qaisar Feroz Commented Mar 5, 2019 at 7:08
  • I have did the same , still I couldnt find any output except the blank jmol window – azhagan Commented Mar 5, 2019 at 10:55
 |  Show 16 more comments

1 Answer 1

Reset to default 1

[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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748804656a313860.html

最新回复(0)