cmsplay
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variations issue. Need advice on plugins etc.‘Spare Parts’ is not a variation, because your customers need to be able to select more than one spare part for their phone model, if they wish.
How about this?:
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligh Text Top in Header RowFinal code I used to align text in all cells top, and to make header and footer rows grey, was:
.tablepress thead th { vertical-align: top; background-color: #e6e3e6; color: #000000; } .tablepress tfoot th { vertical-align: top; background-color: #e6e3e6; color: #000000; }Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligh Text Top in Header RowThanks Tobias. Just noticed
theadaffects Table Head.tbodyaffects table body.- This reply was modified 5 years, 12 months ago by cmsplay.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligh Text Top in Header RowFound temporary solution.
In:
Tablepress>Plugin Options>Frontend Options and Styling
Add this line of code:
vertical-align: top;…into line 3.
This has the effect of making ALL cells in all tables align top.
Would be good to have a way to change text alignment per row, per column and per cell.
Forum: Plugins
In reply to: [Import and export users and customers] Approve Imported UsersHola Javier, I’m not using any plugin to approve users at the moment. Assumed WP would be able to do this on its own?
I’d like to avoid emailing WP user passwords to members because that is not safe.
It would be great if users could use their accounts that ‘Import Users from CSV’ has made.
All clear. Thank you very much milanbista! 🙂
OK This works. Thank you so much Javier :-))
Thank you for your kind attentions Javier.
I ran an import successfully 🙂
…but when I returned to see the metadata imported, it had all disappeared and the WP site was returned to default WP User field data.
I think I have to use another plugin to ‘hold’ that extra field data for the Users, but I am not sure how to bridge between that plugin, and your amazing ‘Import Users’ plugin.
Best wishes.
Forum: Plugins
In reply to: [WooCommerce] Variable Digital DownloadsMichael, you are a star. That makes sense.
Sorry I missed the ‘Downloadable Variations’ section. I hadn’t sussed that the product type would fork to lower down the hierarchy.
Thank you SO much! Grateful :-))
- This reply was modified 6 years ago by cmsplay.
Forum: Plugins
In reply to: [WooCommerce] Color changeThis might help:
https://www.ostraining.com/blog/woocommerce/design/
Not sure about changing inscription. Do a web search.
Forum: Plugins
In reply to: [Import and export users and customers] Not All Columns ShowingOK. Thank you Javier.
Forum: Plugins
In reply to: [Import and export users and customers] Not All Columns ShowingThere is mention in the documentation of installing and configuring the plugin ‘Cimy User Extra Fields’.
https://wordpress.org/plugins/cimy-user-extra-fields/
There are instructions here:
Tried the above, but ‘Cimy User Extra Fields’ enables new fields to be made and shown, but not to show new (column header) fields that ‘Import Users from CSV with meta’ has made.
I’m wondering if I have to pre-make and display the new fields in Cimy before importing CSV?
- This reply was modified 6 years, 1 month ago by cmsplay.
Forum: Plugins
In reply to: [Import and export users and customers] Not All Columns ShowingThere is this plugin:
https://wordpress.org/plugins/codepress-admin-columns/
…but it does not give access to the column headings imported with the ”Import Users from CSV with meta’ plugin.
- This reply was modified 6 years, 1 month ago by cmsplay.