EDD

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1169127
    Dave
    Participant

    For some reason these + & – buttons are showing in my event tickets.

    They don’t show on my other products.

    The – button works but the plus does not.

    I really need to get rid of them as them – any ideas?

    #1169511
    Andras
    Keymaster

    Hey Dave,

    Thanks for using our plugins and welcome to the forums! Let me try to help you with that misalignment.

    I haven’t been able to find any other future events on your site that sells tickets, so I couldn’t compare. The issue with the misaligned buttons comes most probably from the theme you are using. You can try to test how it looks with a default theme like twentysixteen .

    In order do hide those two buttons add the following little snippet to your theme’s (preferably child theme’s) style.css file:
    .edd.quantity .minus, .edd.quantity .plus {
    display: none;
    }

     

    This will cause some misalignment, so I also recommend adding this, that should provide a fix:
    .edd.quantity input.edd-input {
    display: inline;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    width: 50%;
    }

     

    Let me know if this helps.

    Cheers,
    Andras

    #1179173
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

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