Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1359042

    Hello,

    I am using Fluent Forms or better trying to use it and there are 2 issues I can’t fix:

    – DateTime Selection Year not showing properly in the expected position. It is created, but in the background somewhere not selectable.
    – Progress bar on site selection will still be shown blue, although in testing it has a different colour setup.

    So maybe there are some CSS styles that are not compatible with Enfold and Fluent Forms?

    Regards

    #1359064

    Hey thomasth71,

    We can’t access the page you linked to:

    Forbidden
    You don’t have permission to access this resource.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Please give us permission to access the page, and post screenshots of the problems in question.

    Best regards,
    Rikard

    #1359066

    Hello Rikard,

    from which country are you trying to get access?

    So I know which country to add the permission to.

    Best Regards

    #1359075

    Hi,

    Please unblock the counties in private, we should be able to access your site after that.

    Best regards,
    Rikard

    #1359077
    This reply has been marked as private.
    #1359086

    Hi,

    Thanks for that. Please try this in Quick to adjust the month picker:

    select.flatpickr-monthDropdown-months {
      padding: 1px 6px;
    }

    I’m not sure what you would like to change with the progress bar though?

    Best regards,
    Rikard

    #1359148

    Hi,

    maybe I did something wrong, this isn’t working or changed anything.

    I added it to the Quick CSS Section, save it and cleared the autooptimisation CSS Cache, but the year for “Geburtsdatum” is still not visible.

    With the Progressbar: I setup a special color for the progressbar in Fluent Forms, where it will be shown “redish” but in the theme it still remains blue.

    Best Regards and thanks for your patience

    #1359150

    Hello,

    just to be more specific, the element <input class=”numInput cur-year” type=”number” tabindex=”-1″ aria-label=”Jahr”> is not visible and needs to be behind the month itself.

    In the base theme it is visible.

    Best Regards

    #1359167

    Hi,

    Thanks for the update. I’m not sure that I understand the problem with Geburtsdatum, could you post a screenshot of what it looks like using a default WordPress theme please?

    Please try this CSS to change the background of the progress bar:

    .fluentform_wrapper_5 .ff-el-progress-bar {
        background: rgba(209,67,49,1) !important;
    }

    Best regards,
    Rikard

    #1359186

    Hello Rikard,

    thanks for the progessbar fix, looks great now.

    in private a screenshot how the “Geburtstag” should include the year as selection.

    Somehow in the Theme it is misplaced and in the background?

    This should be the element that is misplaced: <input class=”numInput cur-year” type=”number” tabindex=”-1″ aria-label=”Jahr”>

    Best Regards

    Bjoern

    #1359198

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .flatpickr-months .flatpickr-month {
        position: inherit;
    }
    
    .flatpickr-current-month {
        width: 40%;
        max-width: 40%;
    }
    
    .flatpickr-current-month .numInputWrapper {
        position: absolute;
        right: -100px;
    }

    Best regards,
    Rikard

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