最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

What is procedure to let set path in wordpress?

matteradmin8PV0评论

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.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far