On-scroll products view in shop page!
-
Hi!
in shop page when it shows my products and i select to choose attributes, it need to scroll to see the buy-button!!
– some how i make it no scroll ! special in mobile version when we click on choose teh attributes it hide the BUY-button and we have to scroll!
or – How i can remove extra texts, to have less texts and shows BUY-button instead.
this is the link : https://snuskompaniet.one/
or when one choose 1 of attributes ( 1dosa – 10 pack – 30 pack) it add directly to cart whiteout click on add to cart button
thanks
Hello,
I have visited your website. The Scroll behavior is default behavior and there is no option to change it.
You can try disabling the option quick shop for variable products from Theme Settings >> Shop. Then the options will not be visible and when you click the select options button it will take you to the product page.
Screenshot for Clarification: https://ibb.co/w4VwFK3
Regard’s.
Xtemos Studio.
thanks. but that didnt help!
you know already i found 1 cod :
.single-product table.variations td.label > label {
display: none !important;
}
this one remove title and of variations. but inside single product. for sure its possible to have the same order but in shop products face!
Hello,
Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item table.variations td.label > label {
display: none;
}
Best Regards.
Thank you it is better now. still its not perfect but works. thank you very much.
best regards
can you please tell me how i remove this CLOSE also? i dont need it. (attached)
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
I saw the screenshot you attached. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .quick-shop-close {
display: none;
}
Regard’s.
Xtemos Studio.
i thought if i remove that it will be no scroll but even without that it scroll!!
anyway thank u very much. its good now.
Regards
Most Welcome :-)
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘On-scroll products view in shop page!’ is closed to new replies.