moryoav
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Looking for assistance in choosing programming strategythank you!
Forum: Developing with WordPress
In reply to: Looking for assistance in choosing programming strategyno, I’m just holding a global variable with information on all the products and I want to create nice layouts with this information. I preferred something lighter than woocommerce, especially since I’m not selling those products, I’m just linking from them to aliexpress
Same here. I contacted supsystic through their support, they wanted the website URL which I wasn’t able to give them (this is running on an internal internat network, difficult to explain), so hopefully someone else with the same problem will be able to help them debug this problem. By the way, when inspecting the page, I see all the tables are there in the code, they’re just hidden for some reason, it seems like a CSS problem or CSS clash with another plugin, I wasn’t able to find the offender yet.
This is still a problem for me in 1.6.2
I cannot share my URL at this time, hopefully someone else with the same problem will assist here.Forum: Plugins
In reply to: [Cryptocurrency Widgets - Price Ticker & Coins List] Dollar sign not showingMinor addition: realized that the dollar sign is a fa (font awesome). And it’s not showing. Should I do something to add it?
Forum: Plugins
In reply to: [WooCommerce] How to create “smart” text-area attributeI found this, which is exactly the type I’m looking for:
https://harvesthq.github.io/chosen/
take a look at the Multiple Select example. It’s really not a textarea, as much as it is a Select that’s formatted differently. Any chance I’ll be able to find this in a plugin or will I need to do hard labor and code it myself?