Quantity – No Text Box!

Home Forums Ticket Products Event Tickets Plus Quantity – No Text Box!

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1043346
    Lady Berry
    Participant

    Hi,

    I have just installed the Tickets plus plugin and am trying to get it to work.

    Currently I have the ticket displayed but the quantity buttons dont seem to work nor is there a text field to type a quantity in?

    Any help would be great
    Ben

    #1043350
    Lady Berry
    Participant

    UPDATE:

    It looks like the text box is there but Is being hidden buy the decrease button – Does anyone know the css styling elements I need to shift the text box right a little (margin-left?)

    Thanks

    #1043802
    Brian
    Member

    HI,

    Thanks for using our plugins.

    I can try to help out here with some css.

    Do you have a link you can provide where this is happening?

    It is hard to say what is causing it without seeing the issue.

    Thanks

    #1043816
    Lady Berry
    Participant

    This reply is private.

    #1043827
    Brian
    Member

    Hi,

    Thanks for the link, but I see Maintenance mode screen.

    #1043828
    Lady Berry
    Participant

    Sorry, I forgot – Ive disabled it now, you should have access

    #1043829
    Brian
    Member

    I found this css moves the minus sign over:

    .tribe-events-tickets .quantity .minus {
    left: 108px;
    }

    That will help show the number at least.

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1043830
    Lady Berry
    Participant

    Awesome 🙂

    Thank you, I have hacked around and written the below – Do you think this will be ok or is there a better way of coding it:

    .tribe-events-tickets .quantity .minus {
        left: 30px;
        top:8px;
    }
    .tribe-events-tickets .quantity .plus {
        left: 65px;
        top:8px;
    }
    • This reply was modified 10 years, 4 months ago by Lady Berry.
    #1044135
    Brian
    Member

    That looks good to me.

    #1076316
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Quantity – No Text Box!’ is closed to new replies.