rene-rene
Forum Replies Created
-
Hello @rabbii,
Yes I did, I tryed excluding and including with comma separeted terms ids; then I tryed “Child of” and use the parent category in the Selection Terms field. In all cases I got the full list of categories.Hi Mahbubur,
Continuing with “hidden fields”. To my surprise they are too hidden!My idea in having some hidden fields, was to keep private informatión in them, which is not to be shown to de user, but of course visible for the administrator. I would expect to see my hidden field values when editing a product. But it is not the case, if you enter something on those fields you won’t be able to see it again (except, I imagine, using PHP code, but it is not the idea).
Is there a way to have some kind of private field?, for remarks of exclusive use of the administrator, but invisible to the user.
Thanks, René.
Thanks Mahbubur,
I’ll check with Elegant Themes (I’m using DIVI).
René.Hi,
I could find it!
Add the “Hidden Field” (which is not really a field, but a tool to mark other regular field as hidden), then set the Meta-Key to the meta-key of the regular field you want to hide, and leave de meta-value blank.My suggestion, that this should be documented in some place! At least improve the “?” help message beside the hidden field tool .
Forum: Plugins
In reply to: [NS Add Product Frontend for Woocommerce] Maybe a feature request or premium?In regards to categories, maybe you have defined only post-categories, and not product-categories; my trial version shows the correct categories.
Greetings: René.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Avoid linking to single product pageI’m sorry for being here again. I found a kind of solution:
/*no links to single product page:*/
.prod-cat-details-link, .upcp-thumb-details-link, .upcp-details-text, .upcp-details-icon {display: none;}
.upcp-catalogue-link, .upcp-mid-detail-div {pointer-events: none; cursor: default;}/*excepts some products, like item 11:*/
#prod-cat-detail-item-11 .upcp-catalogue-link {pointer-events: visible !important; cursor: pointer;}It works!… Though I still need something general, not just for specific products, but for all products with sufficiently long descriptions that they deserve the “read More” link to be visible and active.
- This reply was modified 7 years, 9 months ago by rene-rene.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Avoid linking to single product pageComplementing my previous post:
I was trying something in the lines of:.upcp-catalogue-link, .upcp-mid-detail-div :not(#prod-cat-detail-item-11)
{pointer-events: none; cursor: default;}where “11” is a particular product id with which I would like to have pointers active.
Greetings: René.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Avoid linking to single product pageYes, it works. No link to detail page in the product tittle, neither in the image.
My complete css code is:
`
/*no links to single product page*/
.prod-cat-details-link, .upcp-thumb-details-link, .upcp-details-text, .upcp-details-icon {display: none;}
.upcp-catalogue-link, .upcp-mid-detail-div {pointer-events: none; cursor: default;}Now I am back to this issue because I would like to have the link back in the case (and only on that case) when a product happens to have a long description and the “read more” text shows up.
To have the link on the “read more” text on those cases is enough (it doesn’t matter if the link is also back on tittle and image).
Thanks: René.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] No landing pageYou are probably using shortcodes in that page. Free version of WPtouch filters shortcodes!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Avoid linking to single product pageI added your CSS to mine. It effectively hides the link from the image, but a link on the name of the product still remains. How to remove that link too?
Thanks in advance.
Here is my catalogue: https://www.kldcimp-exp.com/productos-para-limpieza/Forum: Plugins
In reply to: [Ultimate Product Catalog] Categories check boxes not working properlyHi,
Effectively when I set “product Search” to “None” in Catalogue Basic Options, the selection by categories functions fine. So You’re on the right track looking for the cause of this problem,But listen, I am not using any plugin related to languagues or translations, I have not even installed one.
Regards, René.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Categories check boxes not working properlyHi,
Not really. I am not using any translation plugin in this page.
But please, note this: Clicking one or both categories will cause the list to disappear; but if after that, you place the cursor into the search box and press ENTER the checked lists are recovered.Forum: Plugins
In reply to: [Ultimate Product Catalog] Categories check boxes not working properlyHi,
You can enter to https://www.kldcimp-exp.com/catalogos/
and click “Papeles…” (upper left), there are two categories, just click on one of them: the list of products will disappear.Thatks a lot for your attention.