• Resolved stiger

    (@stiger)


    problem caused by the fact that the application is trying to load those images from the

    wp-content/plugins/cryptocurrency-rocket-tools/assets/images/coins directory

    while the correct location of the images is

    /blog/wp-content/plugins/cryptocurrency-rocket-tools/assets/images/coins

    how can i set the location as blog/wp-content/….

Viewing 1 replies (of 1 total)
  • Plugin Author webstulle

    (@webstulle)

    Hi!
    Sorry for the late answer and thank you for the issue. We will definitely solve it in the next releases.

    You can fix this problem by yourself, just open the file /cryptocurrency-rocket-tools/trunk/assets/js/crtools.min.js and change the path according to your needs in this code:
    dictionary.pluginName=”/wp-content/plugins/cryptocurrency-rocket-tools”

    In your case this should be like –
    dictionary.pluginName=”/blog/wp-content/plugins/cryptocurrency-rocket-tools”

    Thanks
    Webstulle

Viewing 1 replies (of 1 total)
  • The topic ‘Cryptocurrency images are lost on the price table’ is closed to new replies.