dannyw0
Forum Replies Created
-
on item 2, I should add that compare boxes look like big squares in firefox and IE10 that exceed the product box space, in chrome they look like a triangle that fits. Grey Text color on green background remains hard to read in all browsers.
A rough estimate when an fix may be released?
never mind i see the shortcode hooks in your documentation of your main website. Widget options would be nice but this will do.
that worked! ??
Thank you.
that custom CSS is not working for the detailed view of the catalog items, is there a different element for the details link in thumbnail vs details view?
Thanks for the explanation on the titles/slide filter, its not a huge issue but would like to see it resolved. Will be part of a future update?
Thank you.The only custom css is what you already pasted. The #f1f1f1 title color came from inline style settings in the catalog backend, my oversight.. cleared any custom colors now and that’s better.
The only issues I see now is that the ‘details’ link color in the details view, is not the same as for the thumbnail view. Also the category titles above the product thumbnails or details view disappear once you use a filter and it doesn’t come back after you clear all filters. how can this be fixed?
Thanks for your help.
I added this to the catalog custom css
.upcp-thumb-title a {
color: #404040 !important;
}Have another similar problem, the product title right above the details link is white and underlined, almost not visible, it isn’t following the catalog css. how can I solve that? I can’t seem to locate where the style is defined in the catalog css.
Thank you
I have the related products and next/previous products set to automatic now, and it works. thanks I didn’t know there was another place in the settings where it had options for these fields.
If i put the correct css into the custom CSS box for the catalog will that overwrite the theme css? I would rather not modify the theme or your plugin.
If so, can you direct me to the css file and section in question? I grabbed a few lines .upcp-thumb-details-link {
background: #4e5152 none repeat scroll 0 0 !important;
color: #ffffff !important;
height: auto;
but that doesn’t seem to be it…
ThanksAlso, when editing product details in the catalog back end, the related products and next/previous products fields are grayed out, I cannot enter anything, even though I have the premium version of the plugin.
Forum: Plugins
In reply to: [Ultimate Product Catalog] products per row leaving big blank spotyes that was it I should have looked further down the page source.
Thank you!Forum: Plugins
In reply to: [Ultimate Product Catalog] products per row leaving big blank spotI tried that but it won’t work.
https://mrf-furnaces.com/wp4/product-catalog/hot-press-furnaces/
it’s in the page source but won’t change anything..I suspect because it belongs in the head section of a page but when using the word press page editor it gets written into the body section.. Is there another way?
Forum: Plugins
In reply to: [Ultimate Product Catalog] products per row leaving big blank spotThanks for your answers and sorry about the non functioning link..
2. I use the catalog short codes on several pages, on some page with sidebar (eg https://mrf-furnaces.com/wp4/product-catalog/arc-melting-furnaces/ on other pages without sidebar (eg https://mrf-furnaces.com/wp4/product-catalog/
Setting .prod-cat-inner {width: 100%} only works for the pages with no sidebar, but not when using the sidebar, as then it pushes the inner section underneath the sidebar.
What is needed is to set the .prod-cat-inner {width: 100%} when sidebar=’no’, and set .prod-cat-inner {width: 74%} when sidebar=’yes’, that way the product inner section always takes up the available space.
Is there a way to do this? Please say yes!!3a. OK I won’t worry about the number, I was worried it meant the database had extra non functioning entries
3b. that worked like a charm, thanks!!
Forum: Plugins
In reply to: [Ultimate Product Catalog] products per row leaving big blank spot1. OK, I see the values I changed there through the styling options tab. Thanks.
2. Is there someone else on your team that can provide a way to do this? In both thumbnail and details view when the sidebar is not displayed, the catalog only takes up about 75% of available width, this looks bad with the empty space. Please provide a way to have it fill 100% of available width when no sidebar is used.
link: https://mrf-furnaces.com/wp4/product-catalog/arc-melt-furnaces/
3. Sorry I noticed I have two items 3 in the original post.
3a. in the catalog category “arc melt furnaces” I created, it lists 15 products under “products in catergory” (incorrect), but when opening that category, it only lists 5 products (which is correct). Why the discrepancy, and how can this be fixed?3b. the input values for the “application” custom field are: Alloy creation, Annealing, Arc Casting, Arc Melting, Brazing, Binding, Casting, Ceramic Firing, CVD, CVI, Compound Synthesis, Crystal Growing, Debinding, Degassing, Densification, Diffusion Bonding, Fiber Drawing, Gem Creation, Heat Treating, Hardening, Hot Pressing, Laboratory Research, MIM, Metallic & non Metallic button creation, Nano-technology, Physical Testing, Powder Metallurgy, Purification, Quenching, Silicon Nitriding, Reaction Bonding, Sintering, Surface Heat Treatment, Temperature Sensor Calibration
As mentioned, after saving a product, the selections of this field are cleared, and have to be re-checked before each product save. I assume this to be a bug?
4,5 Ok understood, thanks.
Forum: Plugins
In reply to: [Ultimate Product Catalog] breadcrumbs for product catalogUnderstood. The theme uses home/parentpage/pagename as its breadcrumb structure, so as your catalog is being seen as all on one page, it makes sense it doesn’t change for products.
As a feature request, how about adding a shortcode with just a UPCP breadcrumb? Maybe precede it with a text field in UPCP settings that would be the first part of an internal UPCP breadcrumb, then category/subcategory/ and the product name is the last part if viewing product details. That way at least it’s an easy way to have theme independent breadcrumbs for any catalog pages.
Thanks.Forum: Plugins
In reply to: [Ultimate Product Catalog] breadcrumbs for product catalogso it sounds like there is no built-in way to have the breadcrumb or page title refer to the product name?