• Resolved freebrian

    (@freebrian)


    The plugin works well in Android but when opened on the computer the drop down filter boxes don’t accept focus. Same result in Chrome and Firefox. Any help would be appreciated. Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi, your theme has a fixed transparent header that is covering up the controls. you can make it go away with CSS, but don’t you want it for site navigation?

    header#main-header { display: none; }

    • This reply was modified 7 years, 7 months ago by meetingguide. Reason: code formatting
    • This reply was modified 7 years, 7 months ago by meetingguide.
    Thread Starter freebrian

    (@freebrian)

    Hi. I guess I need some additional help. I added the above code to CSS using Editor and it gave me only a couple of pixels along the top of the drop down buttons that allowed me to click the button. Also, how do I make room for a header with a menu and the drop down buttons? Thanks for all of your help. This is a great plugin.

    Looks like the meeting page is working great now!

    If you wanted to unhide the menu and push the content down more you’d add some CSS like

    body { padding-top: 100px }

    If you want to target only plugin pages with the CSS you could do something like

    body.tsml { padding-top: 100px }

    (feel free to adjust the height until it looks right)

    Most themes with fixed headers should handle this for you though. You might consider another theme if this one’s giving you trouble.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Drop Down Filger Boxes Not Working’ is closed to new replies.