ResolvedPage all products, Category page
- This topic has 4 replies, 2 voices, and was last updated 3 years, 3 months ago by
gacesai.
- AuthorPosts
- November 28, 2019 at 4:43 pm #20034
gacesai
ParticipantHi Dimitar,
I have a few questions:
1. How to find page and show all products – button ‘View all products’ on home page https://www.althemist.com/zassmarketplace/ ?
2. I installed widget WCMP: Contact Vendor form (https://wc-marketplace.com/knowledgebase/setting-wcmp-widgets/) and everything works fine on product page but form also displayed on category page (submitting form only refresh the category page – of course no vendor data on this page). How to hide Contact Vendor form on category page sidebar (widget is in Shop Sidebar)?
3. How to use css for the first letter “L” on the category page https://www.althemist.com/zassmarketplace/product-category/jewelry/ and align top of the letter “L” with the top of the “ong”?Thanks
November 28, 2019 at 5:40 pm #20092Althemist
KeymasterHello gacesai,
So sorry for the late reply. It looks like our anti-spam filter system somehow blocked some posts containing links since the last week.
1. The “All products” link our demo links to the standard SHOP page. There is no other way to show all products in WooCommerce.
2. The Zass theme doesn’t have a dedicated vendors sidebar, so if you have a sidebar in shop and category pages, the widget will be displayed. You’d probably need to ask the WCMP support team why is the form displayed on all pages.
3. The first letter is aligned to the top of the text. Not really sure what do you mean. Could you, please explain more?
Regards,
DimitarNovember 29, 2019 at 11:27 am #20111gacesai
ParticipantHello,
Thank you for answers.
1. For marketplace it’s better to remove this button on home page.
2. I asked WCMP support for Contact form, they answered ‘you are facing this issue because our plugin doesn’t support the contact widget for the category page.’ so maybe only option is to create separate sidebar widget section for category pages without this form, is it possible? Or add some snippet code in css or function to hide this form on category pages?
3. ‘L’ letter is standard p tag https://prnt.sc/q3qo9v and not top aligned with other text, do we have separate css class for L letter and choose how to align it with other text or disable it?Regards,
IvanDecember 2, 2019 at 5:05 pm #20153Althemist
Keymaster1. OK. Just remove it.
2. Yes, you can use the unique body tag of the category pages and hide the widget with CSS
3. On the original theme demo it’s perfectly aligned. Did you change some text styles on your site? This is the CSS controlling the letter offset. You can adjust it as per your needs:
.zass-dropcap p::first-letter, .zass-dropcap h1::first-letter, .zass-dropcap h2::first-letter, .zass-dropcap h3::first-letter, .zass-dropcap h4::first-letter, .zass-dropcap h5::first-letter, .zass-dropcap h6::first-letter, .term-description p:first-of-type::first-letter { display: block; float: left; line-height: 1; margin-right: 20px; margin-top: 1px; padding: 0; text-align: center; }
Hope this helps.
Regards,
DimitarDecember 3, 2019 at 3:38 pm #20176gacesai
ParticipantThanks Dimitar, it works.
Regards,
Ivan - AuthorPosts
You must be logged in and have valid license to reply to this topic.