Title: Testing
Last modified: August 31, 2016

---

# Testing

 *  [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/)
 * Hi
    I wonder if I can take home ClassDex, and test and learning it,experimenting
   with, before I then take in Cart66 and the ClassDex again?
 * [https://wordpress.org/plugins/classdex/](https://wordpress.org/plugins/classdex/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [johndaskovsky](https://wordpress.org/support/users/johndaskovsky/)
 * (@johndaskovsky)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426671)
 * Sorry, I’m not quite clear on what you’re asking. What are you trying to do?
 * ClassDex is open-source software. You are free to download, modify, and experiment
   with it as much as you like!
 * Best,
    John
 *  Thread Starter [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426672)
 * Hi
    Alright, I was just thinkin of to get to know the program before I was ready
   to go in to start them up.
 * But; they are already home, ClassDex and Cart66, and I am testing the classDex.
   
   I have got some insights about how I can work in the program.
 * But I have a new issue. How and where can I make the classDex to appear/display
   on my site?
    Is it some html that I should paste on a page, or how do I continue
   with that? In that case I have been stumbling around, and tried to figure out
   how to understand that issue. Probably I have got stocked in the brain, because
   I cant figure it out…
 * Best
    Stefan
 *  Plugin Author [johndaskovsky](https://wordpress.org/support/users/johndaskovsky/)
 * (@johndaskovsky)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426673)
 * Hi Stefan,
 * Details on how to display on your site are here: [https://howtononprofit.wordpress.com/classdex/shortcodes-display-classes-on-your-site/](https://howtononprofit.wordpress.com/classdex/shortcodes-display-classes-on-your-site/)
 * Peace,
    John
 *  Thread Starter [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426676)
 * Hi John,
    thank you for fast answers!
 * Allright, thats a challenge! 😉
    So; I create a new page, and paste the html-
   text you showed me.
 * I can do some changes in the html that i have on our site, but I must say, I 
   am not best one. It takes time for me to understand, and read the html.
 * [http://www.friskamusklermassage.se](http://www.friskamusklermassage.se) is our
   yoga- and massagesite.
 * Another question; The “Dollar-sign” before the box where I put the amount for
   the class, can I change that in the html to Swedish crownes (Kr) or is it a picture/
   icon that is the dollar-sign?
 * Its a lot of html-sites, what is the name on the one where the dollar-sign is?
 * Best regards
    Stefan
 *  Plugin Author [johndaskovsky](https://wordpress.org/support/users/johndaskovsky/)
 * (@johndaskovsky)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426703)
 * Hey Stefan,
 * To change the dollar sign, you’ll want to update in two places:
    1. Cart66 currency characters: [http://docs.cart66.com/knowledgebase/main-settings/](http://docs.cart66.com/knowledgebase/main-settings/)
    2. ClassDex shortcode display
 * To update the ClassDex shortcode display you’ll need to edit the plugin’s shortcode.
   php file. Look for the dollar signs and replace with the characters you need.
 * For example, change this line:
    `$content .= $row['description'] . " Fee: \$".
   $row['fee'] . " (ID#: " . $row['public_id'] . ") — ";` To: `$content .= $row['
   description'] . " Fee: Kr" . $row['fee'] . " (ID#: " . $row['public_id'] . ")—";`
 * Do not copy and paste this line! Instead find the line and make the change manually(
   this will avoid breaking the quotes).
 * Messing with the plugin code can break your site if not done correctly, so be
   cautious.
 * Best of luck,
    John
 *  Thread Starter [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426704)
 * Hi John,
    Puh, I seems to need all the luck I can get 😉
 * I will look at it, but as you say, it could be better to let it be, instead of
   doing some damaging…
 * Kind Regards
    Stefan
 *  Thread Starter [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426746)
 * Hi again John,
    I have been searching around among the .php-pages, its about 
   54, and I cant find the line with that content
 * What is the name on the .php-page that I should change in?
 * Kind Regards
    Stefan
 *  Plugin Author [johndaskovsky](https://wordpress.org/support/users/johndaskovsky/)
 * (@johndaskovsky)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426750)
 * Hey Stefan,
 * From the admin panel go to Plugins >> Editor. Then select ClassDex from the plugin
   dropdown list. In the list of files, find “shortcodes.php”.
 * Let me know if that works!
 * Peace,
    John
 *  Thread Starter [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426756)
 * Hi John!
    Found it!
 * So many times I have been in just that .php and didnt see it!
 * Then I can struggle forward to try to create a booking calender!
 * Thank you very much!
 * Stefan
    Sweden
 *  Thread Starter [walkingtroughlife](https://wordpress.org/support/users/walkingtroughlife/)
 * (@walkingtroughlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426757)
 * Hi John!
    something terrible happend! I cant reach my site and we are having 
   customers to go to our yoga!
 * I cant uninstall the ClassDex!
    I dont know what to do!
 * I did a Kr sign out on the left side of the line, and suddenly happend to hit
   one of the tangents, and then the site didnt work!
 * stefan
 *  Plugin Author [johndaskovsky](https://wordpress.org/support/users/johndaskovsky/)
 * (@johndaskovsky)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426765)
 * Hey Stefan,
 * Sorry about the issue!
 * The best way to resolve the problem is to replace the altered file using FTP.
   You can download a zip of the ClassDex files here: [https://wordpress.org/plugins/classdex/](https://wordpress.org/plugins/classdex/)
 * Then use FTP or your hosting platform to access the sites file system. Replace
   the shortcodes.php file with the original that you got from the zipped download.
 * As I said, mistakes when editing plugins can cause a lot of trouble, but I’m 
   very sorry you had to go through that. Please let me know if there is anything
   else I can do to assist.
 * Best,
    John

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Testing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/classdex.svg)
 * [ClassDex](https://wordpress.org/plugins/classdex/)
 * [Support Threads](https://wordpress.org/support/plugin/classdex/)
 * [Active Topics](https://wordpress.org/support/plugin/classdex/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classdex/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classdex/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [johndaskovsky](https://wordpress.org/support/users/johndaskovsky/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/testing-30/#post-7426765)
 * Status: not resolved