Home Forums WoodMart support forum Change quantity when purchasing?

Change quantity when purchasing?

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #31303

    ducphuli
    Participant

    Hi,
    Happy New Year, can Woodmart do the same?

    Attachments:
    You must be logged in to view attached files.
    #31325

    Artem Temos
    Keymaster

    Hello,

    Happy new year too!

    Yes, our theme has quantity buttons too, but they look a bit different https://gyazo.com/7a4aaf811bdd6d4f0c91b00e2d554dcb

    Regards

    #31350

    ducphuli
    Participant

    Hi you can make it more professional than the ones sold on the themeforest are not.

    #31360

    Artem Temos
    Keymaster

    Sorry, but what do you mean by more professional?

    #31394

    ducphuli
    Participant

    Yes, that makes my sales page look professional, more prestigious.

    #31396

    Artem Temos
    Keymaster

    We will consider adding more design options for the quantity in the future. Thank you

    #31422

    ducphuli
    Participant

    Yes, let me ask you how the footer of woodmart looks like.
    http://prntscr.com/hvjgw9

    #31444

    Artem Temos
    Keymaster

    Unfortunately, there is no such function for footer widget in our theme. But you can try to create it with Visual Composer and use FAQ or Accordion element to achieve similar view.

    #31445

    ducphuli
    Participant

    Ok, the compact footer on the mobile looks neat.

    I need to ask why on mobile devices and tablet devices is not hidden like on a computer device.
    http://prntscr.com/hvkw4w

    Just click on the product to display the same as on the computer, thanks.

    #31468

    Artem Temos
    Keymaster

    They look almost the same but a bit smaller. Do you want to increase them?

    #31484

    ducphuli
    Participant

    I mean by default hide on tablet devices and mobile phones.

    My demo does not hide on smaller devices, they always show up.

    And how to default them on the inside instead of having to move from outside to, thanks

    http://prntscr.com/hvve7m

    #31493

    Artem Temos
    Keymaster

    So do you want to remove them or move from outside? Could you please provide us your website access so we can check how it works for you now?

    #31505

    ducphuli
    Participant

    Hi,

    1, I want it fixed not move from outside to

    2, I want to default as hidden as on the computer.

    #31513

    Artem Temos
    Keymaster

    Sorry, but it is still not clear for us what do you want to do with them. We checked your website and they work in the same way on desktop and on mobile devices.

    #31747

    ducphuli
    Participant

    Hi,

    I will say later.

    But there is a problem now that it appears in my maintenance page.

    Hope the update will fix this.

    #31768

    Artem Temos
    Keymaster

    Do you mean that you want to disable the header banner on the maintenance mode page? You can temporarily disable it globally in Theme Settings -> Header -> Header banner.

    #33122

    ducphuli
    Participant

    Hi ok, But I detected an error code on your gym topic

    #33129

    Artem Temos
    Keymaster

    This error comes from Vimeo JS files when you play the video and they are not related to our theme https://gyazo.com/bd3133af649f068d71e620c30ded3f64
    Anyway, it doesn’t break anything on your page.

    #33130

    ducphuli
    Participant

    ok thanks

    #33131

    Artem Temos
    Keymaster

    No problem.

    #33226

    ducphuli
    Participant

    Hi how can woodmart hide the author name, I do not want anyone can see the url of the author.

    #33238

    Artem Temos
    Keymaster

    Hi,

    You can hide it with the following CSS snippet

    .woodmart-entry-meta .meta-author {
        display:none;
    }
    #33285

    ducphuli
    Participant

    Hi, I also know how to make css hide.

    But you have no way of just hiding the link. Thank you.

    #33286

    Artem Temos
    Keymaster

    Do you mean to now allow users go to the author page on click?

    #33364

    ducphuli
    Participant

    Yes, I really want to hide the author link.
    To be more secure than my web.

    #33384

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .meta-author a {
    	pointer-events: none;
    }
    #33452

    ducphuli
    Participant

    Oh thanks verry much 🙂

    #33472

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘Change quantity when purchasing?’ is closed to new replies.