• Resolved Orangedrop

    (@orangedrop)


    Hi guys, I hope this finds you keep well.

    Trying out the free version of the extension for 2 of our clients and was just wondering if you were aware of the issue On the Gift voucher page (the multi step) where you’re unable to select the template and move on to step 2. The radio button ignores any input so you get a validation error message of “Please Select Voucher Template”.

    Tried this out on 2 different builds and the same issue on each. Gutted because the extension looks to be exactly what I was after ?? I have added a link to one of the sites we tested on with the issue but if you would like a closer look just holler.

    As a side note, thanks so much for making this available, I more than appreciate the amount of work that must have gone into it !

    G

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Codemenschen

    (@codemenschen)

    Hi @orangedrop

    Thanks for your message. You can try below solution I added this custom CSS from browser inspector and that allows me for next step. Please try to add this this will surely resolve the issue.

    You can add below CSS code from plugin Settings => Custom CSS:

    #voucher-multistep-form.wizard>.actions{
    float: left !important;
    }
    .content.clearfix{
    width: 100%;
    float: left;
    max-width: 98%;
    }

    Thread Starter Orangedrop

    (@orangedrop)

    Hi guys, first of all, shame on me for not looking at the styles to correct this myself !

    Secondly, thank you so very much for your message and fix. It works a treat and can look at getting this implimented on a few of the sites we need it for.

    Just to re-itterate the first message, fully appreciate how much work went into (and continues to go into) this extension and thank you for making it readily available.

    It’s hugely appreciated….

    Keep on rocking and stay safe (what with the mess we are all in at the moment) !

    Gav

    Plugin Author Codemenschen

    (@codemenschen)

    Hi @orangedrop

    Glad to know that solution works for you ??

    I am marking this solution as resolved, feel free to open new thread for any further help we always here to help you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to select template’ is closed to new replies.