matt6492
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Disable Ingredient LinksYou are correct… I’m using WP Ultimate Recipe. I also posted there after I realized this was the wrong forum. Thanks for the quick reply. That’s exactly what I was looking for!
I’ve also experience this issue as of very recently. Everything was working smoothly for the past several months. I am running WordPress 4.7.1 and UM 1.3.79.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Custom Fields Not Saving or DisplayingHello,
It appears that the issue was being caused by use of a period in the custom field name (e.g. U.S.). When I changed it to USA instead, everything began working normally again.
-Matt
Forum: Plugins
In reply to: [Ultimate Product Catalog] Disable Links in Product Catalog Detail ViewI tried the CSS you suggested along with using the # for the product link.
I used some slightly different CSS as I don’t want to hide the image. What I used is below.
.upcp-catalogue-link { pointer-events: none; cursor: default; } .upcp-detail-title { color: #777777; } div.upcp-detail-image-div { pointer-events: none; }
This seems to work OK to disguise the link so users aren’t tempted to click. If they do click, of course, they just end up staying on the same page because of the # product link.
Interestingly though, the couple of products I edited to test this are now no longer showing the custom fields I have setup for my products. This seems unrelated as I removed the above CSS from the catalog, and the problem with the custom fields showing persists. I’ll start a new thread for that issue.
https://gsdx.org/assay-catalog/
Thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Default to Sort by NameNevermind… it seems to be working as expected now.