Title: Orange Moose's Replies | WordPress.org

---

# Orange Moose

  [  ](https://wordpress.org/support/users/sarunasm/)

 *   [Profile](https://wordpress.org/support/users/sarunasm/)
 *   [Topics Started](https://wordpress.org/support/users/sarunasm/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sarunasm/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sarunasm/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sarunasm/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sarunasm/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sarunasm/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/sarunasm/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sarunasm/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Dropdown value based on other dropdown field value selection](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/#post-15007217)
 * Great.
 * Thanks for amazing support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Dropdown value based on other dropdown field value selection](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/#post-15007194)
 * Thanks, this could work.
 * I want to test the second alternative.
    Where should I put the iffe code?
 *     ```
       (function(){
       var db = {
       "Motorcycle" : {"New York": 150, "California": 160},
       "Sedan" : {"New York": 200, "California": 210},
       "Truck" : {"New York": 300, "California": 310},
       };
       return db[fieldname1][fieldname2];
       })()
       ```
   
 * I have about 300 destinations, if this solution works, I think I’ll consider 
   Pro version too 🙂
    -  This reply was modified 4 years, 6 months ago by [Orange Moose](https://wordpress.org/support/users/sarunasm/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Dropdown value based on other dropdown field value selection](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/#post-15007046)
 * I see that solution you provided is about field population and not suitable in
   my case.
 * I’ll try to clarify below:
 * I want to calculate transportation cost by Vehicle type and Destination.
 * Dropdown 1 has vehicle types: Motorcycle, Sedan, Truck
 * Dropdown 2 has Destinations: New York, California, Chicago, etc.
 * I want to **set Dropdown 2 option values** based on Vehicle type selected in 
   Dropdown 1.
 * Example:
 * if(Dropdown 1 === “Motorcycle” && Dropdown 2 === “New York”) { New York value
   === 150 }
    if(Dropdown 1 === “Sedan” && Dropdown 2 === “New York”) { New York
   value === 200 } if(Dropdown 1 === “Truck” && Dropdown 2 === “New York”) { New
   York value === 300 }
 * if(Dropdown 1 === “Motorcycle” && Dropdown 2 === “California”) { New York value
   === 160 }
    if(Dropdown 1 === “Sedan” && Dropdown 2 === “California”) { New York
   value === 210 } if(Dropdown 1 === “Truck” && Dropdown 2 === “California”) { New
   York value === 310 }
 * etc.
    -  This reply was modified 4 years, 6 months ago by [Orange Moose](https://wordpress.org/support/users/sarunasm/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Dropdown value based on other dropdown field value selection](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/dropdown-value-based-on-other-dropdown-field-value-selection/#post-15006923)
 * Hi, [@codepeople](https://wordpress.org/support/users/codepeople/) I’ll look 
   into that and see if I need further assistance.
 * Thanks, for the very fast answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Folders] Media Library Plus 2.3.2](https://wordpress.org/support/topic/media-library-plus-232/)
 *  [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/media-library-plus-232/#post-7050388)
 * Hi,
 * I have one important question. Does your plugin actually creates folders in the
   server or it uses taxonomy in the same /uploads folder?
 * thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] How to add SEO meta data to Woocommerce products CSV import](https://wordpress.org/support/topic/how-to-add-seo-meta-data-to-woocommerce-products-csv-import/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-add-seo-meta-data-to-woocommerce-products-csv-import/#post-7484283)
 * Yes, I was looking for these field names. I was missing the “e” in “_aioseop”.
   
   Now the import is working.
 * If someone else is looking for these, here they are:
 * meta:_aioseop_keywords
    meta:_aioseop_title meta:_aioseop_description
 * Thanks and Happy blogging.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] How to add SEO meta data to Woocommerce products CSV import](https://wordpress.org/support/topic/how-to-add-seo-meta-data-to-woocommerce-products-csv-import/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-add-seo-meta-data-to-woocommerce-products-csv-import/#post-7484266)
 * Hi, Michael.
 * I have found that plugin earlier, but I’m not going to use Yoast data in my new
   products.
 * How do I solve this with new clean csv import file?
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Library Broken](https://wordpress.org/support/topic/media-library-broken-5/)
 *  [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/media-library-broken-5/page/2/#post-7272945)
 * I have noticed similar problem too which is ussual after WP 4.5.2 updates.
 * I can’t upload new media files into Media library. I mean WP allows me to upload
   the file, but the actual image is not there.
 * I have noticed that old and new files are stored in the different location.
    
   Old files location: [https://www.wellcoda.co.uk/wp-content/uploads/strength-strong-toy-action-figure.jpg](https://www.wellcoda.co.uk/wp-content/uploads/strength-strong-toy-action-figure.jpg)
   New files location: [https://www.wellcoda.co.uk/wp-content/uploads//home/wellcoda/public_html/wp-content/webfiles/DSC_0260.jpg](https://www.wellcoda.co.uk/wp-content/uploads//home/wellcoda/public_html/wp-content/webfiles/DSC_0260.jpg)
 * How to make it right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)] Not tracking links on one-pager website](https://wordpress.org/support/topic/not-tracking-links-on-one-pager-website/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/not-tracking-links-on-one-pager-website/#post-7177436)
 * Thanks for the reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)] Not tracking links on one-pager website](https://wordpress.org/support/topic/not-tracking-links-on-one-pager-website/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/not-tracking-links-on-one-pager-website/#post-7177400)
 * Will it work if I insert GA code into every page or post in visual or text editor
   mode?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)] Not tracking links on one-pager website](https://wordpress.org/support/topic/not-tracking-links-on-one-pager-website/)
 *  Thread Starter [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/not-tracking-links-on-one-pager-website/#post-7177399)
 * Hi, Alin,
    thanks for the reply.
 * Can you give more details how to setup virtual pageviews. I am not a developer
   so don’t even know were to start.
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Custom CSS not applied](https://wordpress.org/support/topic/custom-css-not-applied/)
 *  [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-css-not-applied/#post-7047939)
 * Thanks for the fast response, Tobias!
 * It worked (of course) 🙂
 * Five stars.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Custom CSS not applied](https://wordpress.org/support/topic/custom-css-not-applied/)
 *  [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-css-not-applied/#post-7047923)
 * Hi,
 * I have a similar problem as mentioned above.
 * I want to change the color used for marking alternating rows, but the code from
   FAQ does not work for me.
 * I change only the color codes, but nothing happens.
    .tablepress .odd td { background-
   color: #ff0000; } .tablepress .even td { background-color: #00ff00; } Here is
   the link to the site: [http://www.dicentras.lt/kainos/](http://www.dicentras.lt/kainos/)
 * Can you help?
 * Thanks,
    Sarunas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Google Fonts] Change menu font](https://wordpress.org/support/topic/change-menu-font-7/)
 *  [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/change-menu-font-7/#post-6788495)
 * No problem. Done.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Google Fonts] Change menu font](https://wordpress.org/support/topic/change-menu-font-7/)
 *  [Orange Moose](https://wordpress.org/support/users/sarunasm/)
 * (@sarunasm)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/change-menu-font-7/#post-6788492)
 * It works!
 * Thank you very much, Sunny ★★★★★
 * I quess I have to study CSS a bit 🙂

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/sarunasm/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sarunasm/replies/page/2/?output_format=md)