Home Forums WoodMart support forum On-scroll products view in shop page!

On-scroll products view in shop page!

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #218773

    Majid313
    Participant

    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/

    #218778

    Majid313
    Participant

    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

    #218856

    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.

    #218899

    Majid313
    Participant

    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!

    #218904

    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.

    #218905

    Majid313
    Participant

    Thank you it is better now. still its not perfect but works. thank you very much.
    best regards

    #218906

    Majid313
    Participant

    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.
    #218909

    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.

    #218910

    Majid313
    Participant

    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

    #218916

    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.

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘On-scroll products view in shop page!’ is closed to new replies.