tomacsh
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Removing Thumbnail Images from Product PagesThank you @jaysupport … That code did work. The shop indeed uses Woocommerce, but the catalog pages themselves are grandfathered in as Ultimate Catalog pages. All the edits/additions of products are done in Ultimate, not Woocommerce. Don’t ask me how it works (it really doesn’t :/ ) Didn’t build the site, just helping out my design client/friend. Thanks again.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Defaulting to List viewUsed that code. Cleared the cache in WordPress AND my browser, no luck. And when I add this code ‘.Black-prod-cat-header-div {display: none;}’ which works to remove the tabs at the top (which I’d like to do in the end), there is NO product content showing up at all.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Defaulting to List viewHi,
Still struggling with List view.
Here is the shortcode for the catalog:
[product-catalog id=’14’ excluded_layouts=’Thumbnail, Detail’]
.upcp-overview-mode-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
padding: 14px 0;
background: #111;
background: #341A0A;
color: #fff;
text-align: center;
transition: background .35s;
}
.upcp-overview-mode-item:hover .upcp-overview-mode-title {
background: #111;
background: #cd4f87;
}
I disabled all other plug-ins, still not working (have to actually click on the List Tab in order for list to show up on page…starts as blank.)Forum: Plugins
In reply to: [Ultimate Product Catalog] Defaulting to List viewAdded that, took out [product-catalog id=’14’ starting_layout=’List’] but it looks the same as before (Tabs are still there, nothing is “Listed” until I click on the List view tab). Does that shortcode need to go anywhere besides the “Custom CSS” in the Product Catalog Settings?
- This reply was modified 7 years, 1 month ago by tomacsh.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Defaulting to List viewThanks, I did that…However, now when the page loads, it is blank until I actually click on the Tab for list view. ?
Can I remove the Tabs altogether and only have 1 view (List) for all my Category pages?Thanks for your help; I thought that the Shop and Catalogue page were essentially the same thing, so I had put the catalog short code there 😐 I re-installed the WooCommerce “Shop” page and it’s functioning as I want it to.
Just to clarify, I should only do my Product set-up and editing in Ultimate Catalog and not WooCommerce catalog, correct? I had made some edits in WooCommerce and they are not syncing.