Orange Moose
Forum Replies Created
-
Great.
Thanks for amazing support.
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 3 years ago by Orange Moose.
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 3 years ago by Orange Moose.
Hi, @codepeople I’ll look into that and see if I need further assistance.
Thanks, for the very fast answer.
Forum: Plugins
In reply to: [Media Library Folders] Media Library Plus 2.3.2Hi,
I have one important question. Does your plugin actually creates folders in the server or it uses taxonomy in the same /uploads folder?
thanks.
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_descriptionThanks and Happy blogging.
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
In reply to: Media Library BrokenI 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
New files location: https://www.wellcoda.co.uk/wp-content/uploads//home/wellcoda/public_html/wp-content/webfiles/DSC_0260.jpgHow to make it right?
Thanks for the reply.
Will it work if I insert GA code into every page or post in visual or text editor mode?
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
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedThanks for the fast response, Tobias!
It worked (of course) ??
Five stars.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedHi,
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: https://www.dicentras.lt/kainos/Can you help?
Thanks,
SarunasForum: Plugins
In reply to: [Easy Google Fonts] Change menu fontNo problem. Done.
Forum: Plugins
In reply to: [Easy Google Fonts] Change menu fontIt works!
Thank you very much, Sunny ★★★★★
I quess I have to study CSS a bit ??