Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1313484

    When adding a row to Activity Outline/Agenda section of the form by pressing on the + button and then on the second row pressing on the + button to add a third row there is an issue. The second row + button has an image overlay on top of it that is larger than both the + and – button so that you can only click on the overlay. This seems to be an interaction with the Enfold theme we are using. Is there a way to get rid of the overlay?

    If you navigate to the form and scroll down to that section and then add a new row and then try to add a third you will see what I mean.

    We use Gravity Forms on the site and are experinencing an interaction between Gravity Forms and Enfold. When adding a row to Activity Outline/Agenda section of the form by pressing on the + button and then on the second row pressing on the + button to add a third row there is an issue. The second row + button has an image overlay on top of it that is larger than both the + and – button so that you can only click on the overlay. This seems to be an interaction with the Enfold theme. Is there a way to get rid of the overlay?

    If you navigate to the form (link was provided in the “Private Content” section) and scroll down to the section described above and then add a new row and then try to add a third you will see what I mean.

    #1313812

    Hey Michael,

    Please try the following in Quick CSS under Enfold->General Styling:

    .gform_wrapper tr:nth-child(odd) {
        background: white !important;
    }

    Best regards,
    Rikard

    #1313966

    Thanks for the help. Unfortunately that didn’t change anything. I also put the CSS in multiple places and still none of them worked. Is there anything else we can try?

    #1314281

    Hi,

    Thanks for the update. Could you post a screenshot of the problem, and point out what you would like to change there please?

    Best regards,
    Rikard

    #1314391

    Sure no problem. Here is a screenshot. It is the blue circle with the arrow in it that shows up over the + and – buttons when you hover.

    https://icea.org/wp-content/uploads/2021/08/Screen-Shot-2021-08-04-at-8.14.29-AM.png

    #1314751

    Hi,

    Thanks for that. Please try this CSS instead:

    .gfield_list_icons .image-overlay {
      display: none !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.