Submissions not able to select venue

Home Forums Calendar Products Community Events Submissions not able to select venue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1221502
    Austin
    Participant

    On the frontend submissions page we are not able to select a venue. I don’t see any JS errors. Any suggestions? Have a look here: http://www.wdac.com/community-calendar/community/add

    #1221789
    Hunter
    Moderator

    Hello,

    I’ve been working with the Community Events today and haven’t experienced the behavior described. Before we proceed, can you please review our Testing for conflicts guide and reply back with your findings?

    Thanks and have a great Friday evening!

    #1226974
    Austin
    Participant

    I discovered the conflict was due to the plugin ShiftNav – Responsive Mobile Menu. Something in their CSS stylings prevents the dropdowns from working on the frontend. If anyone else runs into it, I was able to fix by changing the following block of code to a position: static;.

    .shiftnav-wrap {
      padding: 0;
      margin: 0;
      background: none;
      position: relative;
      max-width: 100%;
      overflow: hidden;
    }
    #1232327
    Hunter
    Moderator

    Thank you for letting me know you’ve got things figured out and also for sharing your solution for others to learn from. Feel free to create a new thread if you have any more questions or comments and have a pleasant evening. Cheers!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Submissions not able to select venue’ is closed to new replies.