phellarm
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Hide single custom field in Catalog PageYessssss…
Works great! In this case I don’t need to create the unique id in the catalog, I just put the div # prod in the personalized css of the catalog itself !! You have been great !! I have a last question if I can always concerns this plug in but another topic! Do you want me to create a new topic or do I mention it here? I love this plug in ??Forum: Plugins
In reply to: [Ultimate Product Catalog] Hide single custom field in Catalog PageYesssss ??
https://www.goodphellas.it/test/shop/
Che Cf is “Artista”
my-catalog=catalogo
In the Ultimate Product Catalog Settings/Custom css i make :
#catalogo .prod-cat-sidebar-cf-1 { display: none; }In the shortcode of page shop i make :
<div id=”catalogo”>[product-catalog id=”1″]</div>Thanks !!!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Hide single custom field in Catalog PageReally weird but it doesn’t work! Theoretically it seems correct but it doesn’t work nor customizing the shortcode on the page like this:
<div id=”my-catalog”>
[product-catalog id=”1″]
</div>and adding to the custom css field of the catalog (in edit catalog of ultimate panel):
#my-catalog .prod-cat-sidebar-cf-1 {display: none;}
I also tried without customizing the div but it doesn’t seem to accept this custom css:
.prod-cat-sidebar-cf-1 {display: none;}
Obviously the id is right because if I inspect the page and put that id hide you can’t see it!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Problem mobile menu and catalogHi…
Yes it’s a plugin bug I think …
In catalog-style-mobile.css create.prod-cat-sidebar {
clear: both;
width: 100%;
maximum height: auto;
maximum width: none;
z-index: 99999;
right: 0;You will notice that the z-index is busted!
I had to correct it by hand by putting a z-index = 1
Forum: Plugins
In reply to: [Ultimate Product Catalog] Problem mobile menu and catalog.prod-cat-sidebar
It has priority over the drop-down menu of the mobile device I don’t know if with css it is possible to bring it under the mobile menu era I think it’s a bug. the Products normally flow below