carrjones
Forum Replies Created
-
Unfortunately, no luck. I just Ftp’d the new version into the site and cleared the cache. UM Install info still reads 2.0. Is there a way to confirm I have the new version?
OK. I can override the CSS in the Customizer. No problem with that, right? I’m threading my way through um-old-default.css trying to figure out how it’s all coming together going forward.
I like what I see in 2.0, but understand it’s not fully baked yet. Any ETA for new documentation?
PS Shopp works with UM 1.3.88.
Thanks @ultimatemembersupport. I upgraded to UM 2.0 and the incompatibility with The Events Calendar 4.6.4 is fixed. Unfortunately, now the Shopp plugin breaks it. I’ll create a new post for that. Other than some role issues, I haven’t found any other problems since the upgrade.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Products without pricesBrilliant! First time I’ve found a use for nth-of-type().
I had to add #Products so it would only affect that tab, and also had to inject it into the admin head using:add_action(‘admin_head’, ‘admin_css_overrides’);
function admin_css_overrides() {
echo ‘<link rel=”stylesheet” type=”text/css”
href=”‘.get_stylesheet_directory_uri().’/myupcp.css”/>’;
}`I do think it would be useful to add separate classes to the fields in some future version. If for example you add a new field to the New Product form, this will break.
I also think UPCP is a great platform for non-sales catalogs, so having an easy “no prices” option might increase the user base.
Thanks for the help.