• Resolved raneyron

    (@raneyron)


    I’m going to keep this page open to allow others to troubleshoot.

    The search box form is rendering oddly on the /meetings page. I am an experienced developer but I haven’t been able to figure out what’s happening. I was going to try to adjust CSS, although this isn’t ideal.

    Is there a way to add a meetings list to any WordPress page, i.e. using a shortcode? It thought I might try adding to a custom page, to see if it rendered any differently.

    My version of WordPress is 5.4.2. The Meetings plugin is 3.6.6.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter raneyron

    (@raneyron)

    This is resolved. After a little more digging, I realized my theme styles were overriding the form elements. Here’s what I’ve done so far to “fix” it:

    #tsml .input-group-addon, #tsml .input-group-btn {
    vertical-align: top;
    }
    #tsml .form-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
    }

    Thread Starter raneyron

    (@raneyron)

    Forgot to mark as resolved. Additional note: Using the Hestia theme.

    • This reply was modified 4 years, 8 months ago by raneyron.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meetings Page Rendering Issues’ is closed to new replies.